xunuo / gitbook-plugin-diy-introduction

gitbook 插件 左侧菜单Introduction英文名称定制

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitbook 定制侧边栏Introduction文案插件

在 book.json 中加入:

{
    plugins: ["diy-introduction"],
    pluginsConfig: {
        "introduction-text": "封面"
    }
}

禁用:

{
    plugins: ["-diy-introduction"]
}

About

gitbook 插件 左侧菜单Introduction英文名称定制

License:Apache License 2.0


Languages

Language:JavaScript 95.0%Language:CSS 5.0%