Skip to content

Commit 7c2ffe5

Browse files
author
sun
committed
Fix mkdocs.yml: set docs_dir back to docs and fix README link
1 parent b8df7c8 commit 7c2ffe5

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ markdown_extensions:
4141
- attr_list
4242
- md_in_html
4343

44-
docs_dir: .
44+
docs_dir: docs
45+
site_dir: ../site
4546

4647
nav:
47-
- Home: README.md
48+
- Home: ../README.md
4849
- User Guide:
4950
- API Authentication: docs/userGuide/api_authentication.md
5051
- Benchmarking API: docs/userGuide/benchmarkingapi.md
@@ -88,8 +89,3 @@ nav:
8889
- Developers:
8990
- Plugin Development: docs/developers/plugin_development_guide.md
9091

91-
exclude_docs: |
92-
venv/*
93-
.github/*
94-
src/*
95-
plugins/*

0 commit comments

Comments
 (0)