docs: add unofficially-support-devices (#128)

This commit is contained in:
Ylarod
2023-01-28 20:41:23 +08:00
committed by GitHub
parent 905c041a76
commit 65d80aad03
4 changed files with 28 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ function sidebarGuide() {
{ 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/unofficially-support-devices.md' },
{ text: '常见问题', link: '/zh_CN/guide/faq' },
]
}