We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cc3de commit 9e62be1Copy full SHA for 9e62be1
designsafe/apps/api/publications_v2/agents/process_mkdocs.py
@@ -197,7 +197,7 @@ def create_anchor(text: str) -> str:
197
198
def process_markdown_files(docs_dir: str = "/docs"):
199
"""Process all markdown files from the documentation directory."""
200
- docs_path = Path(docs_dir) / "docs"
+ docs_path = Path(docs_dir) / "user-guide"
201
202
# Parse MkDocs config
203
config_path = Path(f"{docs_dir}/mkdocs.yml")
0 commit comments