Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion theme/pages/homepage/development.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<h1>{{ config.site_description }}</h1>
<p>Install PHP, Apache, MariaDB, Composer, PhpMyAdmin, Node.js and Git on WSL2</p>
<p>The development environment provides a controlled, safe, and efficient space for building and testing your platform before releasing it to the public.</p>
<p>Follow the <a href="/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>
Comment thread
bidi47 marked this conversation as resolved.
Outdated
<p>Visit the <a href="/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>
Comment thread
bidi47 marked this conversation as resolved.
Outdated
<p>Happy coding!</p>
<h3>Features</h3>
<div class="row row-cols-md-3 row-cols-sm-2 row-cols-1 g-4">
<div class="col">
Expand Down
2 changes: 1 addition & 1 deletion update_mkdocs_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
{
"name": "Development",
"description": "WSL2 Development Environment",
"description": "Development Environment using AlmaLinux",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was used before when the docs navigation dropdown showed both a title and a desription next to the Dotkernel icon.
You can keep this modification, in case that we will reuse it later for something.
But, I presume that you want to modify the title on https://docs.dotkernel.org/development/.
In this case, you need to modify this line: https://github.com/dotkernel/development/blob/alma-linux-10/mkdocs.yml#L32

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's never simple, is it? :)
dotkernel/development#95
might as well keep both changes

"docs_url": mkdocs["extra"]["docs_development_url"],
},
{
Expand Down