diff --git a/.gitsv/config.yml b/.gitsv/config.yml index 7b9cae5..acaf506 100644 --- a/.gitsv/config.yml +++ b/.gitsv/config.yml @@ -35,7 +35,7 @@ release-notes: - name: Documentation commit-types: [docs] section-type: commits - - name: Breaking Changes + - name: BREAKING CHANGES section-type: breaking-changes commit-message: diff --git a/layouts/shortcodes/propertylist.html b/layouts/shortcodes/propertylist.html index ec62a48..b97faf7 100644 --- a/layouts/shortcodes/propertylist.html +++ b/layouts/shortcodes/propertylist.html @@ -11,7 +11,8 @@ {{- $properties = (sort $properties . $order) }} {{- end }} {{- range $properties }} -
+ {{- $uniqueAnchor := anchorize (printf "%s-%s" $name .name) | safeHTML }} +
{{ .name }} {{- if .required }} {{ i18n "propertylist_required" | lower }} @@ -32,7 +33,7 @@ {{- end }} {{- end }} {{- if $showAnchor }} - + {{- end }} diff --git a/src/sass/_shortcodes.scss b/src/sass/_shortcodes.scss index e2fb574..2e3a1b4 100644 --- a/src/sass/_shortcodes.scss +++ b/src/sass/_shortcodes.scss @@ -90,7 +90,7 @@ padding: 0; } - .gdoc-post__anchor { + .gdoc-page__anchor { display: none; } }