#105 Add a tab for CS9
Merged 2 years ago by rbowen. Opened 2 years ago by carlwgeorge.
centos/ carlwgeorge/centos.org 9-tab  into  master

@@ -1,9 +1,59 @@ 

  <div>

      <ul class="nav nav-tabs">

-         <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-4">8</a></li>

+         <li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-1">9</a></li>

+         <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-2">8</a></li>

      </ul>

      <div class="tab-content">

-         <div class="tab-pane active" role="tabpanel" id="tab-4">

+ 

+         <!-- tab 1 -->

+         <div class="tab-pane" role="tabpanel" id="tab-1">

+             <div class="table-responsive table-borderless">

+                 <table class="table table-striped table-bordered table-sm">

+                     <thead>

+                         <tr>

+                             <th>ISO</th>

+                             <th>Packages</th>

+                             <th>Others</th>

+                         </tr>

+                     </thead>

+                     <tbody>

+                         <tr>

+                             <td>Coming Soon</td>

+                             <td>Coming Soon</td>

+                             <td>Coming Soon</td>

+                         </tr>

+                     </tbody>

+                 </table>

+             </div>

+             <div class="table-responsive table-borderless">

+                 <table class="table table-striped table-bordered table-sm">

+                     <thead>

+                         <tr>

+                             <th>Release Notes</th>

+                             <th>Release Email</th>

+                             <th>Documentation</th>

+                         </tr>

+                     </thead>

+                 </table>

+             </div>

+             <div class="table-responsive table-borderless">

+                 <table class="table table-striped table-bordered table-sm">

+                     <thead>

+                         <tr>

+                             <th>End-of-life</th>

+                         </tr>

+                     </thead>

+                     <tbody>

+                         <tr>

+                             <td>End of RHEL9 <a href="https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase">"full support"</a> phase<br></td>

+                         </tr>

+                     </tbody>

+                 </table>

+             </div>

+         </div>

+ 

+         <!-- tab 2 -->

+         <div class="tab-pane active" role="tabpanel" id="tab-2">

              <div class="table-responsive table-borderless">

                  <table class="table table-striped table-bordered table-sm">

                      <thead>
@@ -57,6 +107,23 @@ 

                      </tbody>

                  </table>

              </div>

+             <div class="table-responsive table-borderless">

+                 <table class="table table-striped table-bordered table-sm">

+                     <thead>

+                         <tr>

+                             <th>Converting from CentOS Linux 8 to CentOS Stream 8</th>

+                         </tr>

+                     </thead>

+                     <tbody>

+                         <tr>

+                             <td>

+                                 <pre><code>dnf swap centos-linux-repos centos-stream-repos<br>dnf distro-sync</code></pre>

+                             </td>

+                         </tr>

+                     </tbody>

+                 </table>

+             </div>

          </div>

+ 

      </div>

  </div>

file modified
-10
@@ -18,13 +18,3 @@ 

  We've got some answers to the most [frequently asked

  questions](https://www.redhat.com/en/blog/faq-centos-stream-updates)

  about CentOS Stream.

- 

- ## Converting from CentOS Linux to CentOS Stream

- 

- ```console

- [root@centos ~]# dnf swap centos-linux-repos centos-stream-repos

- 

- [root@centos ~]# dnf distro-sync

- ```

- 

- 

We're still fighting the community perception that CentOS Stream doesn't have major versions. This change adds a 9 tab on the CentOS Stream download page. It's still too early for download links, so instead it says "coming soon". For the same reason, the 8 tab is still the initial active tab. This also moves the CL8 to CS8 conversion instructions to only be shown on the 8 tab, as they won't be relevant for 9.

Pull-Request has been merged by rbowen

2 years ago