The official documentation site for Miabi — the open-source, self-hosted Platform-as-a-Service for Docker. Built with Docusaurus.
This is a standalone documentation repository. It does not contain the Miabi
application source (that lives in the miabi/ module)
and it deliberately does not duplicate the REST API reference — the interactive API docs
are generated from code and served at /docs on every running Miabi instance.
npm install
npm startThis starts a local dev server and opens a browser window. Most edits reload live.
npm run buildGenerates static content into the build/ directory, deployable to any static host.
Pages are plain Markdown with frontmatter (title, description, sidebar_position).
Keep the docs guide-oriented — explain concepts and workflows through the web console,
and link to /docs (the generated OpenAPI reference) for endpoint-level detail rather than
repeating it here.