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:01:21 +01:00
parent dc84e12695
commit d8d9ced7b6

View File

@ -7,7 +7,7 @@ include:
ref: 'main'
file: 'ci-templates/gradle_java.yml'
deploy JavaDoc:
deploy dependencies:
stage: deploy
tags:
- dind
@ -17,10 +17,9 @@ deploy JavaDoc:
- echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env
artifacts:
reports:
dotenv: variables.env
dotenv: variables.env
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH =~ /^release/
- if: $CI_COMMIT_TAG
generate JavaDoc: