Loading docs/jobs/build/apidoc.md +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ code using [apiDoc](https://www.apidocjs.com/). | `APIDOC_CONFIG_PATH` | Path to config file or to directory containing config file (apidoc.json or apidoc.config.js) | `.` | | `APIDOC_OUTPUT_PATH` | Output directory path | `/apidoc_build` | | `APIDOC_TEMPLATE_PATH` | Path to template folder | `/usr/lib/node_modules/apidoc/template/` | | `DOCUMENTATION_DISABLE` | Disable build | | ### Artifacts Loading docs/jobs/build/mkdocs.md +0 −6 Original line number Diff line number Diff line Loading @@ -39,12 +39,6 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use. * Default stage: `build` * When: `always` ### Variables | Name | Description | Default | | ---- | ----------- | ------- | | `DOCUMENTATION_DISABLE` | Disable build | | ### Artifacts Result of documentation build is [exposed Loading docs/jobs/deployment/pages.md +1 −4 Original line number Diff line number Diff line Loading @@ -33,12 +33,9 @@ from previous job named `documentation`. * Stage: `deployment` * When: only run on `master` branch ### Variables: | Name | Description | Default | | ---- | ----------- | ------- | | `DOCUMENTATION_DISABLE` | Disable publication on Gitlab pages| | | `PAGES_DISABLE` | Disable publication on Gitlab pages | | | `PAGES_BUILD_PATH` | Path to folder which contains documentation build | | ## Versions Loading jobs/apidoc/apidoc.yml +0 −5 Original line number Diff line number Diff line Loading @@ -18,8 +18,3 @@ documentation: paths: - "$APIDOC_OUTPUT_PATH" # - public/ rules: - if: '$DOCUMENTATION_DISABLE' when: never jobs/mkdocs/mkdocs.yml +0 −3 Original line number Diff line number Diff line Loading @@ -12,6 +12,3 @@ documentation: expose_as: "Documentation" paths: - public/ rules: - if: '$DOCUMENTATION_DISABLE' when: never Loading
docs/jobs/build/apidoc.md +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ code using [apiDoc](https://www.apidocjs.com/). | `APIDOC_CONFIG_PATH` | Path to config file or to directory containing config file (apidoc.json or apidoc.config.js) | `.` | | `APIDOC_OUTPUT_PATH` | Output directory path | `/apidoc_build` | | `APIDOC_TEMPLATE_PATH` | Path to template folder | `/usr/lib/node_modules/apidoc/template/` | | `DOCUMENTATION_DISABLE` | Disable build | | ### Artifacts Loading
docs/jobs/build/mkdocs.md +0 −6 Original line number Diff line number Diff line Loading @@ -39,12 +39,6 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use. * Default stage: `build` * When: `always` ### Variables | Name | Description | Default | | ---- | ----------- | ------- | | `DOCUMENTATION_DISABLE` | Disable build | | ### Artifacts Result of documentation build is [exposed Loading
docs/jobs/deployment/pages.md +1 −4 Original line number Diff line number Diff line Loading @@ -33,12 +33,9 @@ from previous job named `documentation`. * Stage: `deployment` * When: only run on `master` branch ### Variables: | Name | Description | Default | | ---- | ----------- | ------- | | `DOCUMENTATION_DISABLE` | Disable publication on Gitlab pages| | | `PAGES_DISABLE` | Disable publication on Gitlab pages | | | `PAGES_BUILD_PATH` | Path to folder which contains documentation build | | ## Versions Loading
jobs/apidoc/apidoc.yml +0 −5 Original line number Diff line number Diff line Loading @@ -18,8 +18,3 @@ documentation: paths: - "$APIDOC_OUTPUT_PATH" # - public/ rules: - if: '$DOCUMENTATION_DISABLE' when: never
jobs/mkdocs/mkdocs.yml +0 −3 Original line number Diff line number Diff line Loading @@ -12,6 +12,3 @@ documentation: expose_as: "Documentation" paths: - public/ rules: - if: '$DOCUMENTATION_DISABLE' when: never