From a770d933063d3653880826c89c360ab537e8b472 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 7 Feb 2025 09:10:29 +0100
Subject: [PATCH 1/4] Update 2 files

- /mkdocs.yml
- /docs.it4i/general/codeit4i.md
---
 docs.it4i/general/codeit4i.md | 20 ++++++++++++++++++++
 mkdocs.yml                    |  1 +
 2 files changed, 21 insertions(+)
 create mode 100644 docs.it4i/general/codeit4i.md

diff --git a/docs.it4i/general/codeit4i.md b/docs.it4i/general/codeit4i.md
new file mode 100644
index 00000000..73366791
--- /dev/null
+++ b/docs.it4i/general/codeit4i.md
@@ -0,0 +1,20 @@
+# Code.it4i.cz
+
+[code.it4i.cz][1] is a GitLab server maintained by IT4Innovations.
+It is available for all IT4I users and can be accessed via LDAP login credentials.
+
+It offers various tools including:
+
+* **Version control** - Control, track, and manage different versions of your project.
+
+* **Project management**
+
+* **Tasks management**
+
+* **Continuous integration / Continuous deployment** - automatically execute compilation scripts and test cases and distribute new versions of your code. See the [CI/CD section][a] for more information.
+
+* **IT4I documentation** - Participate on improving and expanding our documentation to help other users.
+
+[1]: https://code.it4i.cz/
+
+[a]: ./tools/cicd.md
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 5db6cf5f..1ef79993 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -113,6 +113,7 @@ nav:
         - HyperQueue: general/hyperqueue.md
 #      - Parallel Computing and MPI: general/karolina-mpi.md
     - Tools:
+        - CodeIT4I: general/codeit4i.md
         - CI/CD: general/tools/cicd.md
         - Data Sharing Tools: general/tools/tools-list.md
         - IT4I Portal Client: general/tools/portal-clients.md
-- 
GitLab


From d166945411cd74afb647686671fd45e5e9a68c6e Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 7 Feb 2025 10:33:45 +0100
Subject: [PATCH 2/4] Update file codeit4i.md

---
 docs.it4i/general/codeit4i.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/general/codeit4i.md b/docs.it4i/general/codeit4i.md
index 73366791..240d6d84 100644
--- a/docs.it4i/general/codeit4i.md
+++ b/docs.it4i/general/codeit4i.md
@@ -7,7 +7,7 @@ It offers various tools including:
 
 * **Version control** - Control, track, and manage different versions of your project.
 
-* **Project management**
+* **Project management** - Manage and collaborate on your projects.
 
 * **Tasks management**
 
-- 
GitLab


From bf3a773f4946800795d00c169a8c3a9f4bf7878d Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 7 Feb 2025 10:34:22 +0100
Subject: [PATCH 3/4] Update 2 files

- /docs.it4i/general/codeit4i.md
- /docs.it4i/general/tools/codeit4i.md
---
 docs.it4i/general/{ => tools}/codeit4i.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename docs.it4i/general/{ => tools}/codeit4i.md (94%)

diff --git a/docs.it4i/general/codeit4i.md b/docs.it4i/general/tools/codeit4i.md
similarity index 94%
rename from docs.it4i/general/codeit4i.md
rename to docs.it4i/general/tools/codeit4i.md
index 240d6d84..2f49bc04 100644
--- a/docs.it4i/general/codeit4i.md
+++ b/docs.it4i/general/tools/codeit4i.md
@@ -17,4 +17,4 @@ It offers various tools including:
 
 [1]: https://code.it4i.cz/
 
-[a]: ./tools/cicd.md
\ No newline at end of file
+[a]: cicd.md
\ No newline at end of file
-- 
GitLab


From 9722967ad03a40d2a9bf29b6fb6a1b98ebe55373 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 14 Feb 2025 08:06:02 +0100
Subject: [PATCH 4/4] Update file codeit4i.md

---
 docs.it4i/general/tools/codeit4i.md | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/docs.it4i/general/tools/codeit4i.md b/docs.it4i/general/tools/codeit4i.md
index 2f49bc04..493252c6 100644
--- a/docs.it4i/general/tools/codeit4i.md
+++ b/docs.it4i/general/tools/codeit4i.md
@@ -5,16 +5,27 @@ It is available for all IT4I users and can be accessed via LDAP login credential
 
 It offers various tools including:
 
-* **Version control** - Control, track, and manage different versions of your project.
+## Project Management
 
-* **Project management** - Manage and collaborate on your projects.
+Collaborate with teammates using built-in code review tools.
+Control, track, and manage different versions of your project.
+Manage access and permission rights for different roles within your project.
+Report, track, and manage bugs and feature requests within your projects.
+Maintain project-specific documentation directly within GitLab.
 
-* **Tasks management**
+For more detailed information see the [GitLab documentation][2].
 
-* **Continuous integration / Continuous deployment** - automatically execute compilation scripts and test cases and distribute new versions of your code. See the [CI/CD section][a] for more information.
+## Continuous Integration / Continuous Deployment
 
-* **IT4I documentation** - Participate on improving and expanding our documentation to help other users.
+Automatically execute compilation scripts and test cases
+and distribute new versions of your code.
+See the [CI/CD section][a] for more information.
+
+## IT4I Documentation
+
+Participate on improving and expanding our documentation to help other users.
 
 [1]: https://code.it4i.cz/
+[2]: https://docs.gitlab.com/
 
-[a]: cicd.md
\ No newline at end of file
+[a]: cicd.md
-- 
GitLab