📦 littlecodersh / itchatmp

📄 mkdocs.yml · 23 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23site_name: 'itchatmp'
pages:
- '入门':
    - '项目介绍': 'index.md'
    - '环境配置': 'intro/environment.md'
    - '快速入门': 'intro/quickstart.md'
    - '企业号配置': 'intro/enterprise.md'
- '进阶':
    - '通用接口': 'apis/common.md'
    - '自定义菜单': 'apis/menu.md'
    - '消息管理': 'apis/messages.md'
    - '素材管理': 'apis/materials.md'
    - '用户管理': 'apis/users.md'
    - '小工具': 'apis/utils.md'
- '其他':
    - '部署': 'other/deploy.md'
- 'API列表':
    - '公众号': 'apis.md'
extra_css: ['docs/bootstrap/css']
extra_javascript: ['docs/bootstrap/js']
theme_dir: 'docs/bootstrap'
repo_url: 'https://github.com/littlecodersh/itchatmp'