From b3fa931c4eda46b15ef612ebe39b2c53d4ba67ca Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Wed, 21 Jan 2026 18:32:55 +0100 Subject: [PATCH] Edited documentation --- documentation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation.md b/documentation.md index 15f8bee..43aabd7 100644 --- a/documentation.md +++ b/documentation.md @@ -157,7 +157,6 @@ with more defined explanations regarding the steps of the GUI. All parts used in Files used for the UI: - index.html -- help_page.html - style.css - script.js - renderer.js @@ -175,10 +174,6 @@ Folders used for the UI: This file is the basic framework of our software. Comments in the code define the different UI sections. The comments are the headlines of the code below them. -**help_page.html:** -This is the html to the help page that is accessible though the burger menu in the software. -Currently only available in german. It describes the different parts of the program in more depth. - **style.css:** Contains all the css code of the software used in the UI.