Archived. We now manage component templates via https://github.com/projectsyn/commodore-component-template. ModuleSync configuration and template repository for Commodore components
Bumps Antora preview command docker image to vshn/antora-preview:3.0.0.1. This gives us a Antora preview which auto-refreshes the docs while the command is running and updates the image to one which contains the current VSHN Kroki instance URL.
Only mounts <component-dir>/docs and <component-dir>/.git into the Docker container. This should avoid issues with Antora getting confused about paths in vendor not being readable in the container.
Exposes port 35729 of the Docker container for the auto-reload browser plugin.
[x] Categorize the PR by setting a good title and adding one of the labels:
bug, enhancement, documentation, change, breaking, dependency
as they show up in the changelog
The make target is still called
docs-serve
.This PR:
<component-dir>/docs
and<component-dir>/.git
into the Docker container. This should avoid issues with Antora getting confused about paths invendor
not being readable in the container.Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog