From 49e5872f02f472c3a14f75459e4666bc82b00aff Mon Sep 17 00:00:00 2001 From: Tim Quinn Date: Thu, 22 Dec 2022 21:47:55 -0600 Subject: [PATCH] Fix incorrectly reverted icons (#5761) --- docs/sitegen.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sitegen.yaml b/docs/sitegen.yaml index 48bce35c97e..d7746f1a340 100644 --- a/docs/sitegen.yaml +++ b/docs/sitegen.yaml @@ -57,19 +57,19 @@ backend: source: "about/introduction.adoc" glyph: type: "icon" - value: "widgets" + value: "lightbulb" - type: "PAGE" title: "Get Started" source: "about/prerequisites.adoc" glyph: type: "icon" - value: "widgets" + value: "rocket_launch" - type: "PAGE" title: "Helidon CLI" source: "about/cli.adoc" glyph: type: "icon" - value: "widgets" + value: "terminal" - type: "GROUPS" items: - type: "GROUP" @@ -81,7 +81,7 @@ backend: source: "introduction.adoc" glyph: type: "icon" - value: "widgets" + value: "lightbulb" - type: "MENU" title: "Guides" dir: "guides" @@ -263,7 +263,7 @@ backend: source: "introduction.adoc" glyph: type: "icon" - value: "assistant" + value: "lightbulb" - type: "MENU" title: "Guides" dir: "guides"