Added mkdocs skript with corresponding build instruction in the README

This commit is contained in:
tims
2025-10-15 12:16:58 +02:00
parent 95b0db1977
commit 3b52bd9e15
86 changed files with 1647 additions and 0 deletions

9
README
View File

@@ -45,4 +45,13 @@ idaCom.git
|--- out/ /* Generated compiler output, is removed during "make clean" */
The skript is managed via mkdocs and you can build and access it as follows:
- Open a Terminal and navigate to the lab_sdes_student folder
- Use the command [mkdocs serve] to build the skript and make it accessible
-> hint: you can open mkdocs as a background-process with the [&] command, however it is advisable to open it in a seperate Terminal(-Tab)
- once the build is done there should be an information output showing an URL (IP-Adress) mkdocs is serving it on
-> you can then either open the skript by clicking it in the terminal or open it in a browser manually