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' ref: 'main'
file: 'ci-templates/gradle_java.yml' file: 'ci-templates/gradle_java.yml'
deploy JavaDoc: deploy dependencies:
stage: deploy stage: deploy
tags: tags:
- dind - dind
@ -20,7 +20,6 @@ deploy JavaDoc:
dotenv: variables.env dotenv: variables.env
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH =~ /^release/
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
generate JavaDoc: generate JavaDoc: