Add website (#65)

This commit is contained in:
weishu
2023-01-14 23:18:11 +08:00
committed by GitHub
parent 8274f6a1ff
commit 5a8acea84e
17 changed files with 9947 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
export default {
title: 'KernelSU',
description: 'A kernel-based root solution for Android GKI devices',
themeConfig: {
nav: [
{ text: 'Guide', link: '/guide/what-is-kernelsu' },
{ text: 'Github', link: 'https://github.com/tiann/KernelSU' }
],
sidebar: [
{
text: 'Guide',
items: [
{ text: 'What is KernelSU?', link: '/guide/what-is-kernelsu' },
{ text: 'Installation', link: '/guide/installation' },
{ text: 'How to build?', link: '/guide/how-to-build' },
{ text: 'FAQ', link: '/guide/faq' },
]
}
],
footer: {
message: 'Released under the GPL3 License.',
copyright: 'Copyright © 2022-present KernelSU Developers'
},
editLink: {
pattern: 'https://github.com/tiann/KernelSU_website/edit/main/docs/:path',
text: 'Edit this page on GitHub'
}
}
}