From 88aa5a5cc843fbb6b6bc9967f31c6e88a15d5248 Mon Sep 17 00:00:00 2001 From: CameronAckermanSEL Date: Tue, 6 Nov 2018 12:15:43 -0800 Subject: [PATCH] added the schema reference to the list of documents for gitbook, renamed Readme.md to Summary to be consistent with conventions. (#2387) --- book.json | 2 +- docs/{Readme.md => Summary.md} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/{Readme.md => Summary.md} (98%) diff --git a/book.json b/book.json index bb097916f..05a02b9ea 100644 --- a/book.json +++ b/book.json @@ -3,7 +3,7 @@ "root": "./docs", "structure": { "readme": "Introduction.md", - "summary": "Readme.md" + "summary": "Summary.md" }, "plugins": ["-highlight", "prism", "github"], "pluginsConfig": { diff --git a/docs/Readme.md b/docs/Summary.md similarity index 98% rename from docs/Readme.md rename to docs/Summary.md index c790b8848..861e5dedf 100644 --- a/docs/Readme.md +++ b/docs/Summary.md @@ -42,6 +42,7 @@ * [Plugins](./reference/slate/plugins.md) * [Point](./reference/slate/point.md) * [Range](./reference/slate/range.md) +* [Schema](./reference/slate/schema.md) * [Selection](./reference/slate/selection.md) * [Text](./reference/slate/text.md) * [Utils](./reference/slate/utils.md)