1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-11 01:33:58 +02:00

update docs

This commit is contained in:
Ian Storm Taylor
2017-10-18 01:12:43 -07:00
parent bad40ad303
commit 8d60943645
3 changed files with 53 additions and 17 deletions

View File

@@ -110,12 +110,13 @@ Slate encourages you to write small, reusable modules. Check out the public ones
### Documentation
If you're using Slate for the first time, check out the [Getting Started](http://docs.slatejs.org/walkthroughs/installing-slate.html) walkthroughs 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](http://docs.slatejs.org/reference/slate-react/editor.html).
If you're using Slate for the first time, check out the [Getting Started](http://docs.slatejs.org/walkthroughs/installing-slate) walkthroughs and the [Guides](http://docs.slatejs.org/guides) 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](http://docs.slatejs.org/slate-core).
- [**Walkthroughs**](http://docs.slatejs.org/walkthroughs/installing-slate.html)
- [**Reference**](http://docs.slatejs.org/reference/slate-react/editor.html)
- [**FAQ**](http://docs.slatejs.org/general/faq.html)
- [**Resources**](http://docs.slatejs.org/general/resources.html)
- [**Walkthroughs**](http://docs.slatejs.org/walkthroughs/installing-slate)
- [**Guides**](http://docs.slatejs.org/guides)
- [**Reference**](http://docs.slatejs.org/slate-core)
- [**FAQ**](http://docs.slatejs.org/general/faq)
- [**Resources**](http://docs.slatejs.org/general/resources)
If even that's not enough, you can always [read the source itself](./src), which is explained along with a handful of readme's and is heavily commented.