fixing wiki generation
Generate and publish developer Wiki / generated-wiki (pull_request) Successful in 14s

This commit is contained in:
2026-07-19 21:32:10 +00:00
parent 8bf3e03de8
commit f5d14b0a79
13 changed files with 105 additions and 62 deletions
+3 -3
View File
@@ -74,11 +74,11 @@ make package/OpenUniFi/compile
packages installed; it is not a host-side substitute for the cross-build.
Architecture pages for the Gitea Wiki are generated from the recursive C source
tree. After source or architecture changes, run:
tree into a separate checkout. After source or architecture changes, run:
```sh
./scripts/docs/generate-wiki.py
./scripts/docs/generate-wiki.py --check
./scripts/docs/generate-wiki.py --output /path/to/openunifi.wiki
./scripts/docs/generate-wiki.py --check --output /path/to/openunifi.wiki
```
There is currently no automated test suite. For documentation-only changes,