Move documents to a sub-directory

to support multi-language selector.
This commit is contained in:
krahets
2023-10-06 00:57:28 +08:00
parent 04e2a46bcd
commit f1ef7e9d10
614 changed files with 11 additions and 3 deletions
+11 -3
View File
@@ -3,11 +3,12 @@ site_name: Hello 算法
site_url: https://www.hello-algo.com/
site_author: Krahets
site_description: 动画图解、一键运行的数据结构与算法教程
docs_dir: build
docs_dir: build/zh
site_dir: site
# Repository
repo_name: krahets/hello-algo
repo_url: https://github.com/krahets/hello-algo
edit_uri: https://github.com/krahets/hello-algo/tree/main/docs/
edit_uri: tree/main/docs
version: 1.0.0b5
# Copyright
@@ -66,6 +67,13 @@ theme:
edit: material/file-edit-outline
extra:
alternate:
- name: 中文
link: /
lang: zh
- name: English
link: /en/
lang: en
social:
- icon: fontawesome/brands/github
link: https://github.com/krahets
@@ -73,7 +81,7 @@ extra:
link: https://twitter.com/krahets
- icon: fontawesome/solid/code
link: https://leetcode.cn/u/jyd/
# generator: false
generator: false
status:
new: 最近添加