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:
committed by
Ian Storm Taylor
parent
3093b0cf61
commit
88aa5a5cc8
@@ -3,7 +3,7 @@
|
|||||||
"root": "./docs",
|
"root": "./docs",
|
||||||
"structure": {
|
"structure": {
|
||||||
"readme": "Introduction.md",
|
"readme": "Introduction.md",
|
||||||
"summary": "Readme.md"
|
"summary": "Summary.md"
|
||||||
},
|
},
|
||||||
"plugins": ["-highlight", "prism", "github"],
|
"plugins": ["-highlight", "prism", "github"],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
|
@@ -42,6 +42,7 @@
|
|||||||
* [Plugins](./reference/slate/plugins.md)
|
* [Plugins](./reference/slate/plugins.md)
|
||||||
* [Point](./reference/slate/point.md)
|
* [Point](./reference/slate/point.md)
|
||||||
* [Range](./reference/slate/range.md)
|
* [Range](./reference/slate/range.md)
|
||||||
|
* [Schema](./reference/slate/schema.md)
|
||||||
* [Selection](./reference/slate/selection.md)
|
* [Selection](./reference/slate/selection.md)
|
||||||
* [Text](./reference/slate/text.md)
|
* [Text](./reference/slate/text.md)
|
||||||
* [Utils](./reference/slate/utils.md)
|
* [Utils](./reference/slate/utils.md)
|
Reference in New Issue
Block a user