diff --git a/Readme.md b/Readme.md index 0f48da497..5708c74d4 100644 --- a/Readme.md +++ b/Readme.md @@ -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. diff --git a/docs/Summary.md b/docs/Summary.md index 3b4fd1c08..80a0cd247 100644 --- a/docs/Summary.md +++ b/docs/Summary.md @@ -49,4 +49,5 @@ ## General -- [FAQ](./concepts/faq.md) +- [FAQ](./general/faq.md) +- [Resources](./general/resources.md) diff --git a/docs/concepts/faq.md b/docs/general/faq.md similarity index 100% rename from docs/concepts/faq.md rename to docs/general/faq.md diff --git a/docs/general/resources.md b/docs/general/resources.md new file mode 100644 index 000000000..7a618d5b1 --- /dev/null +++ b/docs/general/resources.md @@ -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.