How to add new "Solutions" to this page
General
- Clone the repository or fetch from the main branch to ensure your repository is up to date
- Create a new branch with the name of the page you would like to add
Preparation
- Open the
mkdocs.ymlfile with Notepad++ or another text editor (diy-toolsrepository folder) - Open a terminal window and navigate to your
diy-toolsrepository- Make sure you are using your newly created branch
- Type
"pixi run show_docs" (red box)

- Copy the IP address (see green box) into your webbrowser
- When ever you save a change in your file, the changes will be rendered in the browser window
Adding a new solution
In your mkdocs.yml (opened in section "Preparation")

- Copy the last line in section "Solution" (e.g. shown in screen shot)
- Paste the line below
- Change the name to the new tool you would like to add
- Change the name of the md file accordingly
Don't forget to create a new md file describing your "new thing" in the solutions subfolder of the docs folder in the repository
