-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
71 lines (71 loc) · 1.41 KB
/
index.json
File metadata and controls
71 lines (71 loc) · 1.41 KB
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
{
"title": "DocMan 官方文档",
"describe": "DocMan 官方文档",
"author": "Monkeyhbd",
"list": [
{
"title": "DocMan 简介",
"describe": "自由开源的文档类网站生成器",
"path": "./01.md",
"rename": "index"
},
{
"title": "开始使用",
"describe": "只需 4 步即可生成并部署站点",
"list": [
{
"title": "安装",
"describe": "从 Gitee 或 GitHub 克隆",
"path": "./11.md"
},
{
"title": "导入",
"describe": "导入和配置文档项目",
"path": "./12.md"
},
{
"title": "生成",
"describe": "运行 DocMan 生成文档站点",
"path": "./13.md"
},
{
"title": "部署",
"describe": "使用 Nginx / Apache 部署文档站点",
"path": "./14.md"
},
{
"title": "版本控制建议",
"describe": "关于版本控制的官方建议",
"path": "./15.md"
}
]
},
{
"title": "配置",
"describe": "DocMan 基本配置和扩展配置",
"list": [
{
"title": "目录索引文件",
"describe": "index.json",
"path": "./31.md"
},
{
"title": "DocMan 配置文件",
"describe": "docman.config.json",
"path": "./32.md"
}
]
},
{
"title": "关于我们",
"describe": "DocMan 和 DocMan 开发团队",
"list": [
{
"title": "问答",
"describe": "Q&A",
"path": "./92.md"
}
]
}
]
}