Skip to content

Commit

Permalink
Config Doc - Bring back the links for config sections and properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and bschuhmann committed Nov 16, 2024
1 parent d0dd6de commit d58b62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, additionalAnchorPrefix)}]] [.property-path]##`{configProperty.path.property}`##
a|{#if configProperty.phase.fixedAtBuildTime}icon:lock[title=Fixed at build time]{/if} [[{configProperty.toAnchor(extension, additionalAnchorPrefix)}]] [.property-path]##link:#{configProperty.toAnchor(extension, additionalAnchorPrefix)}[`{configProperty.path.property}`]##
{#for additionalPath in configProperty.additionalPaths}

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

Expand Down

0 comments on commit d58b62f

Please sign in to comment.