feat: move releases to navbar

This commit is contained in:
dyzulk
2026-01-18 18:32:13 +07:00
parent be49c01820
commit 46a5ff5943
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ export const navEn: DefaultTheme.NavItem[] = [
{ text: 'Guide', link: '/docs/guide/installation' },
{ text: 'Manual', link: '/docs/manual/' },
{ text: 'Plugins', link: '/plugins/' },
{ text: 'Releases', link: '/releases/' },
{
text: 'Community',
items: [
@@ -20,7 +21,8 @@ export const navId: DefaultTheme.NavItem[] = [
{ text: 'Beranda', link: '/id/' },
{ text: 'Panduan', link: '/id/docs/guide/installation' },
{ text: 'Buku Manual', link: '/id/docs/manual/' },
{ text: 'Plugin', link: '/plugins/' },
{ text: 'Plugin', link: '/id/plugins/' },
{ text: 'Rilis', link: '/id/releases/' },
{
text: 'Komunitas',
items: [

View File

@@ -9,7 +9,6 @@ export const sidebarEn: DefaultTheme.Sidebar = {
collapsed: false,
items: [
{ text: 'Plugins', link: '/plugins/' },
{ text: 'Release Archive', link: '/releases/' },
{ text: 'Team', link: '/team' },
{ text: 'Requirements', link: '/docs/guide/installation#requirements' }
]