1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-18 05:59:13 +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/> <br/>
### Documentation ### 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) - [**Getting Started**](docs/getting-started.md)
- Installing Slate - 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 - Customizing Slate's Behavior
- Adding Plugins - Adding Plugins
- **Core Concepts** - **Core Concepts**
- Statelessness & Immutability - Statelessness & Immutability
- [The Document Model](docs/getting-started.md#the-document-model) - [The Document Model](docs/getting-started.md#the-document-model)
- The Selection Model - The Selection Model
- Plugins - Plugins
Once you've gotten familiar with those, you'll probably want to check out the full [API Reference](./docs/reference):
- **API Reference** - **API Reference**
- Components - Components
- Editor - Editor