Add docs for module

This commit is contained in:
tiann
2023-03-26 15:43:06 +08:00
parent ecd5af76ab
commit 43ca2b9831
6 changed files with 532 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ function sidebarGuide() {
{ text: 'How to build?', link: '/guide/how-to-build' },
{ text: 'Intergrate for non-GKI devices', link: '/guide/how-to-integrate-for-non-gki'},
{ text: 'Unofficially supported devices', link: '/guide/unofficially-support-devices.md' },
{ text: 'Module Guide', link: '/guide/module.md' },
{ text: 'FAQ', link: '/guide/faq' },
]
}

View File

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