Product Logo

CI/CD-Komponenten

Diese Referenz wird automatisch aus den CI-Template-Dateien generiert.

md-to-web

Quelle: md-to-web.yml

InputTypDefaultBeschreibung
md-pathstringdocumentThe path to the markdown dir (e.g. document)
document-titlestringDocumentThe title of the document
deploy-only-onstringtagsThe ref to deploy the page on. Can be a branch name or 'tags'. If you want to deploy only on tags use 'tags'.
footer-copyrightstring""The footer copyright text
umbrella-brandstringfalseIf true, the umbrella brand header will be displayed
encrypt-pagestringfalseIf true, the page will be encrypted with a password (please provide the password via the env variable ENCRYPT_PASSWORD)
enable-self-assessmentstringfalseIf true, the self-assessment feature will be enabled.
themestringkernuxThe theme to use for the web book. Can be 'kernux', 'bund' or 'opencode'.
logo-pathstring""The (relative) path to the logo image (svg, png, jpg) to use in the header (e.g. 'dokument/assets/logo.png')
logo-path-dark-modestring""The (relative) path to the logo image (svg, png, jpg) to use in the header in dark mode (e.g. 'dokument/assets/logo-dark.png')
logo-heightstring""Height of the navbar logo as a CSS value (e.g. '3rem', '64px'). Leave empty for the default (3rem).
footer-logo-pathstring""The (relative) path to the footer logo image (svg, png, jpg) to use in the footer (e.g. 'dokument/assets/footer-logo.png')
feedback-server-urlstring""The URL of the feedback server (enables feedback feature). If not set, the feedback feature will be disabled.
feedback-descriptionstringIhr Feedback hilft uns, die Website an den Bedürfnissen der Nutzenden auszurichten. Beschreiben Sie Ihr Anliegen so detailliert wie möglich. Geben Sie keine persönlichen Daten ein.Description text for the feedback form. Only the text inside the P tag.
feedback-titlestringGeben Sie uns FeedbackTitle for the feedback form.
feedback-confidential-issuestringfalseIf true, the feedback issue will be created as confidential issue (only visible for project members) in GitLab.
repository-urlstring""The URL of the repository. If set a link to the repository will be added next to the search bar.
hide-glossary-page-in-menustringfalseIf true, the generated glossary page will be hidden in the menu.
header-lower-badge-logo-pathstring""The (relative) path to the logo image (svg, png, jpg) to be displayed on the lower edge of the header (e.g. 'dokument/assets/some-logo.png')
copy-to-public-dirstring""A paths (relative) to copy to the public directory. Useful for copying assets like custom favicons.
hide-commit-in-titlestringfalseIf true, the commit hash will not be appended to the document title.
multi-language-localesstring""Comma-separated list of locales for multi-language support (e.g. 'en,de'). If empty, single-language mode is used.
multi-language-default-localestringdeDefault locale for multi-language support (e.g. 'de'). Only used when multi-language-locales is set.
default-localestring""Locale for single-language projects (e.g. 'en'). Sets the html lang attribute and the UI language. Ignored when multi-language-locales is set. If empty, 'de' is used.
markdown-webbook-versionstring2.2.0The version of the @document-writing-tools/markdown-webbook package to use (e.g. '2.2.0')
disable-tocstringfalseIf true, the table of contents will be disabled on all pages.

Quelle: link-checker.yml

InputTypDefaultBeschreibung
urlstring""Optional: URL to check for remote link checking. If not provided, local scanning will be used. (notable variable: $CI_PAGES_URL)
scanpathstring./Path to scan for local link checking (used when url is not provided)
flagsstring--no-progress --timeout 10 --max-concurrency 4Command line flags for lychee
stagestringtestsThe pipeline stage for the job
allow_failurebooleanfalseWhether the job is allowed to fail without stopping the pipeline

accessibility-checker

Quelle: accessibility-checker.yml

InputTypDefaultBeschreibung
urlstring$CI_PAGES_URLInput the url you want to check for accessibility