Update Repository Structure authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -8,6 +8,19 @@ The basic repository folders, when cloned, look like this ...@@ -8,6 +8,19 @@ The basic repository folders, when cloned, look like this
└── topics └── topics
``` ```
# `/bin`
Contains all scripts that are executed while building the project.
# `/docker`
Contains the `Dockerfile`s for the docker images related to this project.
# `/review`
Contains auxiliary scripts that run on review servers.
# `/static` # `/static`
For files that are not changed and included as they are on the production site. For files that are not changed and included as they are on the production site.
...@@ -58,6 +71,10 @@ Miscellaneous files. ...@@ -58,6 +71,10 @@ Miscellaneous files.
![image](uploads/3ff15f2315f3ac81b2d4b6c7a559940c/image.png) ![image](uploads/3ff15f2315f3ac81b2d4b6c7a559940c/image.png)
# `/testing`
Contains all reference files needed for the test suite.
# `/topics` # `/topics`
This folder contains the `.md`-files of the research areas and topics. Assets are contained in subfolders. This folder contains the `.md`-files of the research areas and topics. Assets are contained in subfolders.
... ...
......