Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aireilly committed Aug 17, 2023
1 parent 78dd931 commit 8d78b55
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 332 deletions.
1 change: 1 addition & 0 deletions .vale/fixtures/RedHat/Spelling/testvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ Mixins
Mockito
Modularization
MongoDB
monospace
Multicluster
Multihost
Multinode
Expand Down
21 changes: 11 additions & 10 deletions .vale/styles/RedHat/Spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ message: "Use correct American English spelling. Did you really mean '%s'?"
# A "filter" is a case-sensitive regular expression specifying words to ignore during spell checking.
# Spelling rule applies to individual words
filters:
- '\.NET'
- 'I/O'
- 'Node\.js'
- "[aA]ccessor"
- "[aA]llowlist"
- "[aA]utomount"
Expand Down Expand Up @@ -83,12 +80,13 @@ filters:
- "[mM]ixin"
- "[mM]ixins"
- "[mM]odularization"
- "[Mm]onospace"
- "[mM]ulticluster"
- "[mM]ultihost"
- "[mM]ultinode"
- "[mM]ultipath"
- "[mM]ultithread"
- "[mM]ultitenant"
- "[mM]ultithread"
- "[mM]ultiuser"
- "[mM]ultizone"
- "[nN]amespace"
Expand All @@ -97,13 +95,13 @@ filters:
- "[oO]perator"
- "[oO]verridable"
- "[pP]reconfigured"
- "[pP]regenerated"
- "[pP]ulldown"
- "[pP]reconfigured"
- "[pP]regenerated"
- "[pP]repend"
- "[pP]repended"
- "[pP]roductize"
- "[pP]roductized"
- "[pP]ulldown"
- "[rR]eadonly"
- "[rR]ebalance"
- "[rR]ebalances"
Expand All @@ -127,15 +125,13 @@ filters:
- "[rR]untimes"
- "[sS]crollbar"
- "[sS]earchability"
- "[sS]erializer"
- "[sS]erialization"
- "[sS]erializable"
- "[sS]erialization"
- "[sS]erializer"
- "[sS]erverless"
- "[sS]ervlet"
- "[sS]etter"
- "[sS]harding"
- "[sS]ysctl"
- "[sS]yslog"
- "[Ss]u"
- "[sS]ubcommand"
- "[sS]ubcommands"
Expand All @@ -155,6 +151,8 @@ filters:
- "[sS]ubusers"
- "[sS]ubvolume"
- "[sS]ubvolumes"
- "[sS]ysctl"
- "[sS]yslog"
- "[sS]ystemd"
- "[tT]emplated"
- "[tT]heia"
Expand All @@ -173,6 +171,9 @@ filters:
- "[uU]psell"
- "[uU]pselling"
- "[vV]alidator"
- '\.NET'
- 'I/O'
- 'Node\.js'
- "Let\\'s Encrypt"
- ACLs
- adoc
Expand Down
4 changes: 1 addition & 3 deletions modules/reference-guide/pages/termserrors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

Alert level:: Error

Do not use error terms. Use the correct term as described in Red Hat Supplementary Style Guide (SSG). Click the link to view the corresponding entry in the SSG.

include::partial$ref_error_terms.adoc[leveloffset=+1]
Do not use error terms. Use the correct term as described in Red Hat Supplementary Style Guide (SSG).

.Additional resources

Expand Down
6 changes: 1 addition & 5 deletions modules/reference-guide/pages/termssuggestions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@

Alert level:: Suggestion

Depending on the context, consider using the suggested term as described in Red Hat Supplementary Style Guide (SSG). Click the link to view the corresponding entry in the SSG.

include::partial$ref_suggestion_terms.adoc[leveloffset=+1]


Depending on the context, consider using the suggested term as described in Red Hat Supplementary Style Guide (SSG).

.Additional resources

Expand Down
4 changes: 0 additions & 4 deletions modules/reference-guide/pages/termswarnings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ Alert level:: Warning

Use the correct term as described in Red Hat Supplementary Style Guide (SSG), unless updating existing content that uses the term.

include::partial$ref_warning_terms.adoc[leveloffset=+1]



.Additional resources

* link:{ssg-url}#glossary-terms-conventions[{ssg} - Glossary of terms and conventions]
Expand Down
2 changes: 1 addition & 1 deletion modules/reference-guide/pages/userreplacedvalues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Ensure that user-replaced values have the following characteristics:

* Surrounded by angle brackets (`< >`)
* Separated by underscores (`_) for multi-word values
* Separated by underscores (`_`) for multi-word values
* Lowercase, unless the rest of the related text is uppercase or another capitalization scheme
* Italicized
* If the user-replaced value is referencing a value in code or in a command that is normally monospace, also use monospace for the user-replaced value
Expand Down
258 changes: 0 additions & 258 deletions modules/reference-guide/partials/ref_error_terms.adoc

This file was deleted.

Loading

0 comments on commit 8d78b55

Please sign in to comment.