Skip to content

Commit a82f1a7

Browse files
committed
update: _nav.json
1 parent 0531de1 commit a82f1a7

File tree

6 files changed

+73
-60
lines changed

6 files changed

+73
-60
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ doc_build/
1515

1616
doc_build/
1717
doc_build_fun/
18+
doc_build_fun.zip
1819

1920
Scripting Documentation/
2021

docs/App Store/en/_nav.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
[
22
{
3-
"text": "docs",
3+
"text": "DOCS",
44
"link": "/guide/Quick%20Start",
55
"activeMatch": "/guide/"
66
},
77
{
8-
"text": "privacy",
8+
"text": "PRIVACY",
99
"link": "/privacy/policy",
1010
"activeMatch": "/privacy/"
11+
},
12+
{
13+
"text": "LLM",
14+
"items": [
15+
{
16+
"text": "llms.txt",
17+
"link": "/llms.txt"
18+
},
19+
{
20+
"text": "llms-full.txt",
21+
"link": "/llms-full.txt"
22+
}
23+
]
1124
}
1225
]

docs/App Store/zh/_nav.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
[
22
{
3-
"text": "文档",
3+
"text": "DOCS",
44
"link": "/guide/Quick%20Start",
55
"activeMatch": "/guide/"
66
},
77
{
8-
"text": "隐私政策",
8+
"text": "PRIVACY",
99
"link": "/privacy/policy",
1010
"activeMatch": "/privacy/"
11+
},
12+
{
13+
"text": "LLM",
14+
"items": [
15+
{
16+
"text": "llms.txt",
17+
"link": "/llms.txt"
18+
},
19+
{
20+
"text": "llms-full.txt",
21+
"link": "/llms-full.txt"
22+
}
23+
]
1124
}
1225
]

docs/TestFlight/en/_nav.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
[
22
{
3-
"text": "docs",
3+
"text": "DOCS",
44
"link": "/guide/Quick%20Start",
55
"activeMatch": "/guide/"
66
},
77
{
8-
"text": "privacy",
8+
"text": "PRIVACY",
99
"link": "/privacy/policy",
1010
"activeMatch": "/privacy/"
11+
},
12+
{
13+
"text": "LLM",
14+
"items": [
15+
{
16+
"text": "llms.txt",
17+
"link": "/llms.txt"
18+
},
19+
{
20+
"text": "llms-full.txt",
21+
"link": "/llms-full.txt"
22+
}
23+
]
1124
}
1225
]

docs/TestFlight/zh/_nav.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
[
22
{
3-
"text": "文档",
3+
"text": "DOCS",
44
"link": "/guide/Quick%20Start",
55
"activeMatch": "/guide/"
66
},
77
{
8-
"text": "隐私政策",
8+
"text": "PRIVACY",
99
"link": "/privacy/policy",
1010
"activeMatch": "/privacy/"
11+
},
12+
{
13+
"text": "LLM",
14+
"items": [
15+
{
16+
"text": "llms.txt",
17+
"link": "/llms.txt"
18+
},
19+
{
20+
"text": "llms-full.txt",
21+
"link": "/llms-full.txt"
22+
}
23+
]
1124
}
1225
]

i18n.json

Lines changed: 12 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,14 @@
11
{
2-
"start": {
3-
"en": "Getting Started",
4-
"zh": "开始"
5-
},
6-
"docs": {
7-
"en": "Documentation",
8-
"zh": "文档"
9-
},
10-
"changelog": {
11-
"en": "Changelog",
12-
"zh": "更新日志"
13-
},
14-
"learnMore": {
15-
"en": "Learn More",
16-
"zh": "了解更多"
17-
},
18-
"features": {
19-
"en": "Features",
20-
"zh": "特性"
21-
},
22-
"overview": {
23-
"en": "Overview",
24-
"zh": "概览"
25-
},
26-
"example": {
27-
"en": "Example",
28-
"zh": "示例"
29-
},
30-
"types": {
31-
"en": "Types",
32-
"zh": "类型"
33-
},
34-
"api": {
35-
"en": "API",
36-
"zh": "API"
37-
},
38-
"layout": {
39-
"en": "Layout",
40-
"zh": "布局"
41-
},
42-
"views": {
43-
"en": "View",
44-
"zh": "视图"
45-
},
46-
"view_modifiers": {
47-
"en": "View Modifiers",
48-
"zh": "视图修饰器"
49-
},
50-
"privacy": {
51-
"en": "Privacy",
52-
"zh": "隐私"
53-
}
2+
"DOCS": {
3+
"en": "Documentation",
4+
"zh": "文档"
5+
},
6+
"PRIVACY": {
7+
"en": "Privacy",
8+
"zh": "隐私策略"
9+
},
10+
"LLM": {
11+
"en": "LLM",
12+
"zh": "LLM"
13+
}
5414
}

0 commit comments

Comments
 (0)