Skip to content

Commit

Permalink
Merge pull request styled-components#740 from Ffloriel/add-security-t…
Browse files Browse the repository at this point in the history
…able-of-contents

Add security.md to the table of contents
  • Loading branch information
k15a authored Apr 24, 2017
2 parents 175d2ac + 25efa2e commit 8311d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

0 comments on commit 8311d20

Please sign in to comment.