This is a base theme for all developer documentation websites in the Shopware Product ecosystem.
Please follow the:
- setup instructions for more information on how to use this theme.
- features for more information on globally available features.
developer-portal
for the actual implementation of this library.
To prepare a new release version, run the pnpm bump
command.
$ pnpm bump
Push changes to the remote and let the auto-publish
workflow run the tests and publish new versions.
There are 2 versions of documentation template available:
v0.x (branchv0
) - hard-forked version of old VueJS theme- v1.x (branch
main
) - extended version of the official Vitepress theme
src
as 'vitepress-shopware-docs' - Shopware specific Vitepress themepackages/cli
as@shopware-docs/cli
- CLI used for embedding repositoriespackages/storybook
as@shopware-docs/storybook
- shared Storybook configuration, including mockspackages/vitepress
as@shopware-docs/vitepress
- shared Vitepress plugins and helperspackages/vitest
as@shopware-docs/vitest
- shared vitest & Playwright configuration