Shaheer Sarfaraz 1f929dfc7f
Create the setup for the documentation page (#171)
* 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
2026-02-15 22:50:52 +00:00

27 lines
675 B
Markdown

---
id: faq
title: FAQ
description: Frequently asked questions about deployment, docs, and operations.
sidebar_position: 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.