diff --git a/Development.md b/Development.md index 8aa6890..0879a8c 100644 --- a/Development.md +++ b/Development.md @@ -1,4 +1,10 @@ # Development +* [General development](#General%20development) + * [GIT workflow](#GIT%20workflow) + * [Code style](#Code%20style) +* [Frontend](Development/Frontend) +* [Backend](Development/Backend) + ## General development This section is relevant for all development process, on backend, frontend and plugins. @@ -35,4 +41,4 @@ We follow the presets of `prettier` version `2.3.0` with this exceptions: "printWidth": 120, "arrowParens": "always" } -``` \ No newline at end of file +```