Skip to content

Commit b08a98e

Browse files
committed
Automated deployment: Tue Jun 24 13:05:01 UTC 2025 1.1.3
1 parent cb002c1 commit b08a98e

File tree

19 files changed

+1207
-52
lines changed

19 files changed

+1207
-52
lines changed

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown">
147147

148148

149-
<a href="." class="dropdown-item">
149+
<a href="v2/terminal/" class="dropdown-item">
150150

151151

152152
AlmaLinux 10 (latest)
@@ -156,7 +156,7 @@
156156

157157

158158

159-
<a href="." class="dropdown-item">
159+
<a href="v1/terminal/" class="dropdown-item">
160160

161161

162162
AlmaLinux 9
@@ -212,6 +212,12 @@ <h5 class="subnavigation__title">Table of Contents</h5>
212212

213213

214214

215+
<li class="subnavigation__list-item ">
216+
<a href="v2/terminal/" class="subnavigation__link">Terminal</a>
217+
</li>
218+
219+
220+
215221

216222

217223

@@ -442,8 +448,8 @@ <h2>Support</h2>
442448

443449
<li class="col text-nowrap text-md-end pe-0">
444450

445-
<a rel="next" class="page-nav__link page-nav__link--next" href="v2/setup/system-requirements/">
446-
System Requirements
451+
<a rel="next" class="page-nav__link page-nav__link--next" href="v2/terminal/">
452+
Terminal
447453
<i class="bi bi-chevron-right"></i>
448454
</a>
449455

@@ -598,5 +604,5 @@ <h5 class="modal-title">Search</h5>
598604

599605
<!--
600606
MkDocs version : 1.6.1
601-
Build Date UTC : 2025-06-24 12:30:23.991098+00:00
607+
Build Date UTC : 2025-06-24 13:05:00.539871+00:00
602608
-->

pages/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown">
145145

146146

147-
<a href="../." class="dropdown-item">
147+
<a href="../v2/terminal/" class="dropdown-item">
148148

149149

150150
AlmaLinux 10 (latest)
@@ -154,7 +154,7 @@
154154

155155

156156

157-
<a href="../." class="dropdown-item">
157+
<a href="../v1/terminal/" class="dropdown-item">
158158

159159

160160
AlmaLinux 9

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<loc>https://docs.dotkernel.org/development/v1/faq/</loc>
99
<lastmod>2025-06-24</lastmod>
1010
</url>
11+
<url>
12+
<loc>https://docs.dotkernel.org/development/v1/terminal/</loc>
13+
<lastmod>2025-06-24</lastmod>
14+
</url>
1115
<url>
1216
<loc>https://docs.dotkernel.org/development/v1/setup/installation/</loc>
1317
<lastmod>2025-06-24</lastmod>
@@ -32,6 +36,10 @@
3236
<loc>https://docs.dotkernel.org/development/v2/faq/</loc>
3337
<lastmod>2025-06-24</lastmod>
3438
</url>
39+
<url>
40+
<loc>https://docs.dotkernel.org/development/v2/terminal/</loc>
41+
<lastmod>2025-06-24</lastmod>
42+
</url>
3543
<url>
3644
<loc>https://docs.dotkernel.org/development/v2/setup/installation/</loc>
3745
<lastmod>2025-06-24</lastmod>

sitemap.xml.gz

11 Bytes
Binary file not shown.

v1/faq/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown">
149149

150150

151-
<a href="../.." class="dropdown-item">
151+
<a href="../../v2/terminal/" class="dropdown-item">
152152

153153

154154
AlmaLinux 10 (latest)
@@ -158,7 +158,7 @@
158158

159159

160160

161-
<a href="../.." class="dropdown-item active">
161+
<a href="../terminal/" class="dropdown-item active">
162162

163163

164164
AlmaLinux 9
@@ -231,6 +231,12 @@ <h5 class="subnavigation__title">Table of Contents</h5>
231231

232232

233233

234+
<li class="subnavigation__list-item ">
235+
<a href="../terminal/" class="subnavigation__link">Terminal</a>
236+
</li>
237+
238+
239+
234240

235241

236242

v1/setup/installation/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown">
149149

150150

151-
<a href="../../.." class="dropdown-item">
151+
<a href="../../../v2/terminal/" class="dropdown-item">
152152

153153

154154
AlmaLinux 10 (latest)
@@ -158,7 +158,7 @@
158158

159159

160160

161-
<a href="../../.." class="dropdown-item active">
161+
<a href="../../terminal/" class="dropdown-item active">
162162

163163

164164
AlmaLinux 9
@@ -238,6 +238,12 @@ <h5 class="subnavigation__title">Table of Contents</h5>
238238

239239

240240

241+
<li class="subnavigation__list-item ">
242+
<a href="../../terminal/" class="subnavigation__link">Terminal</a>
243+
</li>
244+
245+
246+
241247

242248

243249

v1/setup/setup-packages/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown">
149149

150150

151-
<a href="../../.." class="dropdown-item">
151+
<a href="../../../v2/terminal/" class="dropdown-item">
152152

153153

154154
AlmaLinux 10 (latest)
@@ -158,7 +158,7 @@
158158

159159

160160

161-
<a href="../../.." class="dropdown-item active">
161+
<a href="../../terminal/" class="dropdown-item active">
162162

163163

164164
AlmaLinux 9
@@ -238,6 +238,12 @@ <h5 class="subnavigation__title">Table of Contents</h5>
238238

239239

240240

241+
<li class="subnavigation__list-item ">
242+
<a href="../../terminal/" class="subnavigation__link">Terminal</a>
243+
</li>
244+
245+
246+
241247

242248

243249

v1/setup/system-requirements/index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown">
149149

150150

151-
<a href="../../.." class="dropdown-item">
151+
<a href="../../../v2/terminal/" class="dropdown-item">
152152

153153

154154
AlmaLinux 10 (latest)
@@ -158,7 +158,7 @@
158158

159159

160160

161-
<a href="../../.." class="dropdown-item active">
161+
<a href="../../terminal/" class="dropdown-item active">
162162

163163

164164
AlmaLinux 9
@@ -238,6 +238,12 @@ <h5 class="subnavigation__title">Table of Contents</h5>
238238

239239

240240

241+
<li class="subnavigation__list-item ">
242+
<a href="../../terminal/" class="subnavigation__link">Terminal</a>
243+
</li>
244+
245+
246+
241247

242248

243249

@@ -353,10 +359,6 @@ <h5 class="subnavigation__title">Table of Contents</h5>
353359
<h6 class="toc__headline">On this page</h6>
354360
<ul class="toc__list">
355361

356-
<li class="toc__entry">
357-
<a href="#check-if-wls2-is-already-available" class="toc__link nav-link">Check if WLS2 is already available</a>
358-
</li>
359-
360362
<li class="toc__entry">
361363
<a href="#install-wsl2" class="toc__link nav-link">Install WSL2</a>
362364
</li>
@@ -387,9 +389,6 @@ <h6 class="toc__headline">On this page</h6>
387389

388390

389391
<h1 id="almalinux-9-system-requirements">AlmaLinux 9 System requirements</h1>
390-
<p>If you're not already using it, we recommend you to install <a href="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&amp;gl=US">Windows Terminal</a>.
391-
It is a modern tool that incorporates the power of multiple already known command-line applications like <code>Windows PowerShell</code>, <code>Linux shell</code>, and more...</p>
392-
<h2 id="check-if-wls2-is-already-available">Check if WLS2 is already available</h2>
393392
<p>Open <code>Windows Terminal</code> and execute the following command:</p>
394393
<pre class="highlight"><code class="language-shell">wsl -v</code></pre>
395394
<p>The output should look similar to this:</p>
@@ -430,9 +429,9 @@ <h2 id="install-wsl2">Install WSL2</h2>
430429

431430
<li class="col text-nowrap text-md-start">
432431

433-
<a rel="prev" class="page-nav__link page-nav__link--prev" href="../../../v2/faq/">
432+
<a rel="prev" class="page-nav__link page-nav__link--prev" href="../../terminal/">
434433
<i class="bi bi-chevron-left"></i>
435-
FAQ
434+
Terminal
436435
</a>
437436

438437
</li>

0 commit comments

Comments
 (0)