website: fixup

This commit is contained in:
Ylarod
2023-01-20 18:40:47 +08:00
parent 87fcfdf9e6
commit 7a275e8e2a
5 changed files with 9 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ function sidebarGuide() {
{ text: 'What is KernelSU?', link: '/guide/what-is-kernelsu' },
{ text: 'Installation', link: '/guide/installation' },
{ text: 'How to build?', link: '/guide/how-to-build' },
{ text: 'Intergrate for non-GKI devices', link: '/guide/how-to-integrate-for-non-gki'},
{ text: 'FAQ', link: '/guide/faq' },
]
}

View File

@@ -48,6 +48,7 @@ function sidebarGuide() {
{ text: '什么是 KernelSU?', link: '/zh_CN/guide/what-is-kernelsu' },
{ text: '安装', link: '/zh_CN/guide/installation' },
{ text: '如何构建?', link: '/zh_CN/guide/how-to-build' },
{ text: '如何为非GKI设备集成 KernelSU', link: '/zh_CN/guide/how-to-integrate-for-non-gki'},
{ text: '常见问题', link: '/zh_CN/guide/faq' },
]
}