From 8311e387cf13030a222f820bbb13b60fb1bed8b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss>
Date: Tue, 15 Oct 2024 17:09:01 +0200
Subject: [PATCH] Update mail address

---
 ZolaApp/.idea/.gitignore                             |  2 ++
 ZolaApp/.idea/dataSources                            |  1 +
 ZolaApp/.idea/material_theme_project_new.xml         | 12 ++++++++++++
 ZolaApp/.idea/vcs.xml                                |  1 +
 .../203_how-to-setup-your-development-environment.md |  3 ++-
 .../601_how-to-setup-your-development-environment.md |  3 ++-
 .../301_how-to-setup-your-development-environment.md |  3 ++-
 .../501_how-to-setup-your-development-environment.md |  3 ++-
 ZolaApp/content/get-started/2_quick-start.md         |  2 +-
 ZolaApp/content/user-doc/help/1001_faq.md            |  2 +-
 10 files changed, 26 insertions(+), 6 deletions(-)
 create mode 120000 ZolaApp/.idea/dataSources
 create mode 100644 ZolaApp/.idea/material_theme_project_new.xml

diff --git a/ZolaApp/.idea/.gitignore b/ZolaApp/.idea/.gitignore
index 13566b8..a9d7db9 100644
--- a/ZolaApp/.idea/.gitignore
+++ b/ZolaApp/.idea/.gitignore
@@ -6,3 +6,5 @@
 # Datasource local storage ignored files
 /dataSources/
 /dataSources.local.xml
+# GitHub Copilot persisted chat sessions
+/copilot/chatSessions
diff --git a/ZolaApp/.idea/dataSources b/ZolaApp/.idea/dataSources
new file mode 120000
index 0000000..dad593a
--- /dev/null
+++ b/ZolaApp/.idea/dataSources
@@ -0,0 +1 @@
+jetbrainsConfiguration/dataSources/
\ No newline at end of file
diff --git a/ZolaApp/.idea/material_theme_project_new.xml b/ZolaApp/.idea/material_theme_project_new.xml
new file mode 100644
index 0000000..16e830f
--- /dev/null
+++ b/ZolaApp/.idea/material_theme_project_new.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="MaterialThemeProjectNewConfig">
+    <option name="metadata">
+      <MTProjectMetadataState>
+        <option name="migrated" value="true" />
+        <option name="pristineConfig" value="false" />
+        <option name="userId" value="104e8585:19002424fea:-7ffe" />
+      </MTProjectMetadataState>
+    </option>
+  </component>
+</project>
\ No newline at end of file
diff --git a/ZolaApp/.idea/vcs.xml b/ZolaApp/.idea/vcs.xml
index 6c0b863..e2edd32 100644
--- a/ZolaApp/.idea/vcs.xml
+++ b/ZolaApp/.idea/vcs.xml
@@ -2,5 +2,6 @@
 <project version="4">
   <component name="VcsDirectoryMappings">
     <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+    <mapping directory="$PROJECT_DIR$/install" vcs="Git" />
   </component>
 </project>
\ No newline at end of file
diff --git a/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md
index 9c4e6f8..f6b8715 100644
--- a/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md
@@ -85,7 +85,8 @@ store configuration information that can be changed without modifying the code.
 To use environment variables on your development machine, you need the `.env.keys` file in addition of the `.env.vault`
 file present in the repository.
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ### Decrypting the environment variables
 
diff --git a/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md
index b2e1abe..fc61cf1 100644
--- a/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md
@@ -88,7 +88,8 @@ Set DOTENV_KEY on your server
 > npx dotenv-vault local decrypt dotenv://:key_1234@dotenv.local/vault/.env.vault?environment=development > .env.development
 ```
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ## Run the cli
 
diff --git a/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md
index 7b4c99a..983bcf1 100644
--- a/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md
@@ -94,7 +94,8 @@ Set DOTENV_KEY on your server
 > npx dotenv-vault local decrypt dotenv://:key_1234@dotenv.local/vault/.env.vault?environment=development > .env.development
 ```
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ## Run the cli
 
diff --git a/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md
index 797d254..f7d4a2f 100644
--- a/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md
@@ -88,7 +88,8 @@ Set DOTENV_KEY on your server
 > npx dotenv-vault local decrypt dotenv://:key_1234@dotenv.local/vault/.env.vault?environment=development > .env.development
 ```
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ## Run the cli
 
diff --git a/ZolaApp/content/get-started/2_quick-start.md b/ZolaApp/content/get-started/2_quick-start.md
index 78a9bc1..4257c01 100644
--- a/ZolaApp/content/get-started/2_quick-start.md
+++ b/ZolaApp/content/get-started/2_quick-start.md
@@ -85,7 +85,7 @@ the [contributing section](/dev-doc/contributing) of this site.
 
 ## Contacts / Developers {#contacts}
 
-* [Michaël Minelli](mailto:dojo@minelli.me): Main contact / Main developer
+* [Michaël Minelli](mailto:dojo@mail.minelli.swiss): Main contact / Main developer
 * [Orestis Malaspinas](mailto:orestis.malaspinas@hesge.ch): Project manager
 
 ## License
diff --git a/ZolaApp/content/user-doc/help/1001_faq.md b/ZolaApp/content/user-doc/help/1001_faq.md
index ab41188..bffaf37 100644
--- a/ZolaApp/content/user-doc/help/1001_faq.md
+++ b/ZolaApp/content/user-doc/help/1001_faq.md
@@ -41,5 +41,5 @@ This is ongoing work.
 
 Send an E-mail to:
 
-- About the code: [Michaël Minelli](mailto:dojo@minelli.me).
+- About the code: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).
 - About the project: [Orestis Malaspinas](mailto:orestis.malaspinas@hesge.ch)
-- 
GitLab