Skip to content

Commit 38a599e

Browse files
committed
update: i18n
1 parent ae32f0a commit 38a599e

3 files changed

Lines changed: 22 additions & 6 deletions

File tree

docs/cn/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Agently v4 说明文档
2+
3+
欢迎使用Agently AI应用开发框架 v4!
File renamed without changes.

mkdocs.yml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Agently 4 Docs
22
site_author: AgentEra Agently Team
3-
site_description: Agently 4 Official Documents
3+
site_description: Agently 4 Official Documents Website
44
site_url: https://agentera.github.io/agently
55

66
docs_dir: docs
@@ -10,14 +10,22 @@ use_directory_urls: false
1010

1111
theme:
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+
2129
markdown_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

0 commit comments

Comments
 (0)