diff --git a/docs/README.md b/docs/README.md index 4ec6842f..847a412d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,8 +3,17 @@ # KernelSU +logo + A Kernel-based root solution for Android devices. +[![latest release badge](https://img.shields.io/github/v/release/tiann/KernelSU?label=Release&logo=github)](https://github.com/tiann/KernelSU/releases/latest) +[![weblate](https://img.shields.io/badge/Localization-Weblate-teal?logo=weblate)](https://hosted.weblate.org/engage/kernelsu) +[![Channel](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/KernelSU) +[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-orange.svg?logo=gnu)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) +[![GitHub License](https://img.shields.io/github/license/tiann/KernelSU?logo=gnu)](/LICENSE) + + ## Features 1. Kernel-based `su` and root access management. diff --git a/website/docs/.vitepress/locales/en.ts b/website/docs/.vitepress/locales/en.ts index 60433fc0..027a0f8b 100644 --- a/website/docs/.vitepress/locales/en.ts +++ b/website/docs/.vitepress/locales/en.ts @@ -45,6 +45,7 @@ function sidebarGuide() { text: 'Guide', items: [ { text: 'What is KernelSU?', link: '/guide/what-is-kernelsu' }, + { text: 'Difference with Magisk', link: '/guide/difference-with-magisk' }, { text: 'Installation', link: '/guide/installation' }, { text: 'How to build?', link: '/guide/how-to-build' }, { text: 'Intergrate for non-GKI devices', link: '/guide/how-to-integrate-for-non-gki'},