Changes
Page history
Update Repository Structure
authored
Aug 25, 2021
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
Repository-Structure.md
View page @
b4c0577e
...
...
@@ -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.

# `/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.
...
...
...
...