From c39d486541fb893bf44031ea718e7237fccc14fb Mon Sep 17 00:00:00 2001 From: Ffloriel Date: Mon, 24 Apr 2017 21:24:28 +0100 Subject: [PATCH 1/2] add security.md to the table of contents add security.md to the table of contents. Remove single little dot in the table of contents from API Reference. --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 5d02b76e4..a70e1d85b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,12 +4,13 @@ This is the `styled-components` documentation. ## Table of Contents -- [API Reference](./api.md): A reference for all APIs that we export or return. +- [API Reference](./api.md): A reference for all APIs that we export or return - [Tips and Tricks](./tips-and-tricks.md): A few handy tips for working with `styled-components` - [Tagged Template Literals](./tagged-template-literals.md): How do they work? - [Using `styled-components` with existing CSS](./existing-css.md): Some edge cases you should be aware of when using `styled-components` with an existing CSS codebase - [What CSS we support](./css-we-support.md): What parts & extensions of CSS can you use within a component? - [Theming](./theming.md): How to work with themes +- [Security](./security.md): Security consideration when allowing users to configure themes - [React Native](./react-native.md): Details for React Native - [Typescript](./typescript-support.md): Typescript Support - [FAQ](./faq.md): Frequently Asked Questions From 25efa2ed92554b38fa89486b1600aa2a831cbc12 Mon Sep 17 00:00:00 2001 From: Ffloriel Date: Mon, 24 Apr 2017 21:26:22 +0100 Subject: [PATCH 2/2] considerations add s to consideration --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a70e1d85b..fd79ba692 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ This is the `styled-components` documentation. - [Using `styled-components` with existing CSS](./existing-css.md): Some edge cases you should be aware of when using `styled-components` with an existing CSS codebase - [What CSS we support](./css-we-support.md): What parts & extensions of CSS can you use within a component? - [Theming](./theming.md): How to work with themes -- [Security](./security.md): Security consideration when allowing users to configure themes +- [Security](./security.md): Security considerations when allowing users to configure themes - [React Native](./react-native.md): Details for React Native - [Typescript](./typescript-support.md): Typescript Support - [FAQ](./faq.md): Frequently Asked Questions