1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

add bundled guide to readme

This commit is contained in:
Ian Storm Taylor
2016-08-07 17:40:28 -07:00
parent 4fcf46fa02
commit cd9c745a27
2 changed files with 2 additions and 3 deletions

View File

@@ -108,15 +108,13 @@ If you're using Slate for the first time, check out the [Getting Started](./docs
- [**Guides**](./docs/guides)
- [Installing Slate](./docs/guides/installing-slate.md)
- [Using the Bundled Source](./docs/guides/using-the-bundled-source.md)
- [Adding Event Handlers](./docs/guides/adding-event-handlers.md)
- [Defining Custom Block Nodes](./docs/guides/defining-custom-block-nodes.md)
- [Applying Custom Formatting](./docs/guides/applying-custom-formatting.md)
- [Using Plugins](./docs/guides/using-plugins.md)
- [Saving to a Database](./docs/guides/saving-to-a-database.md)
- [Saving and Loading HTML Content](./docs/guides/saving-and-loading-html-content.md)
- Adding a Hovering Menu
- Rendering Adjacent Elements in Components
- Adding Images Using Void Nodes
- [**Concepts**](./docs/concepts)
- [Statelessness & Immutability](./docs/concepts/statelessness-and-immutability.md)
- [The Document Model](./docs/concepts/the-document-model.md)

View File

@@ -4,6 +4,7 @@
These guides introduce you to the different parts of Slate in a step-by-step way that build on each other, perfect for getting started. We recommend reading them in order, start to finish!
- [Installing Slate](./installing-slate.md)
- [Using the Bundled Source](./using-the-bundled-source.md)
- [Adding Event Handlers](./adding-event-handlers.md)
- [Defining Custom Block Nodes](./defining-custom-block-nodes.md)
- [Applying Custom Formatting](./applying-custom-formatting.md)