From bbbaccceed2b977f4eff518c75f4b91a9edc8f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vesel=C3=BD?= <xvesely4@fi.muni.cz> Date: Tue, 11 Feb 2025 12:15:38 +0100 Subject: [PATCH] * fix: commit stage, definitions importing --- .gitlab-ci.yml | 4 ++-- docs/INJECT_process/execute/overview.md | 2 +- docs/INJECT_process/prepare/overview.md | 6 +++--- docs/tech/installation/overview.md | 2 +- docs/tech/security.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06af9c7..2568e39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,12 +33,12 @@ commit_zip: - git config --global user.name "CI Bot" - git add files-from-repos/intro-definition.zip - git add files-from-repos/showcase-definition.zip - - git commit -m "Add authomatically deployment-files.zip" + - git commit -m "Add automatically deployment-files.zip" - git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:"$CI_PIPELINE_ID" -o ci.skip dependencies: - setup only: - - cidatel + - citadel build: stage: build diff --git a/docs/INJECT_process/execute/overview.md b/docs/INJECT_process/execute/overview.md index 2dc9452..896cf24 100644 --- a/docs/INJECT_process/execute/overview.md +++ b/docs/INJECT_process/execute/overview.md @@ -35,7 +35,7 @@ Here are some key tasks to keep in mind: <div class="navigation" markdown> - [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button } + [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button } </div> diff --git a/docs/INJECT_process/prepare/overview.md b/docs/INJECT_process/prepare/overview.md index f5f4f6e..3f1206c 100644 --- a/docs/INJECT_process/prepare/overview.md +++ b/docs/INJECT_process/prepare/overview.md @@ -29,7 +29,7 @@ However, there is an alternative option available: you can prepare content direc It is a great starting point. <div class="navigation" markdown> - [INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button } + [INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button } </div> - Then look at the definition details section: @@ -152,7 +152,7 @@ n. - You may use the showcase definition provided here: <div class="navigation" markdown> - [INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button } + [INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button } </div> 3. **Create an Exercise** @@ -177,7 +177,7 @@ n. experience.** <div class="navigation" markdown> - [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button } + [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button } </div> diff --git a/docs/tech/installation/overview.md b/docs/tech/installation/overview.md index 70f208d..ec6f518 100644 --- a/docs/tech/installation/overview.md +++ b/docs/tech/installation/overview.md @@ -67,7 +67,7 @@ If any errors occur, please refer to the [troubleshooting guides](./troubleshoot By following the installation guide, you'll be able to successfully set up and deploy the IXP. After completing the installation, -you may download this [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/intro-definition.zip?ref_type=heads&inline=false) +you may download this [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/intro-definition.zip?ref_type=heads&inline=false) and try to upload it to test the platform's functionality. If you encounter any bugs, diff --git a/docs/tech/security.md b/docs/tech/security.md index 1748a60..9232305 100644 --- a/docs/tech/security.md +++ b/docs/tech/security.md @@ -77,7 +77,7 @@ Admin can be created only by admin users. As a separator for the column, you can use either `,` or `;`. -An example of such a file can be [downloaded](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/docs/tech/example_csv.csv?ref_type=heads&inline=false). +An example of such a file can be [downloaded](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/docs/tech/example_csv.csv?ref_type=heads&inline=false). The CSV file can be also used for the bulk adding of a new tags. If the platform detects username (email) that already exists on the platform it skips the creation and sending of the credentials and -- GitLab