We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8190320 commit b97b4d6Copy full SHA for b97b4d6
1 file changed
mkdocs.yml
@@ -2,12 +2,12 @@ site_name: Rust中文Wiki
2
site_url: https://rust.webtech.wiki
3
repo_url: https://github.com/webtechwiki/rust
4
repo_name: Rust Chinese Wiki
5
-site_author: geekdex
+site_author: https://github.com/geekdex
6
site_description: Rust快速入门
7
edit_uri: tree/main/docs
8
9
# Copyright
10
-copyright: Copyright © 2022 - 2023 webtech.wiki
+copyright: Copyright © webtech.wiki
11
12
# Theme
13
theme:
@@ -190,4 +190,4 @@ nav:
190
- 19.5 宏: 19_advanced_features/04_macro.md
191
- 第 20 章 异步编程:
192
- 20.1 简易并发示例: 20_simple_concurrency/01_a_simple_concurrency_example.md
193
- - 参考资料: reference.md
+ - 参考资料: reference.md
0 commit comments