RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem

* update LayoutEngine package
This commit is contained in:
Kilian Schuettler 2024-11-13 11:06:45 +01:00
parent 924a8607d2
commit 6de802b5a4

View File

@ -7,12 +7,12 @@ include:
ref: 'main'
file: 'ci-templates/gradle_java.yml'
deploy dependencies:
publish dependencies:
stage: deploy
tags:
- dind
script:
- echo "Building JavaDoc with gradle version ${BUILDVERSION}"
- echo "Publishing dependencies with gradle version ${BUILDVERSION}"
- gradle -Pversion=${BUILDVERSION} publish
- echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env
artifacts:
@ -43,7 +43,7 @@ pages:
stage: deploy
needs:
- generate JavaDoc
- deploy JavaDoc
- publish dependencies
- calculate minor version
pages:
path_prefix: "$BUILDVERSION"