Centralized CI workflows and automation scripts used across all Shopware documentation-related repositories.
- Consistency: Unified CI pipelines for all documentation projects reduce duplication and errors.
- Automation: Automatically build and check documentation on pull requests and merges.
- Integration: Tightly integrates with Shopware developer portal and docs publishing processes.
- Simplifies maintenance: Enables teams to update workflows in one place for all docs repos.
To leverage the workflows:
- Fork or clone this repository.
- When creating or maintaining documentation repositories, reference or reuse the workflows defined here in your repository’s
.github/workflows
to standardize your docs build/test pipelines. - Configure repository secrets and access as required by workflows (e.g., GitHub tokens).
The repo typically does not require direct installation like a package, but acts as the source of truth for workflows across Shopware doc repos.
- Shopware Developer Documentation CI Guidelines
- Shopware Developer Portal Repository – the central hub integrating multiple doc repositories; includes workflows
- GitHub Actions Documentation