Skip to content

Commit 1d03b61

Browse files
Kati Paizeeeread
andcommitted
Merge branch 'eread/use-new-tw-docker-images-docs' into 'master'
Use new Technical Writing Docker images See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7234 Merged-by: Kati Paizee <[email protected]> Approved-by: Lysanne Pinto <[email protected]> Approved-by: Achilleas Pipinellis <[email protected]> Approved-by: Kati Paizee <[email protected]> Co-authored-by: Evan Read <[email protected]>
2 parents d058bc5 + 2ad1f7e commit 1d03b61

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ruby 3.0.5
2-
vale 2.27.0
2+
vale 2.29.6

doc/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ group: Distribution
44
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
55
---
66

7-
# Omnibus GitLab Documentation **(FREE SELF)**
7+
# Linux package documentation **(FREE SELF)**
88

9-
Omnibus GitLab is a way to package different services and tools required to run GitLab, so that most users can install it without laborious configuration.
9+
The Linux package has different services and tools required to run GitLab. Most users can install it without laborious
10+
configuration.
1011

1112
## Package information
1213

@@ -20,7 +21,7 @@ Omnibus GitLab is a way to package different services and tools required to run
2021

2122
## Installation
2223

23-
For installation details, see [Installing Omnibus GitLab](installation/index.md).
24+
For installation details, see [Install GitLab with the Linux package](installation/index.md).
2425

2526
## Running on a low-resource device (like a Raspberry Pi)
2627

gitlab-ci-config/gitlab-com.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ rubocop:
308308

309309
# Perform documentation linting on Markdown files
310310
docs-lint markdown:
311-
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.18-vale-2.27.0-markdownlint-0.35.0-markdownlint2-0.8.1
311+
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.18-vale-2.29.6-markdownlint-0.37.0-markdownlint2-0.10.0
312312
stage: check
313313
cache: {}
314314
needs: []
@@ -325,7 +325,7 @@ docs-lint markdown:
325325

326326
# Perform link checks on published HTML files
327327
docs-lint links:
328-
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-6a53d93b
328+
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18-ruby-3.2.2-08fa6df8
329329
stage: check
330330
cache: {}
331331
needs: []

0 commit comments

Comments
 (0)