feat: add option anchor the the bundle menu (#468)

This commit is contained in:
Robert Kaussow 2022-08-04 21:57:02 +02:00 committed by GitHub
parent 17f56d8084
commit 1a9fe22d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -60,6 +60,10 @@ main:
ref: "/level-2/level-2-1"
- name: Level 2.2
ref: "/level-2/level-2-2"
- name: Level 2.2 Anchor
ref: /level-2/level-2-2
# Anchor to add to the entry. This example will result in `/level-2/level-2-2/#anchor`
anchor: anchor
```
As an advantage you can add [icons](/features/icon-sets/) to your menu entries e.g. `icon: "gdoc_notification"`.