From 65d80aad03be0e84083f867aa73ef5bad088ae48 Mon Sep 17 00:00:00 2001 From: Ylarod Date: Sat, 28 Jan 2023 20:41:23 +0800 Subject: [PATCH] docs: add unofficially-support-devices (#128) --- website/docs/.vitepress/locales/en.ts | 1 + website/docs/.vitepress/locales/zh_CN.ts | 1 + website/docs/guide/unofficially-support-devices.md | 13 +++++++++++++ .../zh_CN/guide/unofficially-support-devices.md | 13 +++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 website/docs/guide/unofficially-support-devices.md create mode 100644 website/docs/zh_CN/guide/unofficially-support-devices.md diff --git a/website/docs/.vitepress/locales/en.ts b/website/docs/.vitepress/locales/en.ts index df26d9eb..a548c0af 100644 --- a/website/docs/.vitepress/locales/en.ts +++ b/website/docs/.vitepress/locales/en.ts @@ -49,6 +49,7 @@ function sidebarGuide() { { 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'}, + { text: 'Unofficially supported devices', link: '/guide/unofficially-support-devices.md' }, { text: 'FAQ', link: '/guide/faq' }, ] } diff --git a/website/docs/.vitepress/locales/zh_CN.ts b/website/docs/.vitepress/locales/zh_CN.ts index 873aace4..ab420707 100644 --- a/website/docs/.vitepress/locales/zh_CN.ts +++ b/website/docs/.vitepress/locales/zh_CN.ts @@ -49,6 +49,7 @@ function sidebarGuide() { { text: '安装', link: '/zh_CN/guide/installation' }, { 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/faq' }, ] } diff --git a/website/docs/guide/unofficially-support-devices.md b/website/docs/guide/unofficially-support-devices.md new file mode 100644 index 00000000..d1727900 --- /dev/null +++ b/website/docs/guide/unofficially-support-devices.md @@ -0,0 +1,13 @@ +# Unofficially Supported Devices + +::: warning +In this page, there are kernels for non-GKI devices supporting KernelSU maintained by other developers. +::: + +::: warning +This page is only for you to find the source code corresponding to your device, it does **NOT** mean that the source code has been reviewed by _KernelSU Developers_. You should use it at your own risk. +::: + +| Maintainer | Repository | Support devices | +| --- | --- | --- | +| [SpectreDev-007](https://github.com/SpectreDev-007) | https://github.com/XperiaBrickers/kernel_sony_sm8250 | Sony sm8250 device | diff --git a/website/docs/zh_CN/guide/unofficially-support-devices.md b/website/docs/zh_CN/guide/unofficially-support-devices.md new file mode 100644 index 00000000..acc024ec --- /dev/null +++ b/website/docs/zh_CN/guide/unofficially-support-devices.md @@ -0,0 +1,13 @@ +# 非官方支持设备 + +::: warning +本文档列出由其他开发者维护的支持 KernelSU 的非 GKI 设备内核 +::: + +::: warning +本文档仅方便查找设备对应源码,这并不意味该源码**被** KernelSU 开发者**审查**,你应自行承担使用风险。 +::: + +| 维护者 | 仓库地址 | 支持设备 | +| --- | --- | --- | +| [SpectreDev-007](https://github.com/SpectreDev-007) | https://github.com/XperiaBrickers/kernel_sony_sm8250 | 索尼 骁龙865 |