mkdocs component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/mkdocs@stable
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| lint-enabled | Should the built container image be scanned? | true | boolean |
| name | documentation | string | |
| needs | The jobs that this job depends on. | [] | array |
| path | docs | string | |
| rules | The jobs that this job depends on. | [{"if":"$CI_PIPELINE_SOURCE == \"schedule\"","when":"never"},{"if":"$CI_COMMIT_TAG =~ $CI_PATTERN_SEMVER","when":"always"},{"when":"never"}] | array |
| stage | build | string | |
| tags | The runners that this job depends on. | [] | array |