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.