feat(docs): fix nav and scripts

This commit is contained in:
perf3ct
2025-09-04 23:50:22 +00:00
parent 7ca21b52a0
commit 1847fc2060
2 changed files with 145 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ jobs:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
- name: Fix Documentation Structure
run: |
# Fix duplicate navigation entries by moving overview pages to index.md
python scripts/fix-mkdocs-structure.py
- name: Build MkDocs Site
run: |
# Build with strict mode but allow expected warnings