Skip to content

Commit

Permalink
Update manifest installation guide, fix theme highlighting & spec tab…
Browse files Browse the repository at this point in the history
…le (#4066)

* Update manifest installation guide, fix theme highlighting & spec table

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.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixes duplicated word in manifest install guide

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]>
  • Loading branch information
3 people authored Jul 11, 2023
1 parent e95ea2b commit 2b91262
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 2b91262

Please sign in to comment.