diff --git a/docs/book/v1/introduction.md b/docs/book/v1/introduction.md deleted file mode 100644 index e1768f9..0000000 --- a/docs/book/v1/introduction.md +++ /dev/null @@ -1,13 +0,0 @@ -# AlmaLinux 9 Introduction - -`dotkernel/development` is a tool that helps you prepare your development environment with the following components: - -* **WSL2**: Windows Subsystem for Linux -* **AlmaLinux 9**: free and open source Linux distribution -* **PHP**: general-purpose scripting language geared towards web development -* **Apache**: free and open-source cross-platform web server software -* **MariaDB**: community-developed, commercially supported fork of the MySQL relational database management system -* **Git**: distributed version control system -* **Composer**: application-level dependency manager -* **Node.js**: JavaScript runtime environment -* **PhpMyAdmin**: open source administration tool for MySQL and MariaDB diff --git a/mkdocs.yml b/mkdocs.yml index bbe7e20..0aab52c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,6 @@ extra: nav: - Home: index.md - v1: - - Introduction: v1/introduction.md - Setup: - System Requirements: v1/setup/system-requirements.md - Installation: v1/setup/installation.md