forked from baikingrio/BmobDocs
-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
executable file
·131 lines (130 loc) · 5.18 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: Bmob文档中心
theme:
name: mkdocs
custom_dir: theme/bmobdocs
docs_dir: mds
site_dir: docs
repo_url: https://github.com/bmob/bmobdocs/
copyright: Copyright © 2017 Bmob, Maintained by the Bmob Support.
pages:
- '文档首页': 'index.md'
- '数据服务':
- 'Android':
- '快速入门': 'data/android/index.md'
- '开发文档': 'data/android/develop_doc.md'
- '示例/功能': 'data/android/example.md'
- '自动更新': 'data/android/auto_update.md'
# - '类库文档': 'data/android/class_doc.md'
# - '更新日志': 'data/android/update_log.md'
- 'iOS':
- '快速入门': 'data/ios/index.md'
- '开发文档': 'data/ios/develop_doc.md'
- '示例/功能': 'data/ios/example.md'
# - '更新日志': 'data/ios/update_log.md'
- '类库文档': 'data/ios/classdoc.md'
- 'libGDX': 'data/ios/lib_gdx.md'
- 'Swift快速入门': 'data/ios/swift_quick_start.md'
- 'Swift开发文档': 'data/ios/swift_develop_doc.md'
- 'harmony鸿蒙': 'data/harmony/index.md'
- 'C#':
- '快速入门': 'data/csharp/index.md'
- '开发文档': 'data/csharp/develop_doc.md'
- '示例/功能': 'data/csharp/example.md'
- 'PHP':
- '快速入门': 'data/php/index.md'
- '开发文档': 'data/php/develop_doc.md'
- 'GO':
- '快速入门': 'data/go/index.md'
- '开发文档': 'data/go/develop_doc.md'
- 'REST API':
- '快速入门': 'data/restful/index.md'
- '开发文档': 'data/restful/develop_doc.md'
- 'JavaScript':
- '快速入门': 'data/wechat_app_new/rm.md'
- '开发文档': 'data/wechat_app_new/index.md'
- 'Cocos2D-X': 'data/cocos2d_x/index.md'
# - '小程序(旧、弃用)':
# - '快速入门': 'data/wechat_app/index.md'
# - '开发文档': 'data/wechat_app/develop_doc.md'
# - '示例/功能': 'data/wechat_app/example.md'
- '快应用': 'data/wechat_app_new/index.md'
- 'Nodejs': 'data/wechat_app_new/index.md'
- 'Cocos Creator': 'data/wechat_app_new/index.md'
- '小程序':
- '快速入门': 'data/wechat_app_new/rm.md'
- '开发文档': 'data/wechat_app_new/index.md'
- 'Kotlin': 'data/kotlin/index.md'
- 'Python': 'data/python/index.md'
- 'Flutter': 'data/flutter/index.md'
- '云函数':
- '云函数开发文档':
- '快速入门': 'cloud_function/web/index.md'
- '开发文档': 'cloud_function/web/develop_doc.md'
- '数据钩子': 'cloud_function/web/hook.md'
- '定时任务': 'cloud_function/web/timing_tasks.md'
- '微信云函数': 'cloud_function/web/weixin.md'
- '编码规范': 'cloud_function/web/norm.md'
- 'Android': 'cloud_function/android/index.md'
- 'iOS': 'cloud_function/ios/index.md'
- 'Java': 'cloud_function/java/index.md'
- 'Python': 'cloud_function/python/index.md'
- 'C#': 'cloud_function/csharp/index.md'
- 'PHP': 'cloud_function/php/index.md'
- 'JavaScript': 'cloud_function/javascript/index.md'
- 'REST API': 'cloud_function/restful/index.md'
#- '支付服务':
# - 'Android':
# - '开发文档': 'pay/android/index.md'
# - '示例/功能': 'pay/android/example.md'
# - '类库文档': 'pay/android/class_doc.md'
# - '更新日志': 'pay/android/update_log.md'
# - 'iOS':
# - '开发文档': 'pay/ios/index.md'
# - '示例/功能': 'pay/ios/example.md'
# - '更新日志': 'pay/ios/update_log.md'
# - 'REST API': 'pay/restful/index.md'
- '短信服务':
- 'Android': 'sms/android/index.md'
- 'iOS': 'sms/ios/index.md'
- 'PHP': 'sms/php/index.md'
- 'JavaScript': 'sms/javascript/index.md'
- 'REST API': 'sms/restful/index.md'
- 'python': 'sms/python/index.md'
# - '游戏实时后端':
# - 'Unity':
# - '快速入门': 'game/unity/quick_start.md'
# - '开发文档': 'game/unity/develop_doc.md'
# - 'Cocos Creator':
# - '快速入门': 'game/cocos_creator/quick_start.md'
# - '开发文档': 'game/cocos_creator/develop_doc.md'
# - '微信小游戏':
# - '快速入门': 'game/wechat_games/quick_start.md'
# - '开发文档': 'game/wechat_games/develop_doc.md'
# - '云函数': 'game/cloud_function/develop_doc.md'
# - '经典案例': 'game/classic_case.md'
#- '即时通讯':
# - 'Android':
# - '开发文档': 'im/android/index.md'
# - '类库文档': 'im/android/class_doc.md'
# - '更新日志': 'im/android/update_log.md'
# - 'iOS':
# - '开发文档': 'im/ios/index.md'
# - '更新日志': 'im/ios/update_log.md'
- 'AI人工智能':
- 'Android': 'ai/android/index.md'
- 'iOS': 'ai/ios/index.md'
- '小程序': 'ai/html5/index.md'
- 'Html5': 'ai/html5/index.md'
- 'API': 'ai/api/index.md'
- 'python': 'ai/python/index.md'
- '其他':
- '域名管理': 'other/domain/index.md'
- '常见问题': 'other/common_problem/index.md'
- '错误码': 'other/error_code/index.md'
- '数据安全': 'other/data_safety/index.md'
- 'BQL': 'other/bql/index.md'
plugins: []
# Add permalink for sharing
markdown_extensions:
- toc:
permalink: True