initial commit

This commit is contained in:
DaKheera47
2026-03-10 15:16:00 +00:00
parent ee6f889094
commit 14085a977e
11 changed files with 197 additions and 31 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ Open the **search links** row in the Ready summary to reveal the generated links
### Opening documentation from the sidebar
1. Open the sidebar menu.
2. In the footer section under `Version <build>`, click **Documentation**, which opens the locally hosted docs in a new tab.
2. In the footer section under `Version vX.Y.Z`, click **Documentation**, which opens the locally hosted docs in a new tab.
### Generating PDFs
+6
View File
@@ -13,6 +13,12 @@ Yes. The docs static build is bundled and served locally at `/docs`.
Docs are versioned using Docusaurus versions, intended to map to release tags.
## How is the app version managed?
The app version comes from `orchestrator/package.json`.
Releases create a matching `vX.Y.Z` Git tag, and the UI shows that release version in the sidebar footer.
## Where should contributors edit docs?
Edit files under `docs-site/docs` for latest docs.