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
└── 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`
For files that are not changed and included as they are on the production site.
......@@ -58,6 +71,10 @@ Miscellaneous files.
![image](uploads/3ff15f2315f3ac81b2d4b6c7a559940c/image.png)
# `/testing`
Contains all reference files needed for the test suite.
# `/topics`
This folder contains the `.md`-files of the research areas and topics. Assets are contained in subfolders.
......
......