https://github.com/iuap-design/gitbook-plugin-iuap-design
A gitbook plugin for enhanced ability to parse and compile the page and display a document for md
https://github.com/iuap-design/gitbook-plugin-iuap-design
gitbook-plugin
Last synced: about 1 year ago
JSON representation
A gitbook plugin for enhanced ability to parse and compile the page and display a document for md
- Host: GitHub
- URL: https://github.com/iuap-design/gitbook-plugin-iuap-design
- Owner: iuap-design
- License: mit
- Created: 2016-06-14T08:58:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T06:12:04.000Z (over 9 years ago)
- Last Synced: 2025-02-16T23:46:09.316Z (over 1 year ago)
- Topics: gitbook-plugin
- Language: JavaScript
- Homepage:
- Size: 669 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbook-plugin-iuap-design
## 说明
gitbook-plugin-iuap-design是基于gitbook的扩展功能插件。
## 功能介绍
- 支持左侧目录展开
- 引入 `iuap-desigin` 相关资源时,可同时将生成的 `html` 完美融入 `iuap-design` 官网。
## 使用
```
npm install gitbook-plugin-iuap-design --save-dev
```
`gitbook` 的 `book.json` 配置示例
```
"language":"zh-hans",
"plugins":[
"iuap-design"
],
```