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

remove backend changelog from docs

parent 606f9829
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ the platform's architecture, APIs, security measures, and installation procedure ...@@ -23,7 +23,7 @@ the platform's architecture, APIs, security measures, and installation procedure
- [API Documentation](tech/api/overview.md): - [API Documentation](tech/api/overview.md):
Comprehensive documentation of the APIs provided by IXP, including RESTful APIs. Comprehensive documentation of the APIs provided by IXP, including RESTful APIs.
- [Architecture Overview](tech/architecture/overview.md): - [Architecture Overview](tech/architecture/overview.md):
Detailed documentation on the architecture of the IXP, including component definitions and changelogs. Detailed documentation on the architecture of the IXP, including component definition.
## INJECT Process ## INJECT Process
......
...@@ -37,9 +37,6 @@ Each part of this section is designed to help developers, system administrators, ...@@ -37,9 +37,6 @@ Each part of this section is designed to help developers, system administrators,
- **[Definitions](architecture/definitions.md)**: - **[Definitions](architecture/definitions.md)**:
A detailed description of the key components and concepts within the IXP. A detailed description of the key components and concepts within the IXP.
This section serves as a glossary, helping you understand specific terms and their meanings in the context of the platform. This section serves as a glossary, helping you understand specific terms and their meanings in the context of the platform.
- **[Changelog](architecture/CHANGELOG.md)**:
A log of all the changes, updates, and improvements made to the platform over time.
This document is crucial for keeping track of the platform's evolution and understanding the history of updates and bug fixes.
## Getting Started ## Getting Started
......
...@@ -17,13 +17,11 @@ nav: ...@@ -17,13 +17,11 @@ nav:
- System architecture: - System architecture:
- Overview: tech/architecture/overview.md - Overview: tech/architecture/overview.md
- Definition documentation: tech/architecture/definitions.md - Definition documentation: tech/architecture/definitions.md
- Backend changelog: tech/architecture/CHANGELOG.md
- Authorization and User Management: tech/security.md - Authorization and User Management: tech/security.md
- API Documentation: - API Documentation:
- Overview: tech/api/overview.md - Overview: tech/api/overview.md
# - Graphql Documentation: tech/api/graphql-docs.md # - Graphql Documentation: tech/api/graphql-docs.md
- Rest API documentation: tech/api/swagger-docs.md - Rest API documentation: tech/api/swagger-docs.md
- Backend changelog: tech/architecture/CHANGELOG.md
- How to prepare an exercise?: - How to prepare an exercise?:
- INJECT Process: INJECT_process/intro/overview.md - INJECT Process: INJECT_process/intro/overview.md
- 01 Understand: - 01 Understand:
......
...@@ -13,7 +13,6 @@ mkdir -p files-from-repos ...@@ -13,7 +13,6 @@ mkdir -p files-from-repos
# Copy files to the respective directories # Copy files to the respective directories
cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md
cp ./backend/CHANGELOG.md ./docs/tech/architecture/CHANGELOG.md
cp ./backend/openapi.yml ./docs/tech/api/openapi.yml cp ./backend/openapi.yml ./docs/tech/api/openapi.yml
cp ./frontend/docker/nginx-deployment/README.md ./files-from-repos/nginx-README.md cp ./frontend/docker/nginx-deployment/README.md ./files-from-repos/nginx-README.md
cp ./showcase-definition/assets/definition.zip ./files-from-repos/showcase-definition.zip cp ./showcase-definition/assets/definition.zip ./files-from-repos/showcase-definition.zip
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