diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-10-17 16:54:42 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-23 16:15:43 +0000 |
commit | ae87e29eeaeadd67a449f8827aa8d4adbe2076b5 (patch) | |
tree | ebcc1b9358af3dfe5d6ace3b612ecde0cfa4cb46 /mkdocs.yml | |
parent | 04ae05c69a1ee2934b139b179d15ba112ff18ab6 (diff) |
Enable header permalinks
Use the toc extension "permalinks" option to enable header permalinks.
Bug-AGL: SPEC-4927
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: If06b1172d1dd295cc22e60bdf89f301b0c880ae6
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29285
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ plugins: separator: '[\s\-\_]+' markdown_extensions: + - toc: + permalink: true - pymdownx.superfences - pymdownx.tasklist: custom_checkbox: true |