Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 509 Bytes

16_Gitbook_Plugin_Github.md

File metadata and controls

29 lines (24 loc) · 509 Bytes

gitbook 插件:github

1. github 插件

在右上角添加 github 图标。

这里是提供 github 的图标和URL 配置,URL可以根据自己需求配置。

1.1 安装

npm i gitbook-plugin-github

1.2 配置

{
    "plugins": [ 
        "github" 
    ],
    "pluginsConfig": {
        "github": {
            "url": "https://github.com/Ghostwritten"
        }
    }
}

1.3 效果

[!NOTE|style:flat|lable:Mylable|iconVisibility:hidden] 请阅览右上角。