From 99f9170296a57e46c6a9a7cee36059d7cbfb0b93 Mon Sep 17 00:00:00 2001
From: xdvora19 <xdvora19@fi.muni.cz>
Date: Mon, 3 Jun 2024 15:00:42 +0200
Subject: [PATCH] remove backend changelog from docs

---
 docs/index.md              | 2 +-
 docs/tech/tech_overview.md | 3 ---
 mkdocs.yml                 | 2 --
 utilities.sh               | 1 -
 4 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 1e9d163..7bbf486 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 0a0ba07..b14bcac 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 83c4411..2a9a179 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 b57d36e..8ff053b 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
-- 
GitLab