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' },
]
}