mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 01:33:58 +02:00
update readme
This commit is contained in:
11
Readme.md
11
Readme.md
@@ -47,14 +47,21 @@ If you have an idea for an example that shows a common use case, pull request it
|
|||||||
|
|
||||||
## Documentation
|
## 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)
|
- [**Getting Started**](docs/getting-started.md)
|
||||||
|
- Installing Slate
|
||||||
|
- Adding Slate to Your App
|
||||||
|
- Customizing Slate's Behavior
|
||||||
|
- 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
|
||||||
- Writing Plugins
|
- Plugins
|
||||||
|
|
||||||
|
After that, you'll probably just want the [API Reference](./docs/reference):
|
||||||
|
|
||||||
- **API Reference**
|
- **API Reference**
|
||||||
- Plugins
|
- Plugins
|
||||||
- Components
|
- Components
|
||||||
|
Reference in New Issue
Block a user