Skip to content

Commit

Permalink
feat(mkdocs): add site_url
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewang committed Mar 22, 2024
1 parent d54ec8d commit 2aded1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/en/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
site_name: "Chaitin Tech"
docs_dir: "../../docs/en"
site_dir: "../../generated/en"
site_url: https://t1k.chaitin.com/en/

copyright: Copyright © 2024 Chaitin Tech

Expand Down
1 change: 1 addition & 0 deletions config/zh/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
site_name: "长亭科技"
docs_dir: "../../docs/zh"
site_dir: "../../generated/zh"
site_url: https://t1k.chaitin.com/zh/

copyright: Copyright © 2024 长亭科技

Expand Down

0 comments on commit 2aded1f

Please sign in to comment.