GitBook legacy v1
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejsnode -v && npm -v
# v10.15.1
# 6.4.1mkdir gitbook
cd gitbookLast updated
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejsnode -v && npm -v
# v10.15.1
# 6.4.1mkdir gitbook
cd gitbookLast updated
{
"root": "./docs",
"title": "KB",
"author": "syalsr",
"description": "my knowledge and solutions",
"plugins": [
"folding-chapters-2",
"theme-default",
"hints",
"splitter",
"theme-code",
"embed-pdf",
"timeline",
"code",
"codetabs",
"youtube",
"-lunr", "-search", "search-plus",
"addcssjs",
"favicon-plus",
"anchor-navigation-ex",
"github-buttons",
"last-modified",
"medium-zoom"],
"pluginsConfig": {
"fontsettings": {
"theme": "night",
"family": "sans"
},
"anchor-navigation-ex": {
"multipleH1": false
},
"github-buttons": {
"buttons": [{
"user": "dortania",
"repo": "OpenCore-Desktop-Guide",
"type": "star",
"size": "large"
}]
},
"intopic-toc": {
"label": "Navigation"
},
"github-edit": {
"repo": "syalsr/Knowledge_Base",
"branch": "master"
},
"favicon": "/icons/favicon.ico",
"appleTouchIconPrecomposed152": "/icons/appleTouchIconPrecomposed152.png",
"output": "_book"
},
"links": {
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"weibo": false,
"all": false
}
},
"medium-zoom": {
"margin": 24,
"background": "#363b40",
"scrollOffset": 0
},
"pdf": {
"pageNumbers": false,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
},
"headerTemplate": null,
"footerTemplate": null
}
}