Skip to content

Commit d9e329a

Browse files
authored
Update mkdocs.yaml
1 parent fd2e450 commit d9e329a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mkdocs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repo_name: IBM/codellm-devkit
1414
# This unusual configuration of docs/site directories
1515
# is due to GitHub not presenting /site/ as an option
1616
# when selecting the dir for Pages.
17-
docs_dir: docs
17+
# docs_dir: docs
1818
site_dir: _site
1919

2020
copyright: Copyright © 2024 IBM
@@ -42,11 +42,11 @@ theme:
4242
palette:
4343
- primary: custom
4444
nav:
45-
- Home: README.md
46-
- Walkthrough: walkthrough.md
47-
- API Reference: api_reference.md
48-
- Publications: publications.md
49-
- Contribute: contribute.md
45+
- Home: docs/README.md
46+
- Walkthrough: docs/walkthrough.md
47+
- API Reference: docs/api_reference.md
48+
- Publications: docs/publications.md
49+
- Contribute: docs/contribute.md
5050

5151
# Define some IBM colors
5252
extra_css:
@@ -79,4 +79,4 @@ plugins:
7979
markdown_extensions:
8080
- admonition
8181
- toc:
82-
toc_depth: 3
82+
toc_depth: 3

0 commit comments

Comments
 (0)