File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Agently v4 说明文档
2+
3+ 欢迎使用Agently AI应用开发框架 v4!
File renamed without changes.
Original file line number Diff line number Diff line change 11site_name : Agently 4 Docs
22site_author : AgentEra Agently Team
3- site_description : Agently 4 Official Documents
3+ site_description : Agently 4 Official Documents Website
44site_url : https://agentera.github.io/agently
55
66docs_dir : docs
@@ -10,14 +10,22 @@ use_directory_urls: false
1010
1111theme :
1212 name : material
13- language : en
1413 features :
1514 - navigation.instant
1615 - navigation.tabs
1716 - navigation.top
1817 - content.code.copy
1918 - content.code.annotate
2019
20+ extra :
21+ alternate :
22+ - name : English
23+ link : /en
24+ lang : en
25+ - name : 中文
26+ link : /cn
27+ lang : zh
28+
2129markdown_extensions :
2230 - admonition
2331 - footnotes
@@ -37,7 +45,12 @@ plugins:
3745 lang :
3846 - zh
3947 - en
40- - mkdocstrings :
41- handlers :
42- python :
43- paths : [agently]
48+ - i18n :
49+ default_language : en
50+ languages :
51+ en :
52+ name : English
53+ build : true
54+ zh :
55+ name : 中文
56+ build : true
You can’t perform that action at this time.
0 commit comments