feat: Add documentation for rescuing from bootloop.

- Add new link to sidebar of zh_CN documentation page
- Add new link to sidebar navigation in English documentation page
- Add new guide for rescuing from bootloop
- Include methods for rescuing wrong module flashing
- Provide mechanisms for safe mode and AB updates for module recovery
This commit is contained in:
tiann
2023-03-27 11:37:18 +08:00
parent ba4ffa7598
commit 14b2afe78d
4 changed files with 102 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ function sidebarGuide() {
{ 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: 'Rescue from bootloop', link: '/guide/rescue-from-bootloop.md' },
{ text: 'FAQ', link: '/guide/faq' },
]
}