Initial git

This commit is contained in:
Qolzam
2017-07-06 11:20:18 +04:30
commit 7c691d8e4d
142 changed files with 13046 additions and 0 deletions

19
book.json Normal file
View File

@@ -0,0 +1,19 @@
{
"root": "./docs",
"plugins": [ "theme-api" ],
"pluginsConfig": {
"theme-api": {
"languages": [
{
"lang": "js",
"name": "JavaScript",
"default": true
},
{
"lang": "go",
"name": "Go"
}
]
}
}
}