File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repo_name: IBM/codellm-devkit
14
14
# This unusual configuration of docs/site directories
15
15
# is due to GitHub not presenting /site/ as an option
16
16
# when selecting the dir for Pages.
17
- docs_dir : docs
17
+ # docs_dir: docs
18
18
site_dir : _site
19
19
20
20
copyright : Copyright © 2024 IBM
@@ -42,11 +42,11 @@ theme:
42
42
palette :
43
43
- primary : custom
44
44
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
50
50
51
51
# Define some IBM colors
52
52
extra_css :
@@ -79,4 +79,4 @@ plugins:
79
79
markdown_extensions :
80
80
- admonition
81
81
- toc :
82
- toc_depth : 3
82
+ toc_depth : 3
You can’t perform that action at this time.
0 commit comments