docs: replace screenshots after redesign (#612)
This commit is contained in:
parent
2de61e27e3
commit
fb924d52dd
11 changed files with 18 additions and 24 deletions
|
@ -29,8 +29,6 @@ content/
|
|||
└── level-2-2.md
|
||||
```
|
||||
|
||||
[](/media/file-tree.png)
|
||||
|
||||
## Bundle menu
|
||||
|
||||
This type of navigation needs to be enabled first by setting `geekdocMenuBundle` to `true` in your [site configuration](/usage/configuration/#site-configuration). After you have activated the bundle menu, you start with an empty navigation. This is intentional because bundle menus have to be defined manually in a data file. While this increases the effort it also offers maximum flexibility in the design. The data file needs to be written in YAML and placed at `data/menu/main.yaml`.
|
||||
|
@ -68,8 +66,6 @@ main:
|
|||
|
||||
As an advantage you can add [icons](/features/icon-sets/) to your menu entries e.g. `icon: "gdoc_notification"`.
|
||||
|
||||
[](/media/bundle-menu.png)
|
||||
|
||||
### More menu
|
||||
|
||||
{{< hint type=tip >}}
|
||||
|
@ -97,8 +93,6 @@ more:
|
|||
icon: "gdoc_github"
|
||||
```
|
||||
|
||||
[](/media/more-menu.png)
|
||||
|
||||
## Extra Header Menu
|
||||
|
||||
If you want to customize the header menu, this can be achieved by using a data file written in YAML and placed at `data/menu/extra.yaml`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue