From cd9c745a275fdbfde115cbbf9b78f28d2e82a4a0 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Sun, 7 Aug 2016 17:40:28 -0700 Subject: [PATCH] add bundled guide to readme --- Readme.md | 4 +--- docs/guides/Readme.md | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index bfe78ce89..ecc1b8a87 100644 --- a/Readme.md +++ b/Readme.md @@ -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) diff --git a/docs/guides/Readme.md b/docs/guides/Readme.md index 99d16d7d7..f39019c14 100644 --- a/docs/guides/Readme.md +++ b/docs/guides/Readme.md @@ -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)