* don't run for generated docusaurus * format * workflow to autoupdate docs version * fix versioning * add link back to app * remove old docs * html link??? * don't track .docusaurus * documantation build
675 B
675 B
id, title, description, sidebar_position
| id | title | description | sidebar_position |
|---|---|---|---|
| faq | FAQ | Frequently asked questions about deployment, docs, and operations. | 1 |
Is docs content bundled for self-hosted installs?
Yes. The docs static build is bundled and served locally at /docs.
Do I need internet access to read docs after deployment?
No, for bundled docs pages.
How are docs versions managed?
Docs are versioned using Docusaurus versions, intended to map to release tags.
Where should contributors edit docs?
Edit files under docs-site/docs for latest docs.
Are old markdown files in documentation/ still canonical?
No. docs-site/docs is the source of truth after migration.