1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

Add a GitHub link as icon in the docs (#501)

This commit is contained in:
Nicolas Gaborit
2016-12-06 17:16:08 +01:00
committed by Ian Storm Taylor
parent 34990c9878
commit 2fa096898c

View File

@@ -1,6 +1,12 @@
{ {
"gitbook": "3.2.2",
"root": "./docs", "root": "./docs",
"plugins": ["-highlight", "prism"], "plugins": ["-highlight", "prism", "github"],
"pluginsConfig": {
"github": {
"url": "https://github.com/ianstormtaylor/slate"
}
},
"structure": { "structure": {
"readme": "Readme.md", "readme": "Readme.md",
"summary": "Summary.md" "summary": "Summary.md"