Skip to content

Commit

Permalink
Fix incorrectly reverted icons (#5761)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno authored Dec 23, 2022
1 parent 66ba354 commit 49e5872
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -81,7 +81,7 @@ backend:
source: "introduction.adoc"
glyph:
type: "icon"
value: "widgets"
value: "lightbulb"
- type: "MENU"
title: "Guides"
dir: "guides"
Expand Down Expand Up @@ -263,7 +263,7 @@ backend:
source: "introduction.adoc"
glyph:
type: "icon"
value: "assistant"
value: "lightbulb"
- type: "MENU"
title: "Guides"
dir: "guides"
Expand Down

0 comments on commit 49e5872

Please sign in to comment.