-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathmkdocs.yml
76 lines (73 loc) · 2.64 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
site_name: 又拍云文档中心
site_url: http://docs.upyun.com/
repo_url: https://github.com/upyun/docs/
docs_dir: sources
theme_dir: theme/updocs
copyright: Copyright © 2017, 又拍云
pages:
- '文档首页': 'index.md'
- 'CDN':
- '内容总览': 'cdn/index.md'
- '产品介绍': 'cdn/product.md'
- '快速入门': 'cdn/guide.md'
- '购买指南': 'cdn/buy.md'
- '服务管理': 'cdn/service.md'
- '功能配置': 'cdn/config.md'
- '边缘规则': 'cdn/edgerules.md'
- '统计分析': 'cdn/analysis.md'
- '刷新预热': 'cdn/refresh.md'
- '日志管理': 'cdn/log.md'
- '证书服务': 'cdn/ssl.md'
- '辅助工具': 'cdn/tools.md'
- '常见问题': 'cdn/faq.md'
- '直播':
- '产品简介': 'live/Introduction.md'
- '快速入门': 'live/guide.md'
- '基础配置': 'live/primary.md'
- '增值服务': 'live/advanced.md'
- '移动端 sdk': 'live/mobile-sdk.md'
- '点播&短视频':
- '短视频简介': 'video/index.md'
- '短视频 DEMO': 'video/short_video_demo.md'
- '云存储':
- '产品简介': 'api/index.md'
- '快速入门': 'api/quick_start.md'
- '开发者指南': 'api/developer_guide.md'
- '认证鉴权': 'api/authorization.md'
- 'REST API': 'api/rest_api.md'
- 'FORM API': 'api/form_api.md'
- '开发者工具': 'api/developer_tools.md'
- 'SDK 使用文档': 'api/sdk.md'
- '融合云存储': 'api/fusion_storage.md'
- '分块上传(已弃用)': 'api/multipart_upload.md'
- 'API 错误码表': 'api/errno.md'
- '缓存刷新': 'api/purge.md'
- '微信小程序': 'api/small_program.md'
- '移动流量': 'mobile-stats/index.md'
- '短信服务': 'sms/index.md'
- '云处理':
- '产品简介': 'cloud/index.md'
- '认证鉴权': 'cloud/authorization.md'
- '图片处理': 'cloud/image.md'
- '异步音视频处理': 'cloud/av.md'
- '同步视频处理': 'cloud/sync_video.md'
- '同步音频处理': 'cloud/sync_audio.md'
- '压缩解压缩': 'cloud/unzip.md'
- '文件拉取': 'cloud/spider.md'
- '文档转换': 'cloud/uconvert.md'
- '异步图片拼接': 'cloud/async_image.md'
- '音视频处理(已弃用)': 'cloud/av_pretreatment.md'
- '人工智能':
- '内容识别(有存储)': 'ai/audit.md'
- '内容识别(无存储)': 'ai/audit_nostorage.md'
- '内容处理': 'ai/api_console.md'
- '认证鉴权': 'ai/authorization.md'
- '人脸识别': 'ai/face_detect.md'
- 'SDK&工具':
- 'SDK&工具': 'download/index.md'
- '常见问题':
- '常见问题': 'faq/index.md'
# Add permalink for sharing
markdown_extensions:
- toc:
permalink: True