From 4bae11bdc6a059ade3cb3bbda58cdb156438c641 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 1 Aug 2021 22:31:47 +0200 Subject: [PATCH] docs: add missing prefix to icon names --- exampleSite/content/usage/menus.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/usage/menus.md b/exampleSite/content/usage/menus.md index 184750d..8909c35 100644 --- a/exampleSite/content/usage/menus.md +++ b/exampleSite/content/usage/menus.md @@ -38,7 +38,7 @@ This type of navigation needs to be enabled first by setting `geekdocMenuBundle` main: - name: Level 1 ref: "/level-1" - icon: "notification" + icon: "gdoc_notification" sub: - name: Level 1.1 ref: "/level-1/level-1-1" @@ -58,7 +58,7 @@ main: ref: "/level-2/level-2-2" ``` -As an advantage you can add [icons](/features/icon-sets/) to your menu entries e.g. `icon: "notification"`. +As an advantage you can add [icons](/features/icon-sets/) to your menu entries e.g. `icon: "gdoc_notification"`. [![Example bundle menu](/media/bundle-menu.png)](/media/bundle-menu.png) @@ -78,15 +78,15 @@ As this is a special type of the bundle menu it is basically working in the same more: - name: News ref: "/#" - icon: "notification" + icon: "gdoc_notification" - name: Releases ref: "https://github.com/thegeeklab/hugo-geekdoc/releases" external: true - icon: "download" + icon: "gdoc_download" - name: "View Source" ref: "https://github.com/thegeeklab/hugo-geekdoc" external: true - icon: "github" + icon: "gdoc_github" ``` [![Example bundle menu](/media/more-menu.png)](/media/more-menu.png)