mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
docs: fix repo links in nav
This commit is contained in:
@@ -8,10 +8,10 @@ export const navEn: DefaultTheme.NavItem[] = [
|
|||||||
{
|
{
|
||||||
text: 'Community',
|
text: 'Community',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Changelog', link: 'https://github.com/dyzulk/mivo/releases' },
|
{ text: 'Changelog', link: 'https://github.com/mivodev/mivo/releases' },
|
||||||
{ text: 'Contributing', link: 'https://github.com/dyzulk/mivo/blob/main/CONTRIBUTING.md' },
|
{ text: 'Contributing', link: 'https://github.com/mivodev/mivo/blob/main/CONTRIBUTING.md' },
|
||||||
{ text: 'Forum (Issues)', link: 'https://github.com/dyzulk/mivo/issues' },
|
{ text: 'Forum (Issues)', link: 'https://github.com/mivodev/mivo/issues' },
|
||||||
{ text: 'Star on GitHub', link: 'https://github.com/dyzulk/mivo/stargazers' }
|
{ text: 'Star on GitHub', link: 'https://github.com/mivodev/mivo/stargazers' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -24,10 +24,10 @@ export const navId: DefaultTheme.NavItem[] = [
|
|||||||
{
|
{
|
||||||
text: 'Komunitas',
|
text: 'Komunitas',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Catatan Rilis', link: 'https://github.com/dyzulk/mivo/releases' },
|
{ text: 'Catatan Rilis', link: 'https://github.com/mivodev/mivo/releases' },
|
||||||
{ text: 'Kontribusi', link: 'https://github.com/dyzulk/mivo/blob/main/CONTRIBUTING.md' },
|
{ text: 'Kontribusi', link: 'https://github.com/mivodev/mivo/blob/main/CONTRIBUTING.md' },
|
||||||
{ text: 'Forum (Issues)', link: 'https://github.com/dyzulk/mivo/issues' },
|
{ text: 'Forum (Issues)', link: 'https://github.com/mivodev/mivo/issues' },
|
||||||
{ text: 'Beri Bintang', link: 'https://github.com/dyzulk/mivo/stargazers' }
|
{ text: 'Beri Bintang', link: 'https://github.com/mivodev/mivo/stargazers' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user