mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 05:25:36 +07:00
feat: move releases to navbar
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -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' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user