diff --git a/docs/book/v1/setup/system-requirements.md b/docs/book/v1/setup/system-requirements.md index f4935e4..fff8c7d 100644 --- a/docs/book/v1/setup/system-requirements.md +++ b/docs/book/v1/setup/system-requirements.md @@ -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 diff --git a/docs/book/v1/terminal.md b/docs/book/v1/terminal.md new file mode 100644 index 0000000..afda13c --- /dev/null +++ b/docs/book/v1/terminal.md @@ -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... diff --git a/docs/book/v2/setup/system-requirements.md b/docs/book/v2/setup/system-requirements.md index 8df9443..c8a450e 100644 --- a/docs/book/v2/setup/system-requirements.md +++ b/docs/book/v2/setup/system-requirements.md @@ -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 diff --git a/docs/book/v2/terminal.md b/docs/book/v2/terminal.md new file mode 100644 index 0000000..afda13c --- /dev/null +++ b/docs/book/v2/terminal.md @@ -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... diff --git a/mkdocs.yml b/mkdocs.yml index e6da2fe..a161307 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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