An open API service indexing awesome lists of open source software.

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

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"
],
```