-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11cbdf3
commit c1b07e1
Showing
11 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
env: | ||
VALE_VERSION: "3.5.0" | ||
VALE_VERSION: "3.6.0" | ||
|
||
jobs: | ||
run-ci: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
packages/spectrocloud-docs-internal/tests/plural-parantheses/.vale.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud-docs-internal.Plural-Parantheses = YES |
13 changes: 13 additions & 0 deletions
13
packages/spectrocloud-docs-internal/tests/plural-parantheses/fail.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Parameters | ||
|
||
The following parameter(s) are supported. | ||
|
||
:::info | ||
|
||
The cluster node(s) will automatically scale down. | ||
|
||
::: | ||
|
||
- `name` (string, required): The name of the user. | ||
|
||
- `age` (number, required): The age of the user. |
7 changes: 7 additions & 0 deletions
7
packages/spectrocloud-docs-internal/tests/plural-parantheses/pass.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Parameters | ||
|
||
The following parameters are supported: | ||
|
||
- `name` (string, required): The name of the user. | ||
|
||
- `age` (number, required): The age of the user. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ action: | |
- trim_right | ||
- "(s)" | ||
tokens: | ||
- '\b\w+\(s\)' | ||
- '\b\w+\(s\)' |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters