Skip to content

Commit

Permalink
sidebar: fix henlo sidebar copy-paste skill issue (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol authored Oct 7, 2024
1 parent faa4897 commit 9283ab4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/.vitepress/i18n/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ const sidebar_guide_henkaku = {
const sidebar_guide_henlo = {
text: 'Guide',
items: [
{ text: 'Get Started', link: '/get-started' },
{ text: 'Installing HENkaku', link: '/installing-henkaku' },
{ text: 'Installing Ensō (3.60)', link: '/installing-enso-(3.60)' },
{ text: 'Finalizing Setup (3.60)', link: '/finalizing-setup-(3.60)' }
{ text: 'Updating Firmware (3.74)', link: '/updating-firmware-(3.74)' },
{ text: 'Using HENlo', link: '/using-henlo' },
{ text: 'Installing Ensō', link: '/installing-enso' },
{ text: 'Finalizing Setup', link: '/finalizing-setup' }
],
}

const themeConfig = {
search: 'Search',
selectLanguageName: "English",
Expand Down

0 comments on commit 9283ab4

Please sign in to comment.