book.json 1.89 KB
{
    "title": "噗嗤游戏使用文档",
    "description": "记录 GitBook 的配置和一些插件的使用",
    "author": "zhangjikai",
    "output.name": "site",
    "language": "zh-hans",
    "gitbook": "3.2.3",
    "root": ".",
    "plugins": [
        "-lunr",
        "-search",
        "-sharing",
        "-highlight",
        "-livereload",
        "emphasize",
        "simple-page-toc@^0.1.1",
        "prism",
        "prism-themes",
        "include-codeblock@^3.0.2",
        "splitter@^0.0.8",
        "tbfed-pagefooter@^0.0.1",
        "expandable-chapters-small@^0.1.7",
        "sectionx@^3.1.0",
        "local-video@^1.0.1",
        "anchor-navigation-ex",
        "todo@^0.1.3",
        "popup",
        "lightbox",
        "versions-select@^0.1.1",
        "copy-code-button"
    ],
    "structure": {
        "readme": "README.md"
    },
    "styles": {
        "website": "styles/website.css"
    },
    "pluginsConfig": {
        "versions": {
            "options": [
                {
                    "value": "http://dep.miso-lab.com/sdkword/web/v2.0/intro.html",
                    "text": "内部游戏-v1.0.0.3"
                },
                {
                    "value": "http://dep.miso-lab.com/sdkword/web/v1.0/intro.html",
                    "text": "外部游戏-v1.0.0.3"
                }
            ]
        },
        "prism": {
            "css": [
                "prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
            ]
        },
        "anchor-navigation-ex": {
            "associatedWithSummary": false,
            "showLevel": true,
            "multipleH1": true,
            "mode": "float",
            "pageTop": {
                "showLevelIcon": false,
                "level1Icon": "fa fa-hand-o-right",
                "level2Icon": "fa fa-hand-o-right",
                "level3Icon": "fa fa-hand-o-right"
            }
        }
    }
}