1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00

update readme

This commit is contained in:
Ian Storm Taylor
2016-06-28 15:58:07 -07:00
parent 65585ef1ca
commit 4483c80152

View File

@@ -47,6 +47,24 @@ If you have an idea for an example that shows a common use case, pull request it
If you're using Slate for the first time, check out the [Getting Started](docs/getting-started.md) guide to familiarize yourself with Slate's architecture and mental models. After that, you'll probably just want the [API Reference](docs/reference.md).
- [Getting Started](docs/getting-started.md)
- [Core Concepts](docs/concepts.md)
- [Stateless & Immutability](docs/getting-started.md#stateless-immutability)
- [The Document Model](docs/getting-started.md#the-document-model)
- Selections
- [API Reference](docs/reference.md)
- Components
- Editor
- Models
- Block
- Character
- Data
- Document
- Inline
- Mark
- Node
- Selection
- State
- Text
- Transform