1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

update docs

This commit is contained in:
Ian Storm Taylor 2016-08-25 23:06:57 -04:00
parent a7b60e4f67
commit 964f1a31cd
2 changed files with 5 additions and 5 deletions

View File

@ -16,11 +16,11 @@
## Reference
### Components
### Component Reference
- [Editor](./reference/components/editor.md)
- [Placeholder](./reference/components/placeholder.md)
### Models
### Model Reference
- [Block](./reference/models/block.md)
- [Character](./reference/models/character.md)
- [Data](./reference//models/data.md)
@ -33,13 +33,13 @@
- [Text](./reference//models/text.md)
- [Transform](./reference/models/transform.md)
### Serializers
### Serializer Reference
- [Html](./reference/serializers/html.md)
- [Plain](./reference/serializers/plain.md)
- [Raw](./reference/serializers/raw.md)
### Plugins
- [Plugins](./reference/plugins/plugins.md)
### Plugin Reference
- [Plugin](./reference/plugins/plugin.md)
- [Core](./reference/plugins/core.md)