From 7ca0eeb9db814e8e430128b31268759561cf632f Mon Sep 17 00:00:00 2001 From: xdvora19 <xdvora19@fi.muni.cz> Date: Mon, 3 Jun 2024 15:49:01 +0200 Subject: [PATCH] add showcase def and fix zipper --- .gitlab-ci.yml | 4 +++- docs/INJECT_process/prepare/overview.md | 4 ++-- docs/tech/installation.md | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e2214a..39c307c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,9 @@ setup: script: - ./utilities.sh # Running the script to setup directories and copy files - mkdir -p files-from-repos - - zip -r -j ./files-from-repos/deployment-files.zip ./frontend/docker/nginx-deployment/ + - cd frontend/docker/nginx-deployment/ + - zip -r ../../../files-from-repos/deployment-files.zip . + - cd ../../../ artifacts: paths: - docs/tech diff --git a/docs/INJECT_process/prepare/overview.md b/docs/INJECT_process/prepare/overview.md index 680a140..b1a4524 100644 --- a/docs/INJECT_process/prepare/overview.md +++ b/docs/INJECT_process/prepare/overview.md @@ -25,11 +25,11 @@ However, there is an alternative option available: you can prepare content direc ## General Remarks - - Start with Examples: First of all, check the examples of definitions in GitLab. + - Start with Examples: First of all, check the example of definition in GitLab. It is a great starting point. <div class="NAVIGATION" markdown> - [INJECT Definition Examples](https://gitlab.fi.muni.cz/inject/backend/-/tree/main/definitions?ref_type=heads){ .md-button } + [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 } </div> - Iterate and Test: Iterate and test a lot to ensure the content is accurate and functional. diff --git a/docs/tech/installation.md b/docs/tech/installation.md index 5738f7f..26d8e75 100644 --- a/docs/tech/installation.md +++ b/docs/tech/installation.md @@ -41,6 +41,6 @@ tags: used_in_docs ## Conclusion -By following the installation guide, you'll be able to successfully set up and run the IXP. -If you encounter any bugs or require further assistance, don't hesitate to report them to us. -The [Report bugs](../report-bugs.md) includes instructions on how to report bugs. +By following the installation guide, you'll be able to successfully set up and run the IXP. After completing the installation, you may download this [showcase definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false) and try to upload it to test the platform's functionality. + +If you encounter any bugs or require further assistance, don't hesitate to report them to us. The [Report bugs](../report-bugs.md) page includes instructions on how to report bugs. \ No newline at end of file -- GitLab