File tree Expand file tree Collapse file tree 6 files changed +73
-60
lines changed
Expand file tree Collapse file tree 6 files changed +73
-60
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ doc_build/
1515
1616doc_build /
1717doc_build_fun /
18+ doc_build_fun.zip
1819
1920Scripting Documentation /
2021
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments