This repository contains the Antora playbook and configuration for the Dev Center documentation site. It aggregates content from multiple sources to build a unified documentation portal.
-
antora-playbook.online.yml:: The production Antora playbook. Uses remote GitHub URLs for all content sources and the published UI bundle. Used by CI/CD. -
antora-playbook.yml:: The local dev playbook. Configured for local sibling directories and thedevcntr-orgorganization structure. -
antora-playbook.example.yml:: A committed template for the local dev playbook. -
antora-playbook.testing.example.yml:: A committed template for full local testing.
The documentation site is hosted at docs.devcntr.org.
* docs.code-workspace:: VS Code workspace file configured for multi-root editing across documentation sources.
* package.json:: Defines dependencies and build scripts.
Copy the example playbook to create your local config:
cp antora-playbook.example.yml antora-playbook.ymlThen build the site locally:
pnpm buildTo also use a local UI bundle (e.g., when developing themes):
cp antora-playbook.testing.example.yml antora-playbook.testing.yml
# Edit antora-playbook.testing.yml to point to your local UI bundle
pnpm build:testing