docs(DocsTool): change typo 3

This commit is contained in:
Wolfram Gulde 2021-06-15 17:03:08 +02:00
parent 8f118f3a67
commit c3d8f0e0f1

View File

@ -12,10 +12,11 @@ include:
stage: generate-docs stage: generate-docs
variables: variables:
DOCUMENT_ROOT: "documentation" DOCUMENT_ROOT: "documentation"
OUTPUT_DIR: tmp OUTPUT_DIR: "tmp"
PAGE_PREFIX: "[CI/CD] - [TMPL] - " PAGE_PREFIX: "[CI/CD] - [TMPL] - "
PAGE_SUFFIX: "bla"
CREATE_SUB_PAGES: "false" CREATE_SUB_PAGES: "false"
CONFLUENCE_SPACE: RANDI CONFLUENCE_SPACE: "RANDI"
TEXT_GENERATED_HINT: '<ac:structured-macro ac:name="warning"><ac:parameter ac:name="title" /><ac:rich-text-body>This is a generated page, do not edit!</ac:rich-text-body></ac:structured-macro>' TEXT_GENERATED_HINT: '<ac:structured-macro ac:name="warning"><ac:parameter ac:name="title" /><ac:rich-text-body>This is a generated page, do not edit!</ac:rich-text-body></ac:structured-macro>'
FILE_INPUT: "index.html,111183157,gitlab-ci-templates" FILE_INPUT: "index.html,111183157,gitlab-ci-templates"