diff --git a/docs/index.md b/docs/index.md index 1e9d163b12d204b226e064550c2a1eaee6f50752..7bbf4862c2233606528f0b1ba9a9d81a182aa245 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ the platform's architecture, APIs, security measures, and installation procedure - [API Documentation](tech/api/overview.md): Comprehensive documentation of the APIs provided by IXP, including RESTful APIs. - [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 diff --git a/docs/tech/tech_overview.md b/docs/tech/tech_overview.md index 0a0ba07b8313baa4939bd3f3c155005c1ed66167..b14bcac0b3461b820c3a835162b86e38032fc229 100644 --- a/docs/tech/tech_overview.md +++ b/docs/tech/tech_overview.md @@ -37,9 +37,6 @@ Each part of this section is designed to help developers, system administrators, - **[Definitions](architecture/definitions.md)**: 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. -- **[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 diff --git a/mkdocs.yml b/mkdocs.yml index 83c441188d7a1f26c24bede38bf118570722466a..2a9a179e3a84f3b3da6f1eaf9fd4ed6854a5fbf5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,13 +17,11 @@ nav: - System architecture: - Overview: tech/architecture/overview.md - Definition documentation: tech/architecture/definitions.md - - Backend changelog: tech/architecture/CHANGELOG.md - Authorization and User Management: tech/security.md - API Documentation: - Overview: tech/api/overview.md # - Graphql Documentation: tech/api/graphql-docs.md - Rest API documentation: tech/api/swagger-docs.md - - Backend changelog: tech/architecture/CHANGELOG.md - How to prepare an exercise?: - INJECT Process: INJECT_process/intro/overview.md - 01 Understand: diff --git a/utilities.sh b/utilities.sh index b57d36ed1b9004bd8d4866fb577b479f5c86a9f1..8ff053b936b27d7154d307248d2c5643b8a46d2a 100755 --- a/utilities.sh +++ b/utilities.sh @@ -13,7 +13,6 @@ mkdir -p files-from-repos # Copy files to the respective directories 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 ./frontend/docker/nginx-deployment/README.md ./files-from-repos/nginx-README.md cp ./showcase-definition/assets/definition.zip ./files-from-repos/showcase-definition.zip