Skip to main content

Platform Docs

Documentation is organized by Diátaxis category — the folder a doc lives in tells you what kind of doc it is and what it's for. (To add a doc, use the add-doc skill in .github/skills/add-doc/ — it picks the right category and keeps this index current.)

These docs are published at docs.bitovi-tools.com (built by platform-docs/, deployed by the platform itself). Preview locally with ./scripts/docs-dev.sh.

FolderDiátaxis typeWhat goes hereReader's question
getting-started/TutorialsGuided first-time walkthroughs, onboarding"Teach me the platform"
guides/How-to guidesTask-oriented steps for a goal (add an app, migrate, set up a database)"How do I do X?"
reference/ReferenceFacts to look up: chart values, naming conventions, contracts"What are the exact values/names?"
operations/How-to guides (runbooks)Cluster bring-up/teardown, incident recovery, troubleshooting"It's broken / I'm operating it — what now?"
architecture/ExplanationWhy the platform is shaped this way; ADRs"Why is it like this?"

Folders that don't exist yet are created when they get their first doc.

Contents

Guides

  • guides/adding-a-new-app.md — onboard a container app or static site onto the platform (see also the add-app skill, which automates it).

Operations

Architecture