mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 12:41:44 +02:00
Add a GitHub link as icon in the docs (#501)
This commit is contained in:
committed by
Ian Storm Taylor
parent
34990c9878
commit
2fa096898c
@@ -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"
|
||||||
|
Reference in New Issue
Block a user