Commit 248ab344 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'docs-lint-split' into 'master'

Split the docs lint job in two

See merge request gitlab-org/gitlab!47364
parents edf0b602 23012e93
...@@ -38,7 +38,7 @@ review-docs-cleanup: ...@@ -38,7 +38,7 @@ review-docs-cleanup:
script: script:
- ./scripts/trigger-build docs cleanup - ./scripts/trigger-build docs cleanup
docs lint: docs-lint markdown:
extends: extends:
- .default-retry - .default-retry
- .docs:rules:docs-lint - .docs:rules:docs-lint
...@@ -47,6 +47,15 @@ docs lint: ...@@ -47,6 +47,15 @@ docs lint:
needs: [] needs: []
script: script:
- scripts/lint-doc.sh - scripts/lint-doc.sh
docs-lint links:
extends:
- .default-retry
- .docs:rules:docs-lint
image: "registry.gitlab.com/gitlab-org/gitlab-docs/lint:ruby-2.7.2-alpine-3.12-vale-2.4.3-markdownlint-0.24.0"
stage: test
needs: []
script:
# Prepare docs for build # Prepare docs for build
# The path must be 'ee/' because we have hardcoded links relying on it # The path must be 'ee/' because we have hardcoded links relying on it
# https://gitlab.com/gitlab-org/gitlab-docs/-/blob/887850752fc0e72856da6632db132f005ba77f16/content/index.erb#L44-63 # https://gitlab.com/gitlab-org/gitlab-docs/-/blob/887850752fc0e72856da6632db132f005ba77f16/content/index.erb#L44-63
......
...@@ -260,9 +260,9 @@ The following documentation relates to the DevOps **Verify** stage: ...@@ -260,9 +260,9 @@ The following documentation relates to the DevOps **Verify** stage:
### Package ### Package
GitLab Packages allows organizations to utilize GitLab as a private repository GitLab Packages allows organizations to use GitLab as a private repository
for a variety of common package managers. Users are able to build and publish for a variety of common package managers. Users are able to build and publish
packages, which can be easily consumed as a dependency in downstream projects. packages, which can be consumed as a dependency in downstream projects.
The following documentation relates to the DevOps **Package** stage: The following documentation relates to the DevOps **Package** stage:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment