1.1.12 • Published 6 years ago

gitbook-plugin-theme-itheima v1.1.12

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

GitBook 研究院技术文档模板 - theme-itheima

GitBook 研究院技术文档模板 - theme-itheima

gitbook-plugin-theme-itheima

1. 安装

配置 book.json ,如没有这个文件请创建

  • 配置itheima模板
  "plugins": [
    "theme-itheima"
  ],
  • 推荐配置,支持(导航折叠、分隔条拖动、代码高亮优化、关闭分享)
{
  "title": "管理系统 - API接口说明",
  "author": "王某某",
  "description": "本文档撰写摘要说明",
  "language": "zh-hans",
  "copyright": "xxxxxxxxxxx股份有限公司  版权所有Copyright 2006-2018, All Rights Reserved",
  "plugins": [
    "theme-itheima",
    "splitter",
    "prism",
    "expandable-chapters",
    "-sharing"
  ],
  "pluginsConfig": {
    "theme-default": {
      "showLevel": false
    }
  }
}

2. 安装插件

gitbook install

3. 本机运行

gitbook serve

4. 发布html

gitbook build

License

Apache-2.0 © 研究院研发部

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago