If you want to test an un-merged change made in the docs-ui repository with content from the ownCloud documentation, build as usual the documentation with the Antora command but add the option --ui-bundle-url <path-to-your-local-ui-bundle>/ui-bundle.zip to your command. The location for this bundle is in the docs-ui repository in directory build/. More details for prerequisites and how the create the ui-bundle.zip can be found in the docs-ui repository.
The following example assumes:
- You are in the root directory of your local
docsrepository - The
docs-uirepository directory is on the same directory level asdocs - You have
ui-bundle.zipmanually created with gulp pack - You have a webserver pointing to the
publicdirectory in your localdocsrepository to access the built documentation
yarn antora \
--ui-bundle-url ../docs/build/ui-bundle.zip \
--url http://localhost:8080If the build returns without an error, open the documentation with your browser to see your changes.