From 0b8498e83ae5ea7067905d8b89677c4f9979c78e Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 12 Jul 2016 21:34:31 -0700 Subject: [PATCH] refactor docs --- Readme.md | 78 ++++++++++--------- docs/concepts/Readme.md | 42 ++-------- docs/concepts/plugins.md | 5 ++ .../statelessness-and-immutability.md | 4 +- docs/concepts/the-document-model.md | 9 +++ docs/concepts/the-selection-model.md | 5 ++ docs/concepts/transforms.md | 6 ++ docs/guides/Readme.md | 2 +- docs/guides/adding-event-handlers.md | 2 +- docs/guides/applying-custom-formatting.md | 33 +------- docs/guides/defining-custom-block-nodes.md | 32 ++++---- docs/guides/installing-slate.md | 27 ++----- docs/guides/using-plugins.md | 22 +----- docs/reference/Readme.md | 23 ++++++ 14 files changed, 121 insertions(+), 169 deletions(-) create mode 100644 docs/concepts/plugins.md create mode 100644 docs/concepts/the-selection-model.md create mode 100644 docs/concepts/transforms.md diff --git a/Readme.md b/Readme.md index f8e6b52c3..8d5f6ff76 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ -

+

A completely customizable framework
for building rich text editors in the browser.


@@ -36,15 +36,15 @@ _Slate is currently in **beta**, while work is being done on: cross-browser supp To get a sense for how you might use Slate, check out a few of the examples: -- [**Plain text**](examples/plain-text) — showing the most basic case: a glorified `