1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 21:49:20 +01:00

update readme

This commit is contained in:
Ian Storm Taylor 2016-07-06 16:39:47 -07:00
parent 30697925d4
commit f3b25e2f5d

View File

@ -48,7 +48,7 @@ If you have an idea for an example that shows a common use case, pull request it
<br/>
### Documentation
If you're using Slate for the first time, check out the [Getting Started](./docs/getting-started) guide and the [Core Concepts](./docs/concepts) to familiarize yourself with Slate's architecture and mental models:
If you're using Slate for the first time, check out the [Getting Started](./docs/getting-started) guide and the [Core Concepts](./docs/concepts) to familiarize yourself with Slate's architecture and mental models. Once you've gotten familiar with those, you'll probably want to check out the full [API Reference](./docs/reference).
- [**Getting Started**](docs/getting-started.md)
- Installing Slate
@ -56,15 +56,12 @@ If you're using Slate for the first time, check out the [Getting Started](./docs
- Customizing Slate's Behavior
- Adding Plugins
- **Core Concepts**
- Statelessness & Immutability
- [The Document Model](docs/getting-started.md#the-document-model)
- The Selection Model
- Plugins
Once you've gotten familiar with those, you'll probably want to check out the full [API Reference](./docs/reference):
- **API Reference**
- Components
- Editor