Explorar o código

docs: rename index.md to features.md

TheWildJames hai 1 semana
pai
achega
c81ab5b010
Modificáronse 4 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      .github/workflows/main.yml
  2. 1 1
      README.md
  3. 0 0
      docs/features.md
  4. 1 1
      docs/installation.md

+ 2 - 2
.github/workflows/main.yml

@@ -1281,7 +1281,7 @@ jobs:
                 enabled.append("Performance Tuning")
             if not enabled:
                 return ""
-            parts = ["## Features Included", "", "See [Kernel Features Documentation](https://github.com/WildKernels/GKI_KernelSU_SUSFS/blob/dev/docs/index.md) for full details.", ""]
+            parts = ["## Features Included", "", "See [Kernel Features Documentation](https://github.com/WildKernels/GKI_KernelSU_SUSFS/blob/dev/docs/features.md) for full details.", ""]
             feature_doc_map = [
                 ("SUSFS", "susfs.md"),
                 ("Baseband Guard", "bbg.md"),
@@ -1555,7 +1555,7 @@ jobs:
                   enabled.append("Performance Tuning")
               if not enabled:
                   return ""
-              parts = ["## Features Included", "", "See [Kernel Features Documentation](https://github.com/WildKernels/GKI_KernelSU_SUSFS/blob/dev/docs/index.md) for full details.", ""]
+              parts = ["## Features Included", "", "See [Kernel Features Documentation](https://github.com/WildKernels/GKI_KernelSU_SUSFS/blob/dev/docs/features.md) for full details.", ""]
               feature_doc_map = [
                   ("SUSFS", "susfs.md"),
                   ("Baseband Guard", "bbg.md"),

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 - Performance - incl. NTSync
 - DroidSpaces - container runtime
 
-Full documentation: [docs/index.md](docs/index.md)
+Full documentation: [docs/features.md](docs/features.md)
 
 ---
 

+ 0 - 0
docs/index.md → docs/features.md


+ 1 - 1
docs/installation.md

@@ -27,4 +27,4 @@ If you don't know which file to download, read the KMI/SPL description in the re
 
 ---
 
-See also: [Kernel Features Documentation](index.md) · [Releases](https://github.com/WildKernels/GKI_KernelSU_SUSFS/releases)
+See also: [Kernel Features Documentation](features.md) · [Releases](https://github.com/WildKernels/GKI_KernelSU_SUSFS/releases)