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)