From 891c93436e78159a48a2d85a97a71209d50eb779 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Fri, 14 Feb 2025 08:09:26 +0100 Subject: [PATCH] Update 2 files --- docs.it4i/general/tools/codeit4i.md | 31 +++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 32 insertions(+) create mode 100644 docs.it4i/general/tools/codeit4i.md diff --git a/docs.it4i/general/tools/codeit4i.md b/docs.it4i/general/tools/codeit4i.md new file mode 100644 index 00000000..493252c6 --- /dev/null +++ b/docs.it4i/general/tools/codeit4i.md @@ -0,0 +1,31 @@ +# 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: + +## Project Management + +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. + +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. + +## 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 diff --git a/mkdocs.yml b/mkdocs.yml index 1438fe6a..de5b4616 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