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
2 changes: 1 addition & 1 deletion docs/book/v1/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AlmaLinux 9 Frequently asked questions
# Frequently asked questions

## How do I switch to a different version of PHP?

Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/setup/setup-packages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AlmaLinux 9 Setup
# Setup

> The instructions below also work without using WSL.

Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/virtualhosts/create-virtualhost.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AlmaLinux 9 Create virtualhosts
# Create virtualhosts

> By using the `*.localhost` pattern for any new virtualhost, you do not need to modify the `hosts` file in Windows, because these are routed by default.

Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/virtualhosts/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AlmaLinux 9 Overview
# Overview

Virtualhosts allow developers to host multiple applications on their local system.

Expand Down
2 changes: 1 addition & 1 deletion docs/book/v2/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Install Windows Terminal, the tool you'll use throughout this guide to run WSL 2 commands and to open dedicated tabs for your AlmaLinux 10 distro.

> If you are not using WSL, you can jump straight to the [AlmaLinux 10 Setup page](https://docs.dotkernel.org/development/v2/setup/setup-packages/).
> If you are not using WSL, you can jump straight to the [Setup Packages page](setup/setup-packages.md).

If you're not already using it, we recommend installing [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.
Expand Down
Loading