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-07-06 16:25:57 -07:00
parent 8679445fbc
commit f17e861aff

View File

@@ -47,14 +47,21 @@ If you have an idea for an example that shows a common use case, pull request it
## Documentation
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).
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:
- [**Getting Started**](docs/getting-started.md)
- Installing Slate
- Adding Slate to Your App
- Customizing Slate's Behavior
- Adding Plugins
- **Core Concepts**
- Statelessness & Immutability
- [The Document Model](docs/getting-started.md#the-document-model)
- The Selection Model
- Writing Plugins
- Plugins
After that, you'll probably just want the [API Reference](./docs/reference):
- **API Reference**
- Plugins
- Components