Skip to content

Commit 9e62be1

Browse files
committed
fix docs path
1 parent b2cc3de commit 9e62be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designsafe/apps/api/publications_v2/agents/process_mkdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def create_anchor(text: str) -> str:
197197

198198
def process_markdown_files(docs_dir: str = "/docs"):
199199
"""Process all markdown files from the documentation directory."""
200-
docs_path = Path(docs_dir) / "docs"
200+
docs_path = Path(docs_dir) / "user-guide"
201201

202202
# Parse MkDocs config
203203
config_path = Path(f"{docs_dir}/mkdocs.yml")

0 commit comments

Comments
 (0)