Skip to content

Commit 50350a4

Browse files
committed
Configure mkdocs to include D4D HTML and YAML files
Explicitly set docs_dir and use_directory_urls to ensure mkdocs includes all files from docs/ directory, including HTML and YAML subdirectories (html_output/ and yaml_output/).
1 parent d619e7e commit 50350a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ nav:
1818
site_url: https://bridge2ai.github.io/data-sheets-schema
1919
repo_url: https://github.com/bridge2ai/data-sheets-schema
2020

21+
# Specify docs directory (default is 'docs/')
22+
docs_dir: docs
23+
24+
# Include HTML and YAML files in the build
25+
# MkDocs will copy all files from docs/ to the site, including subdirectories
26+
use_directory_urls: true
27+
2128
# Uncomment this block to enable use of Google Analytics.
2229
# Replace the property value with your own ID.
2330
# extra:

0 commit comments

Comments
 (0)