1.0.18 • Published 8 years ago
gitbook-plugin-theme-deepintell v1.0.18
GitBook Default Theme
This is the default theme for GitBook since version 3.0.0. It can be used as a template for theming books or can be extended.

使用说明
1. 配置book.json文件
//添加变量
"variables": {
"brand": "深智科技"
}
//添加插件
"plugins": [
"theme-deepintell@1.0.1"
]2. 安装主题插件
gitbook install3. 初始化gitbook
gitbook init4. 启动gitbook
gitbook serve