Skip to content

Commit

Permalink
Cherry pick minor changes (Including code highlighting fix) from main (
Browse files Browse the repository at this point in the history
…#4097)

This commit includes two small changes: the first is removing a line
from the Hugo configuration file that was preventing the appropriate
styling to occur for code blocks. The second is to fix an incorrectly
closed table in the technical specifications page.

The largest change is reformatting of the Installation with Manifests
page. Multiple sections of the page now have horizontal lines to
separate them visually: many instances of notes were replaced with the
formal Hugo shortcode for notes. Indentation was also fixed in multiple
places, with subheadings being used to create explicit flow where
previously it was implicit.

Finally, there are multiple instances of nouns being fixed, as well as
certain portions of text being rephrased for clarity or conciseness.

Signed-off-by: Jodie Putrino <[email protected]>

---------

Signed-off-by: Jodie Putrino <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jodie Putrino <[email protected]>

* Update installation-with-manifests.md (#4090)

Fixes a typo in the GlobalConfiguration CRD step.

Signed-off-by: Jodie Putrino <[email protected]>
Co-authored-by: Alan Dooley <[email protected]>

---------

Signed-off-by: Jodie Putrino <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jodie Putrino <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2023
1 parent 8cac503 commit cebdf3b
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 121 deletions.
1 change: 0 additions & 1 deletion docs/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ canonifyURLs = true
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4
[markup.goldmark]
Expand Down
Loading

0 comments on commit cebdf3b

Please sign in to comment.