Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab Chart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
charts
GitLab Chart
Commits
0b64ee55
Commit
0b64ee55
authored
1 month ago
by
Evan Read
Browse files
Options
Downloads
Patches
Plain Diff
Roll docs linting tooling forward
parent
a477d073
No related branches found
No related tags found
Loading
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab/ci/checks.yml
+3
-3
3 additions, 3 deletions
.gitlab/ci/checks.yml
.tool-versions
+2
-2
2 additions, 2 deletions
.tool-versions
doc/installation/index.md
+1
-1
1 addition, 1 deletion
doc/installation/index.md
with
6 additions
and
6 deletions
.gitlab/ci/checks.yml
+
3
−
3
View file @
0b64ee55
...
...
@@ -21,7 +21,7 @@ rubocop:
# Perform content linting on documentation Markdown files
check_docs_content
:
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.
7.1
-markdownlint2-0.1
4.0
-lychee-0.1
5.1
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.
9.3
-markdownlint2-0.1
7.1
-lychee-0.1
8.0
stage
:
prepare
cache
:
{}
dependencies
:
[]
...
...
@@ -36,7 +36,7 @@ check_docs_content:
# Perform linting on documentation Markdown files
check_docs_markdown
:
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.
7.1
-markdownlint2-0.1
4.0
-lychee-0.1
5.1
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.
9.3
-markdownlint2-0.1
7.1
-lychee-0.1
8.0
stage
:
prepare
cache
:
{}
dependencies
:
[]
...
...
@@ -51,7 +51,7 @@ check_docs_markdown:
# Perform link checking on documentation Markdown files
check_docs_links
:
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.
7.1
-markdownlint2-0.1
4.0
-lychee-0.1
5.1
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.
9.3
-markdownlint2-0.1
7.1
-lychee-0.1
8.0
stage
:
prepare
cache
:
{}
dependencies
:
[]
...
...
This diff is collapsed.
Click to expand it.
.tool-versions
+
2
−
2
View file @
0b64ee55
...
...
@@ -6,5 +6,5 @@ yq 4.34.2
gomplate v3.11.5
# For linting documentation
markdownlint-cli2 0.1
4.0
vale 3.
7.1
markdownlint-cli2 0.1
7.1
vale 3.
9.3
This diff is collapsed.
Click to expand it.
doc/installation/index.md
+
1
−
1
View file @
0b64ee55
...
...
@@ -38,7 +38,7 @@ for simpler alternatives.
## Configure the Helm chart to use external stateful data
You can configure the GitLab Helm chart to point to external stateful storage
for items like PostgreSQL, Redis, all non-Git repository storage, a
s well as
Git repository storage (Gitaly).
for items like PostgreSQL, Redis, all non-Git repository storage, a
nd
Git repository storage (Gitaly).
The following Infrastructure as Code (IaC) options use this approach.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment