Skip to content

Commit

Permalink
Config Doc - Add CSS classes to extension name/section name/property …
Browse files Browse the repository at this point in the history
…path

Fixes quarkusio#42370
  • Loading branch information
gsmet authored and frne-trifork committed Aug 13, 2024
1 parent 0a99ae8 commit d33d1a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon:lock[title=Fixed at build time] Configuration property fixed at build time
|===
{#for extensionConfigRootsEntry in configRootsByExtensions}

h|{extensionConfigRootsEntry.key.formatName.escapeCellContent}
h|[.extension-name]##{extensionConfigRootsEntry.key.formatName.escapeCellContent}##
h|Type
h|Default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon:lock[title=Fixed at build time] Configuration property fixed at build time
[.configuration-reference{#if searchable}.searchable{/if}, cols="80,.^10,.^10"]
|===

h|Configuration property
h|[.header-title]##Configuration property##
h|Type
h|Default

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a|{#if configProperty.phase.fixedAtBuildTime}icon:lock[title=Fixed at build time]{/if} [[{configProperty.toAnchor(extension)}]] `{configProperty.path}`
a|{#if configProperty.phase.fixedAtBuildTime}icon:lock[title=Fixed at build time]{/if} [[{configProperty.toAnchor(extension)}]] [.property-path]##`{configProperty.path}`##
{#for additionalPath in configProperty.additionalPaths}

`{additionalPath}`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h|[[{configSection.toAnchor(extension)}]] {configSection.formatTitle.escapeCellContent}
h|[[{configSection.toAnchor(extension)}]] [.section-name]##{configSection.formatTitle.escapeCellContent}##
h|Type
h|Default

Expand Down

0 comments on commit d33d1a0

Please sign in to comment.