Skip to content

Commit 1281e81

Browse files
authored
Merge pull request #44 from hnwyllmm/pages
fix mkdock
2 parents 2ab098b + 140af73 commit 1281e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: OceanBase SeekDB Developer Guide
1+
site_name: OceanBase seekdb Developer Guide
22
site_url: https://oceanbase.github.io/seekdb
33
repo_url: https://github.com/oceanbase/seekdb
44
repo_name: oceanbase/seekdb
@@ -16,10 +16,11 @@ plugins:
1616
default: true
1717
name: English
1818
build: true
19+
link: /developer-guide/en/
1920
- locale: zh
2021
name: 中文
2122
build: true
22-
link: /zh/
23+
link: /developer-guide/zh/
2324
- git-authors
2425
nav:
2526
- README.md
@@ -33,7 +34,6 @@ nav:
3334
- logging.md
3435
- memory.md
3536
- container.md
36-
- architecture.md
3737
- coding-standard.md
3838

3939
markdown_extensions:

0 commit comments

Comments
 (0)