소스 검색

docs: put KernelSU (Classic) first in root implementations

TheWildJames 1 주 전
부모
커밋
74722d4ff5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      docs/index.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 
 ## Features
 
-- [KernelSU-Next](docs/kernelsu-next.md) / [KernelSU (Classic)](docs/kernelsu-classic.md) / [ReSukiSU](docs/resukisu.md) - root implementations
+- [KernelSU (Classic)](docs/kernelsu-classic.md) / [KernelSU-Next](docs/kernelsu-next.md) / [ReSukiSU](docs/resukisu.md) - root implementations
 - [SUSFS](docs/susfs.md) - root hiding
 - [NoMount](docs/nomount.md) - mount metamodule
 - [Mountify](docs/mountify.md) - OverlayFS global mounts

+ 1 - 1
docs/index.md

@@ -4,8 +4,8 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 
 ## Root Implementations
 
-- [KernelSU-Next](kernelsu-next.md)
 - [KernelSU (Classic)](kernelsu-classic.md)
+- [KernelSU-Next](kernelsu-next.md)
 - [ReSukiSU](resukisu.md)
 
 ## Root Hiding