Skip to content
Snippets Groups Projects
Commit 7bbb7a5d authored by Roman Dvořák's avatar Roman Dvořák
Browse files

update script and file structure

parent 74772e90
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ nav: ...@@ -22,8 +22,8 @@ nav:
- Front-end instalation: technical-documentation/installation/front-README.md - Front-end instalation: technical-documentation/installation/front-README.md
- Back-end instalation: technical-documentation/installation/back-README.md - Back-end instalation: technical-documentation/installation/back-README.md
- System architecture: - System architecture:
- Overview: technical-documentation/architecture-overview.md - Overview: technical-documentation/architecture/overview.md
- Definition documentation: technical-documentation/README.md - Definition documentation: technical-documentation/architecture/definitions.md
- Security features: - Security features:
- Overview: technical-documentation/security-overview.md - Overview: technical-documentation/security-overview.md
- Authentization: technical-documentation/security-auth.md - Authentization: technical-documentation/security-auth.md
......
...@@ -3,7 +3,7 @@ git submodule init ...@@ -3,7 +3,7 @@ git submodule init
git submodule update git submodule update
mkdir -p docs/technical-documentation mkdir -p docs/technical-documentation
cp ./backend/definitions/README.md ./docs/technical-documentation/README.md cp ./backend/definitions/README.md ./docs/technical-documentation/architecture/definitions.md
cp ./backend/CHANGELOG.md ./docs/technical-documentation/CHANGELOG.md cp ./backend/CHANGELOG.md ./docs/technical-documentation/CHANGELOG.md
cp ./backend/README.md ./docs/technical-documentation/back-README.md cp ./backend/README.md ./docs/technical-documentation/installation/back-README.md
cp ./frontend/README.md ./docs/technical-documentation/front-README.md cp ./frontend/README.md ./docs/technical-documentation/installation/front-README.md
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment