website: fix missing directory in ID language (#169)

sry missing /guide/

Signed-off-by: RooGhz720 <rooghz720@gmail.com>

Signed-off-by: RooGhz720 <rooghz720@gmail.com>
This commit is contained in:
Amicia De Rune
2023-02-02 02:19:27 +07:00
committed by GitHub
parent 3f625a000b
commit 4905bd9bb8

View File

@@ -49,7 +49,7 @@ function sidebarGuide() {
{ text: 'Instalasi', link: '/id_ID/guide/installation' },
{ text: 'Bagaimana cara buildnya?', link: '/id_ID/guide/how-to-build' },
{ text: 'Integrasi untuk perangkat non-GKI', link: '/id_ID/guide/how-to-integrate-for-non-gki'},
{ text: 'Perangkat yang didukung secara tidak resmi', link: '/id_ID/unofficially-support-devices.md' },
{ text: 'Perangkat yang didukung secara tidak resmi', link: '/id_ID/guide/unofficially-support-devices.md' },
{ text: 'FAQ', link: '/id_ID/guide/faq' },
]
}