Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
575f9b98
Commit
575f9b98
authored
Apr 14, 2022
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update lint-markdown image for docs
parent
547a8c58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+1
-1
doc/administration/integration/plantuml.md
doc/administration/integration/plantuml.md
+1
-1
scripts/lint-doc.sh
scripts/lint-doc.sh
+1
-1
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
575f9b98
...
...
@@ -44,7 +44,7 @@ docs-lint markdown:
-
.default-retry
-
.docs:rules:docs-lint
# 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.15-vale-2.15.
0-markdownlint-0.31.0
image
:
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.15-vale-2.15.
5-markdownlint-0.31.1
stage
:
lint
needs
:
[]
script
:
...
...
doc/administration/integration/plantuml.md
View file @
575f9b98
...
...
@@ -213,7 +213,7 @@ After configuring your local PlantUML server, you're ready to enable the PlantUM
1.
On the left sidebar, go to
**Settings > General**
and expand the
**PlantUML**
section.
1.
Select the
**Enable PlantUML**
checkbox.
1.
Set the PlantUML instance as
`https://gitlab.example.com/-/plantuml/`
,
and
click
**Save changes**
.
and
select
**Save changes**
.
Depending on your PlantUML and GitLab version numbers, you may also need to take
these steps:
...
...
scripts/lint-doc.sh
View file @
575f9b98
...
...
@@ -128,7 +128,7 @@ function run_locally_or_in_docker() {
$cmd
$args
elif
hash
docker 2>/dev/null
then
docker run
-t
-v
${
PWD
}
:/gitlab
-w
/gitlab
--rm
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.15-vale-2.15.
0-markdownlint-0.31.0
${
cmd
}
${
args
}
docker run
-t
-v
${
PWD
}
:/gitlab
-w
/gitlab
--rm
registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.15-vale-2.15.
5-markdownlint-0.31.1
${
cmd
}
${
args
}
else
echo
echo
" ✖ ERROR: '
${
cmd
}
' not found. Install '
${
cmd
}
' or Docker to proceed."
>
&2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment