diff --git a/README.md b/README.md index a435648a..873393d4 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@
--- - - - [![REUSE](https://api.reuse.software/badge/github.com/DLR-SC/ESID)](https://api.reuse.software/info/github.com/DLR-SC/ESID) [![Coverage Status](https://coveralls.io/repos/github/DLR-SC/ESID/badge.svg?branch=develop)](https://coveralls.io/github/DLR-SC/ESID?branch=develop) [![documentation](https://img.shields.io/badge/Docs-online-34D058.svg)](docs/README.md) diff --git a/frontend/docs/Technologies-and-Guidelines.md b/frontend/docs/Technologies_and_Guidelines.md similarity index 94% rename from frontend/docs/Technologies-and-Guidelines.md rename to frontend/docs/Technologies_and_Guidelines.md index aa57cbf2..589cf2d4 100644 --- a/frontend/docs/Technologies-and-Guidelines.md +++ b/frontend/docs/Technologies_and_Guidelines.md @@ -1,3 +1,22 @@ +# Technologies and Guidelines + +- [Technologies](#technologies) +- [Guidelines](#guidelines) + - [TypeScript](#typescript) + - [React](#react) + - [Redux](#redux) + - [Design and Layout](#design-and-layout) + - [Testing](#testing) + - [Performance](#performance) + - [Documentation](#documentation) + - [Internationalization](#internationalization) + - [Accessibility](#accessibility) + - [Code Style](#code-style) + - [Imports](#imports) + - [Branching Strategy](#branching-strategy) + - [Git Commit Messages](#git-commit-messages) + + ## Technologies The project makes use of some core technologies and libraries. You should always prefer their features over other