From 845515fa6bb5f32a40447841ca0c67104ba0e893 Mon Sep 17 00:00:00 2001 From: Yogesh <92950980+y0geshx@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:06:23 +0530 Subject: [PATCH] README.md: added logo and badges (#1150) added logo and badges help users quickly and easily identify what they need or want. And added missing webpage. --- docs/README.md | 9 +++++++++ website/docs/.vitepress/locales/en.ts | 1 + 2 files changed, 10 insertions(+) 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'},