Skip to content

Commit 1b1c365

Browse files
authored
Merge pull request #7 from dotkernel/dev-page
updated development page
2 parents 9b52544 + 2c0e218 commit 1b1c365

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

theme/pages/homepage/development.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<h1>{{ config.site_description }}</h1>
2-
<p>Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2</p>
2+
<p>The development environment provides a controlled, safe, and efficient space for building and testing your platform before releasing it to the public.</p>
3+
<p>Follow the <a href="https://docs.dotkernel.org/development/v2/setup/system-requirements/">Setup pages</a> to install the basic requirements for the development environment. The install recipe has everything you need, from WSL2, to PHP, phpMyAdmin and Composer.</p>
4+
<p>Visit the <a href="https://docs.dotkernel.org/development/v2/faq/">FAQ pages</a> for any issues during installation or <a href="https://github.com/dotkernel/development/issues" target="_blank">create an issue</a> if anything doesn't work as intended.</p>
5+
<p>Happy coding!</p>
36
<h3>Features</h3>
47
<div class="row row-cols-md-3 row-cols-sm-2 row-cols-1 g-4">
58
<div class="col">

update_mkdocs_yml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"name": "Development",
121-
"description": "WSL2 Development Environment",
121+
"description": "Development Environment using AlmaLinux",
122122
"docs_url": mkdocs["extra"]["docs_development_url"],
123123
},
124124
{

0 commit comments

Comments
 (0)