From 375440fd7a20a4567a8a759b507946f4a553a14a Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Tue, 24 Jun 2025 15:59:55 +0300 Subject: [PATCH] Issue #84: Restored starting page Signed-off-by: alexmerlin --- docs/book/v1/setup/system-requirements.md | 5 ----- docs/book/v1/terminal.md | 4 ++++ mkdocs.yml | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/book/v1/terminal.md 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/mkdocs.yml b/mkdocs.yml index 0aab52c..2e1ea12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ extra: nav: - Home: index.md - v1: + - Terminal: v1/terminal.md - Setup: - System Requirements: v1/setup/system-requirements.md - Installation: v1/setup/installation.md