From 12cb3e04b3d024b0b5f87436cd0a46ed474ddf7a Mon Sep 17 00:00:00 2001 From: wep23441 <elizabeth.mamtsits@stfc.ac.uk> Date: Thu, 27 Mar 2025 11:58:06 +0100 Subject: [PATCH] new readmes --- case-5-docs/README.md | 11 +++++++++++ case-5-docs/README.rst | 7 +++---- case-6-all/README.md | 7 +++++++ 3 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 case-5-docs/README.md create mode 100644 case-6-all/README.md diff --git a/case-5-docs/README.md b/case-5-docs/README.md new file mode 100644 index 0000000..6c6722a --- /dev/null +++ b/case-5-docs/README.md @@ -0,0 +1,11 @@ +# Task Case 5 Docs + +In this task, you will be tasked with fixing the issues within the CI/CD pipeline and Python script. You will need to edit the files in the `case-5-docs/` directory and the corresponding CI jobs located in the `ci-configs/case-5-docs/` directory. + +**Your goal is to ensure that the pipeline runs successfully and your site is deployed using GitLab Pages, complete with the wizardly content you've crafted!** + +## Important Notes: +- **Donβt forget** to uncomment the corresponding case section in the `.gitlab-ci.yml` file. +- Ensure that the correct stages are specified in the configuration files. + +Good luck, wizard! π§ββοΈβ¨ diff --git a/case-5-docs/README.rst b/case-5-docs/README.rst index 48bf455..a8e6776 100644 --- a/case-5-docs/README.rst +++ b/case-5-docs/README.rst @@ -1,5 +1,4 @@ -Lumache -======= +ArcaneAlchemy +============== -**Lumache** (/lu'make/) is a Python library for cooks and food lovers that -creates recipes mixing random ingredients. \ No newline at end of file +**ArcaneAlchemy** (/ar-kane-al-ke-mee/) is an enchanted Python library designed for spellcasters, potion masters, and alchemists alike. It weaves random ingredients into mystical recipes, unlocking powerful flavors and concoctions with every spell cast. diff --git a/case-6-all/README.md b/case-6-all/README.md new file mode 100644 index 0000000..2ecdac9 --- /dev/null +++ b/case-6-all/README.md @@ -0,0 +1,7 @@ +# Final Challenge: Put Everything Together! π + +Congratulations on reaching this stage! Now that everything is working, itβs time to take it to the next level. I challenge you to combine as many stages, jobs, and configurations as you want. With everything set up, it should be smooth sailing, right? π€ + +Feel free to add more stages or jobs, customize the pipeline to your liking, and experiment with different setups. This is your opportunity to get creative and make the pipeline truly yours. + +Good luck, and may your pipeline run smoothly and efficiently! π -- GitLab