Skip to content

Commit

Permalink
Add disc ripping in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
woducku committed Dec 13, 2024
1 parent 0d5dfeb commit 4eff065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/configs/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const nav: DefaultTheme.NavItem[] = [
{
text: 'Anime',
items: [
{ text: 'Disc Ripping', link: '/guides/anime/discrip' },
{ text: 'Network Streaming', link: '/guides/anime/ns' }
]
},
Expand Down Expand Up @@ -227,6 +228,7 @@ const sidebar: DefaultTheme.Sidebar = [
text: 'Anime',
collapsed: true,
items: [
{ text: 'Disc Ripping', link: '/guides/anime/discrip' },
{ text: 'Network Streaming', link: '/guides/anime/ns' }
]
},
Expand Down

0 comments on commit 4eff065

Please sign in to comment.