docs: slight change

This commit is contained in:
Rifat Azad
2025-01-07 08:01:57 +06:00
parent 0b2677c400
commit caf2e4047a
2 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
name: Contribute to Officially Supported Devices name: Contribute to Unofficially Supported Devices
description: Add your device kernel source to KernelSU Next's Officially Supported Device List description: Add your device kernel source to KernelSU Next's Unofficially Supported Device List
title: "[Add Device]: " title: "[Add Device]: "
labels: ["add-device"] labels: ["add-device"]
body: body:

View File

@@ -111,15 +111,18 @@
<!-- Header --> <!-- Header -->
<header> <header>
<div class="container text-center"> <div class="container text-center">
<h1 class="fw-bold">Supported Devices</h1> <h1 class="fw-bold">Unofficially Supported Devices</h1>
<p class="lead">Here is the list of devices officially supported by KernelSU Next.</p> <p class="lead">Here is the list of devices unofficially supported by KernelSU Next.</p>
</div> </div>
</header> </header>
<!-- Devices Table Section --> <!-- Devices Table Section -->
<section id="devices" class="py-5"> <section id="devices" class="py-5">
<div class="container"> <div class="container">
<h2 class="text-center mb-4">Officially Supported Devices</h2> <!-- Warning Box -->
<div class="alert alert-warning" role="alert">
<strong>Warning!</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next maintained by other developers. So be casious of what you are flashing!
</div>
<table class="table table-bordered table-hover"> <table class="table table-bordered table-hover">
<thead> <thead>
<tr> <tr>