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')
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.
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.

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