-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnico.json
More file actions
39 lines (39 loc) · 914 Bytes
/
nico.json
File metadata and controls
39 lines (39 loc) · 914 Bytes
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
{
"navigation": [
{
"link": "index",
"title": "首页"
},
{
"link": "docs",
"title": "文档",
"sub": [
{
"link": "css-specification",
"title": "CSS 规范"
},
{
"link": "css-construction",
"title": "CSS 构建规范"
},
{
"link": "modularity",
"title": "模块化"
}
]
},
{
"link": "components",
"title": "组件"
}
],
"source": "source",
"output": "docs",
"theme": "theme",
"permalink": "{{directory}}/{{filename}}.html",
"writers": [
"nico.PostWriter",
"nico.FileWriter",
"nico.StaticWriter"
]
}