The npm package @amdphreak/architexture-theme-antora is retired. It will not receive updates. Do not add it to new projects.
If the npm deprecation banner is hard to read in dark mode, use this README — it is the authoritative migration notice.
architexture-theme is an Antora UI bundle (Tailwind-built CSS, partials, scripts), not a Node module you import. Installing from npm:
- Pollutes the
@amdphreakscope and your lockfile without helping Antora - Invites broken playbooks (stacked supplemental dirs,
node_modulescopy scripts) - Ignores the merged
ui-bundle.zipthat is the real distribution artifact
Use the release bundle in your playbook. That is the habit to adopt.
In antora-playbook.yml:
ui:
bundle:
url: https://github.com/antora-supplemental/architexture-theme/releases/download/v0.1.0/ui-bundle.zip
snapshot: trueUse the latest vX.Y.Z from GitHub Releases.
supplemental_files: ./supplemental-ui-overridespnpm remove -D @amdphreak/architexture-theme-antora
# or: npm uninstall @amdphreak/architexture-theme-antoraRemove scripts that copied node_modules/@amdphreak/architexture-theme-antora/supplemental-ui.
| Resource | URL |
|---|---|
| Install guide & lessons learned | npm deprecation (Antora site) |
| Docs & demo | antora-supplemental.github.io/architexture-theme |
| Extensions catalog (org hub) | antora-supplemental.github.io/docs |
| Source repository | github.com/antora-supplemental/architexture-theme |
| Example playbook | examples/antora-playbook.yml |
MIT — see repository LICENSE.