1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

update readme

This commit is contained in:
Ian Storm Taylor 2016-06-28 15:53:10 -07:00
parent 8345caa972
commit 65585ef1ca

View File

@ -39,7 +39,14 @@ To get a sense for how you might use Slate, check out a few of the examples:
- [Hovering menu](examples/hovering-menu) — showing how a contextual hovering menu can be implemented.
- [Tables](examples/tables) — showing how to nest blocks to render more advanced components.
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 Guide](docs/getting-started.md) 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.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)
- [Stateless & Immutability](docs/getting-started.md#stateless-immutability)
- [The Document Model](docs/getting-started.md#the-document-model)
- [API Reference](docs/reference.md)