We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44483dd commit 1add4b4Copy full SHA for 1add4b4
3 files changed
mkdocs.base.yml
@@ -1,6 +1,7 @@
1
site_name: CmlLib.Core Wiki
2
site_description: Documentation for CmlLib.Core
3
site_author: CmlLib.Core Team
4
+site_url: https://cmllib.github.io/CmlLib.Core-wiki
5
6
# Documentation directory
7
docs_dir: docs
mkdocs.en.yml
@@ -1,6 +1,6 @@
INHERIT: mkdocs.base.yml
-docs_dir: 'CmlLib.Core-wiki/en'
+docs_dir: 'en'
site_dir: 'site/en'
nav:
mkdocs.ko.yml
@@ -1,7 +1,7 @@
site_name: CmlLib.Core 위키
-docs_dir: 'CmlLib.Core-wiki/ko'
+docs_dir: 'ko'
site_dir: 'site/ko'
theme:
0 commit comments