Skip to content

Commit b9fc1ab

Browse files
authored
Merge pull request #86 from dotkernel/issue-84
Issue #84: Restored starting page
2 parents f2a51dc + 6929048 commit b9fc1ab

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/book/v1/setup/system-requirements.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# AlmaLinux 9 System requirements
22

3-
If you're not already using it, we recommend you to install [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US).
4-
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...
5-
6-
## Check if WLS2 is already available
7-
83
Open `Windows Terminal` and execute the following command:
94

105
```shell

docs/book/v1/terminal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Terminal
2+
3+
If you're not already using it, we recommend you to install [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US).
4+
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...

docs/book/v2/setup/system-requirements.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# AlmaLinux 10 System requirements
22

3-
If you're not already using it, we recommend you to install [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US).
4-
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...
5-
6-
## Check if WLS2 is already available
7-
83
Open `Windows Terminal` and execute the following command:
94

105
```shell

docs/book/v2/terminal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Terminal
2+
3+
If you're not already using it, we recommend you to install [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US).
4+
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ extra:
99
nav:
1010
- Home: index.md
1111
- v2:
12+
- Terminal: v2/terminal.md
1213
- Setup:
1314
- System Requirements: v2/setup/system-requirements.md
1415
- Installation: v2/setup/installation.md
@@ -18,6 +19,7 @@ nav:
1819
- Create virtualhost: v2/virtualhosts/create-virtualhost.md
1920
- FAQ: v2/faq.md
2021
- v1:
22+
- Terminal: v1/terminal.md
2123
- Setup:
2224
- System Requirements: v1/setup/system-requirements.md
2325
- Installation: v1/setup/installation.md

0 commit comments

Comments
 (0)