feat: add option anchor the the bundle menu (#468)
This commit is contained in:
parent
17f56d8084
commit
1a9fe22d64
2 changed files with 10 additions and 1 deletions
|
@ -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"`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue