From: Scott Murray Date: Tue, 17 Oct 2023 20:54:42 +0000 (-0400) Subject: Enable header permalinks X-Git-Tag: 16.91.1~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ae87e29eeaeadd67a449f8827aa8d4adbe2076b5;p=AGL%2Fdocumentation.git Enable header permalinks Use the toc extension "permalinks" option to enable header permalinks. Bug-AGL: SPEC-4927 Signed-off-by: Scott Murray Change-Id: If06b1172d1dd295cc22e60bdf89f301b0c880ae6 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29285 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- diff --git a/mkdocs.yml b/mkdocs.yml index 5d69bf8..01e0f5c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,6 +15,8 @@ plugins: separator: '[\s\-\_]+' markdown_extensions: + - toc: + permalink: true - pymdownx.superfences - pymdownx.tasklist: custom_checkbox: true