From 8d80613f8e881b7d7828afdf52a5240d5e2fd6ab Mon Sep 17 00:00:00 2001 From: xdvora19 <xdvora19@fi.muni.cz> Date: Mon, 3 Jun 2024 05:24:44 +0200 Subject: [PATCH] minor fixes --- docs/index.md | 2 +- docs/tech/installation.md | 5 ++++- docs/tech/security.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 64d9290..6814266 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ Explore the technical documentation to gain a deeper understanding of the platfo Learn about the process of conducting tabletop exercises using the INJECT Exercise Platform. -- **[Inject Process]()**: A detailed guide on how to plan, execute, and evaluate tabletop exercises using INJECT Exercise Platform. +- **[Inject Process](INJECT_process/intro/overview.md)**: A detailed guide on how to plan, execute, and evaluate tabletop exercises using INJECT Exercise Platform. ## Additional Resources diff --git a/docs/tech/installation.md b/docs/tech/installation.md index dcad221..f2b0961 100644 --- a/docs/tech/installation.md +++ b/docs/tech/installation.md @@ -18,7 +18,7 @@ These requirements ensure that the backend server can handle data processing eff * Operating System: Debian (recommended) * [Docker](https://www.docker.com/) -* [Docker Compose](https://docs.docker.com/compose/) +* [Docker Compose](https://docs.docker.com/compose/) with recomended version v2.27.0 Make sure to install Docker and Docker Compose before proceeding with the installation. @@ -29,6 +29,9 @@ These files include all necessary configuration files, scripts, and the `.env` f {% include-markdown "../../files-from-repos/nginx-README.md" + start="--- +tags: used_in_docs +---" %} ## Conclusion diff --git a/docs/tech/security.md b/docs/tech/security.md index d366d93..2e65e4b 100644 --- a/docs/tech/security.md +++ b/docs/tech/security.md @@ -53,4 +53,4 @@ Instructors cannot create users with higher privileges. admin (admin can be crea - last name of the created user if you want to identify them later As a separator for the column, you can use either `,` or `;`. -An example of such a file can be downloaded [here]() \ No newline at end of file +An example of such a file can be downloaded [here](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/docs/tech/example_csv.csv?ref_type=heads&inline=false) \ No newline at end of file -- GitLab