1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

add resources to docs

This commit is contained in:
Ian Storm Taylor
2016-11-18 12:11:59 -08:00
parent 0f9cc69630
commit cf0010728f
4 changed files with 13 additions and 2 deletions

View File

@@ -110,7 +110,8 @@ If you're using Slate for the first time, check out the [Getting Started](http:/
- [**Walkthroughs**](http://docs.slatejs.org/walkthroughs/installing-slate.html)
- [**Reference**](http://docs.slatejs.org/reference/components/editor.html)
- [**FAQ**](http://docs.slatejs.org/concepts/faq.html)
- [**FAQ**](http://docs.slatejs.org/general/faq.html)
- [**Resources**](http://docs.slatejs.org/general/resources.html)
If even that's not enough, you can always [read the source itself](./src), which is explained along with a handful of readme's.

View File

@@ -49,4 +49,5 @@
## General
- [FAQ](./concepts/faq.md)
- [FAQ](./general/faq.md)
- [Resources](./general/resources.md)

View File

@@ -0,0 +1,9 @@
# Resources
A few resources that are helpful when using Slate.
## Development
- [Immutable.js Console Extension](https://github.com/mattzeunert/immutable-object-formatter-extension) — this greatly improves the `console.log` output when working with [Immutable.js](https://facebook.github.io/immutable-js/) objects, which Slate's data model is based on.