Skip to content

Commit 76ca432

Browse files
committed
style fixes
1 parent b25e911 commit 76ca432

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.vale.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ experimental = YES
1818
attribute-missing = drop
1919

2020
[*.adoc]
21-
BasedOnStyles = circleci-docs, Vale, Readability, Openly, AsciiDoc
21+
BasedOnStyles = circleci-docs, Vale, Readability, Openly, AsciiDoc
22+
23+
[**/nav.adoc]
24+
circleci-docs.XrefTitleCase = NO
25+
circleci-docs.ListPunctuation = NO

docs/guides/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
*** xref:execution-runner:install-machine-runner-3-on-linux.adoc[Install machine runner 3 on Linux]
120120
*** xref:execution-runner:install-machine-runner-3-on-macos.adoc[Install machine runner 3 on macOS]
121121
*** xref:execution-runner:install-machine-runner-3-on-windows.adoc[Install machine runner 3 on Windows]
122-
*** xref:execution-runner:install-machine-runner-3-on-docker.adoc[Install on Docker]
122+
*** xref:execution-runner:install-machine-runner-3-on-docker.adoc[Install machine runner 3 on Docker]
123123
*** xref:execution-runner:machine-runner-3-manual-installation.adoc[Manual install on Linux and macOS]
124124
*** xref:execution-runner:machine-runner-3-manual-installation-on-windows.adoc[Manual install on Windows]
125125
*** xref:execution-runner:migrate-from-launch-agent-to-machine-runner-3-on-linux.adoc[Migrate from launch agent to machine runner 3 on Linux]

docs/guides/modules/execution-runner/pages/install-machine-runner-3-on-docker.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This page describes how to install CircleCI's machine runner 3 with the Docker executor. If you are looking to set up self-hosted runners in a private Kubernetes cluster, visit the <<container-runner-installation#,Container runner>> page.
99

1010
****
11-
xref:container-runner.adoc[Container runner] is the **recommended method** for self-hosted runner Docker installation. The instructions on this page are for a simple Docker setup using machine runner 3.
11+
xref:container-runner.adoc[Container Runner] is the **recommended method** for self-hosted runner Docker installation. The instructions on this page are for a simple Docker setup using machine runner 3.
1212
1313
Container runner is the recommended approach for running containerized jobs on self-hosted runners. Container runner offers the ability to seamlessly define, publish, and use custom Docker images during job execution. Container runner also has the ability to manage dependencies or libraries through custom Docker images instead of enumerating dependencies as part of `steps` in the `.circleci/config.yml` file.
1414
****

styles/circleci-docs/XrefTitleCase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script: |
1313
// Words that should not be capitalized in title case (unless first/last word)
1414
// Articles, coordinating conjunctions, and short prepositions only
1515
lowercase_words := ["a", "an", "the", "and", "but", "or", "for", "nor", "so", "yet",
16-
"at", "by", "in", "of", "on", "to", "up", "as", "via", "per"]
16+
"at", "by", "in", "of", "on", "to", "up", "as", "via", "per", "macos"]
1717
1818
for i, line in lines {
1919
// Find all xref patterns: xref:path[Link Text]

0 commit comments

Comments
 (0)