1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 21:21:21 +02:00

added the schema reference to the list of documents for gitbook, renamed Readme.md to Summary to be consistent with conventions. (#2387)

This commit is contained in:
CameronAckermanSEL
2018-11-06 12:15:43 -08:00
committed by Ian Storm Taylor
parent 3093b0cf61
commit 88aa5a5cc8
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"root": "./docs",
"structure": {
"readme": "Introduction.md",
"summary": "Readme.md"
"summary": "Summary.md"
},
"plugins": ["-highlight", "prism", "github"],
"pluginsConfig": {

View File

@@ -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)