From 4483c801529ad2257f8c117879b78b5d624e11b5 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Jun 2016 15:58:07 -0700 Subject: [PATCH] update readme --- Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Readme.md b/Readme.md index a1f51a1e7..8dc8783c0 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,24 @@ If you have an idea for an example that shows a common use case, pull request it If you're using Slate for the first time, check out the [Getting Started](docs/getting-started.md) guide to familiarize yourself with Slate's architecture and mental models. After that, you'll probably just want the [API Reference](docs/reference.md). - [Getting Started](docs/getting-started.md) + +- [Core Concepts](docs/concepts.md) - [Stateless & Immutability](docs/getting-started.md#stateless-immutability) - [The Document Model](docs/getting-started.md#the-document-model) + - Selections + - [API Reference](docs/reference.md) + - Components + - Editor + - Models + - Block + - Character + - Data + - Document + - Inline + - Mark + - Node + - Selection + - State + - Text + - Transform