website: Fix sidebar of zh_CN

This commit is contained in:
tiann
2023-03-27 17:01:01 +08:00
parent b1af4ada60
commit e5617e236c

View File

@@ -51,7 +51,7 @@ function sidebarGuide() {
{ text: '如何为非GKI设备集成 KernelSU', link: '/zh_CN/guide/how-to-integrate-for-non-gki'}, { 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/unofficially-support-devices.md' },
{ text: '模块开发指南', link: '/zh_CN/guide/module.md' }, { text: '模块开发指南', link: '/zh_CN/guide/module.md' },
{ text: '救砖', link: '/guide/zh_CN/rescue-from-bootloop.md' }, { text: '救砖', link: '/zh_CN/guide/rescue-from-bootloop.md' },
{ text: '常见问题', link: '/zh_CN/guide/faq' }, { text: '常见问题', link: '/zh_CN/guide/faq' },
] ]
} }