Skip to content

Commit a18f60a

Browse files
committed
Remove and replace references to "trainings" in favor of "documentation"
1 parent 25acd00 commit a18f60a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/contributing/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To validate spelling, run the following command.
9090
make spellcheck
9191
```
9292

93-
Open `/_build/spellcheck/` for each training's misspellings.
93+
Open `/_build/spellcheck/` for misspellings.
9494

9595
Because it is difficult to automate good English grammar and syntax, we do not strictly enforce it.
9696
We also understand that contributors might not be fluent in English.

docs/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Contributors to the Plone Documentation may perform one or many roles.
7979

8080
## Documentation quality requirements
8181

82-
We use GitHub Actions with every pull request to enforce Training documentation quality.
82+
We use GitHub Actions with every pull request to enforce Plone Documentation quality.
8383
We recommend that you build the documentation locally to catch errors and warnings early on.
8484
See {doc}`setup-build` for instructions for how to set up and build the documentation and to run quality checks.
8585

docs/contributing/setup-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ See {ref}`authors-english-label` for configuration.
8787
make spellcheck
8888
```
8989

90-
Open `/_build/spellcheck/` for each training's misspellings.
90+
Open `/_build/spellcheck/` for misspellings.
9191

9292

9393
### `html_meta`

docs/contributing/writing-docs-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html_meta:
66

77
# General Guide to Writing Documentation
88

9-
This guide provides general help for writing documentation for Plone Trainings.
9+
This guide provides general help for writing documentation for Plone.
1010

1111

1212
## MyST, reStructuredText, and Markdown

docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ Docutils
231231
232232
reStructuredText
233233
[reStructuredText (rST)](https://docutils.sourceforge.io/rst.html) is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system.
234-
The Training documentation was written in reStructuredText originally, then converted to {term}`MyST` in 2021.
234+
The Plone 6 Documentation was written in reStructuredText originally, then converted to {term}`MyST` in 2022.
235235
236236
MyST
237-
[Markedly Structured Text (MyST)](https://myst-parser.readthedocs.io/en/latest/) is a rich and extensible flavor of Markdown, for authoring training documentation.
237+
[Markedly Structured Text (MyST)](https://myst-parser.readthedocs.io/en/latest/) is a rich and extensible flavor of Markdown, for authoring Plone Documentation.
238238
239239
Markdown
240240
[Markdown](https://daringfireball.net/projects/markdown/) is a text-to-HTML conversion tool for web writers.

0 commit comments

Comments
 (0)