Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/book/v1/setup/system-requirements.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# AlmaLinux 9 System requirements

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).
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...

## Check if WLS2 is already available

Open `Windows Terminal` and execute the following command:

```shell
Expand Down
4 changes: 4 additions & 0 deletions docs/book/v1/terminal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Terminal

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).
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...
5 changes: 0 additions & 5 deletions docs/book/v2/setup/system-requirements.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# AlmaLinux 10 System requirements

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).
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...

## Check if WLS2 is already available

Open `Windows Terminal` and execute the following command:

```shell
Expand Down
4 changes: 4 additions & 0 deletions docs/book/v2/terminal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Terminal

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).
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ extra:
nav:
- Home: index.md
- v2:
- Terminal: v2/terminal.md
- Setup:
- System Requirements: v2/setup/system-requirements.md
- Installation: v2/setup/installation.md
Expand All @@ -18,6 +19,7 @@ nav:
- Create virtualhost: v2/virtualhosts/create-virtualhost.md
- FAQ: v2/faq.md
- v1:
- Terminal: v1/terminal.md
- Setup:
- System Requirements: v1/setup/system-requirements.md
- Installation: v1/setup/installation.md
Expand Down