Skip to content

Commit

Permalink
navbar/sidebar cleanup (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol authored Oct 7, 2024
1 parent 2532393 commit faa4897
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 62 deletions.
93 changes: 31 additions & 62 deletions docs/.vitepress/i18n/en_US.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
const sidebar_guide_henkaku = {
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)' }
],
}

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)' }
],
}
const themeConfig = {
search: 'Search',
selectLanguageName: "English",
Expand All @@ -16,96 +35,46 @@ const themeConfig = {
{
text: 'Guides',
items: [
{ text: 'Adrenaline', link: 'adrenaline' },
{ text: 'Adrenaline', link: '/adrenaline' },
{
text: 'SD2Vita',
link: 'yamt'
link: '/yamt'
},
{
text: 'Uninstalling CFW',
link: 'uninstalling-cfw'
link: '/uninstalling-cfw'
},
]
},
{
text: 'Help',
items: [
{ text: 'Troubleshooting', link: 'troubleshooting' },
{ text: 'FAQ', link: 'faq' },
{
text: 'Discord',
link: 'https://discord.gg/m7MwpKA'
},
{ text: 'Troubleshooting', link: '/troubleshooting' },
{ text: 'FAQ', link: '/faq' }
]
},
{
text: 'Site Info',
items: [
{ text: 'Donations', link: 'donations' },
{ text: 'Credits', link: 'credits' },
{ text: 'Site Navigation', link: 'site-navigation' }
{ text: 'Donations', link: '/donations' },
{ text: 'Credits', link: '/credits' },
{ text: 'Site Navigation', link: '/site-navigation' }
]
},
],

sidebar: {
'/installing-henkaku': [
{
text: 'Guide',
items: [
{ text: 'Home', link: 'index.html' },
{ 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)' }
],
},
sidebar_guide_henkaku
],
'/installing-enso-(3.60)': [
{
text: 'Guide',
items: [
{ text: 'Home', link: 'index.html' },
{ 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)' }
],
},
sidebar_guide_henkaku
],
'/finalizing-setup-(3.60)': [
{
text: 'Guide',
items: [
{ text: 'Home', link: 'index.html' },
{ 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)' }
],
},
],
'/updating-firmware-(3.74)': [
{
text: 'Guide',
items: [
{ 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' }
],
},
sidebar_guide_henkaku
],
'/': [
{
text: 'Guide',
items: [
{ 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' }
],
},
sidebar_guide_henlo
],
},
};
Expand Down
4 changes: 4 additions & 0 deletions docs/installing-enso-(3.60).md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
next: true
---

# Installing Ensō (3.60)

### Required Reading
Expand Down
4 changes: 4 additions & 0 deletions docs/installing-enso.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
next: true
---

# Installing Ensō

### Required Reading
Expand Down
4 changes: 4 additions & 0 deletions docs/installing-henkaku.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
next: true
---

# Installing HENkaku

### Required Reading
Expand Down
4 changes: 4 additions & 0 deletions docs/updating-firmware-(3.74).md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
next: true
---

# Updating Firmware (3.74)

### Required Reading
Expand Down
4 changes: 4 additions & 0 deletions docs/using-henlo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
next: true
---

# Using HENlo

### Required Reading
Expand Down

0 comments on commit faa4897

Please sign in to comment.