1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 12:12:39 +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

@@ -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)