File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1818site_dir : _site
1919
2020copyright : Copyright © 2024 IBM
@@ -42,11 +42,11 @@ theme:
4242 palette :
4343 - primary : custom
4444nav :
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
5252extra_css :
@@ -79,4 +79,4 @@ plugins:
7979markdown_extensions :
8080 - admonition
8181 - toc :
82- toc_depth : 3
82+ toc_depth : 3
You can’t perform that action at this time.
0 commit comments