Commit 52ad5f5e authored by Evan Read's avatar Evan Read

Use newer docs linting images

Includes small docs change to test the image works.
parent 1859d13a
...@@ -44,7 +44,7 @@ docs-lint markdown: ...@@ -44,7 +44,7 @@ docs-lint markdown:
- .default-retry - .default-retry
- .docs:rules:docs-lint - .docs:rules:docs-lint
# When updating the image version here, update it in /scripts/lint-doc.sh too. # When updating the image version here, update it in /scripts/lint-doc.sh too.
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.14-vale-2.10.4-markdownlint-0.28.1 image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.14-vale-2.12.0-markdownlint-0.29.0
stage: lint stage: lint
needs: [] needs: []
script: script:
...@@ -53,7 +53,7 @@ docs-lint markdown: ...@@ -53,7 +53,7 @@ docs-lint markdown:
docs-lint links: docs-lint links:
extends: extends:
- .docs:rules:docs-lint - .docs:rules:docs-lint
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.14-ruby-2.7.4-db71f027 image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.14-ruby-2.7.4-0fae0f62
stage: lint stage: lint
needs: [] needs: []
script: script:
......
...@@ -477,15 +477,14 @@ subscriptions. ...@@ -477,15 +477,14 @@ subscriptions.
Project features like wiki and issues can be hidden from users depending on Project features like wiki and issues can be hidden from users depending on
which visibility level you select on project settings. which visibility level you select on project settings.
- Disabled: disabled for everyone - Disabled: disabled for everyone.
- Only team members: only team members will see even if your project is public or internal - Only team members: only team members can see, even if your project is public or internal.
- Everyone with access: everyone can see depending on your project visibility level - Everyone with access: everyone can see depending on your project visibility level.
- Everyone: enabled for everyone (only available for GitLab Pages) - Everyone: enabled for everyone (only available for GitLab Pages).
## GitLab CI/CD permissions ## GitLab CI/CD permissions
GitLab CI/CD permissions rely on the role the user has in GitLab. There are four GitLab CI/CD permissions rely on the role the user has in GitLab:
roles:
- Administrator - Administrator
- Maintainer - Maintainer
......
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