diff --git a/.github/workflows/build-deploy-website.yml b/.github/workflows/build-deploy-website.yml new file mode 100644 index 0000000..e24a57a --- /dev/null +++ b/.github/workflows/build-deploy-website.yml @@ -0,0 +1,21 @@ +name: build and deploy website +on: + push: + branches: + - gh_pages +permissions: + contents: write +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: 3.x + - uses: actions/cache@v2 + with: + key: ${{ github.ref }} + path: .cache + - run: pip install mkdocs-material + - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..617ef14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv +venv \ No newline at end of file diff --git a/docs/2022.png b/docs/2022.png new file mode 100644 index 0000000..565744b Binary files /dev/null and b/docs/2022.png differ diff --git a/2022/Days/CICD/Jenkins/Pipeline/Dockerfile b/docs/2022/CICD/Jenkins/Pipeline/Dockerfile similarity index 100% rename from 2022/Days/CICD/Jenkins/Pipeline/Dockerfile rename to docs/2022/CICD/Jenkins/Pipeline/Dockerfile diff --git a/2022/Days/CICD/Jenkins/Pipeline/Jenkinsfile b/docs/2022/CICD/Jenkins/Pipeline/Jenkinsfile similarity index 100% rename from 2022/Days/CICD/Jenkins/Pipeline/Jenkinsfile rename to docs/2022/CICD/Jenkins/Pipeline/Jenkinsfile diff --git a/2022/Days/CICD/Jenkins/Pipeline/index.html b/docs/2022/CICD/Jenkins/Pipeline/index.html similarity index 100% rename from 2022/Days/CICD/Jenkins/Pipeline/index.html rename to docs/2022/CICD/Jenkins/Pipeline/index.html diff --git a/2022/Days/CICD/Jenkins/jenkins-namespace.yml b/docs/2022/CICD/Jenkins/jenkins-namespace.yml similarity index 100% rename from 2022/Days/CICD/Jenkins/jenkins-namespace.yml rename to docs/2022/CICD/Jenkins/jenkins-namespace.yml diff --git a/2022/Days/CICD/Jenkins/jenkins-sa.yml b/docs/2022/CICD/Jenkins/jenkins-sa.yml similarity index 100% rename from 2022/Days/CICD/Jenkins/jenkins-sa.yml rename to docs/2022/CICD/Jenkins/jenkins-sa.yml diff --git a/2022/Days/CICD/Jenkins/jenkins-values.yml b/docs/2022/CICD/Jenkins/jenkins-values.yml similarity index 100% rename from 2022/Days/CICD/Jenkins/jenkins-values.yml rename to docs/2022/CICD/Jenkins/jenkins-values.yml diff --git a/2022/Days/CICD/Jenkins/jenkins-volume.yml b/docs/2022/CICD/Jenkins/jenkins-volume.yml similarity index 100% rename from 2022/Days/CICD/Jenkins/jenkins-volume.yml rename to docs/2022/CICD/Jenkins/jenkins-volume.yml diff --git a/2022/Days/CICD/Jenkins/steps.md b/docs/2022/CICD/Jenkins/steps.md similarity index 100% rename from 2022/Days/CICD/Jenkins/steps.md rename to docs/2022/CICD/Jenkins/steps.md diff --git a/2022/Days/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-parameters.json b/docs/2022/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-parameters.json similarity index 100% rename from 2022/Days/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-parameters.json rename to docs/2022/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-parameters.json diff --git a/2022/Days/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-template.json b/docs/2022/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-template.json similarity index 100% rename from 2022/Days/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-template.json rename to docs/2022/Cloud/01VirtualNetworking/Mod04_90DaysOfDevOps-vms-loop-template.json diff --git a/2022/Days/Cloud/01VirtualNetworking/Module4_90DaysOfDevOps.ps1 b/docs/2022/Cloud/01VirtualNetworking/Module4_90DaysOfDevOps.ps1 similarity index 100% rename from 2022/Days/Cloud/01VirtualNetworking/Module4_90DaysOfDevOps.ps1 rename to docs/2022/Cloud/01VirtualNetworking/Module4_90DaysOfDevOps.ps1 diff --git a/2022/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-parameters.json b/docs/2022/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-parameters.json similarity index 100% rename from 2022/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-parameters.json rename to docs/2022/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-parameters.json diff --git a/2022/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-template.json b/docs/2022/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-template.json similarity index 100% rename from 2022/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-template.json rename to docs/2022/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-template.json diff --git a/2022/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps.ps1 b/docs/2022/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps.ps1 similarity index 100% rename from 2022/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps.ps1 rename to docs/2022/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps.ps1 diff --git a/2022/Days/Cloud/03Storage/LICENSE b/docs/2022/Cloud/03Storage/LICENSE similarity index 100% rename from 2022/Days/Cloud/03Storage/LICENSE rename to docs/2022/Cloud/03Storage/LICENSE diff --git a/2022/Days/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-parameters.json b/docs/2022/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-parameters.json similarity index 100% rename from 2022/Days/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-parameters.json rename to docs/2022/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-parameters.json diff --git a/2022/Days/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-template.json b/docs/2022/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-template.json similarity index 100% rename from 2022/Days/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-template.json rename to docs/2022/Cloud/03Storage/Mod07_90DaysOfDevOps-vm-template.json diff --git a/2022/Days/Cloud/03Storage/Mod07_90DaysOfDevOps.ps1 b/docs/2022/Cloud/03Storage/Mod07_90DaysOfDevOps.ps1 similarity index 100% rename from 2022/Days/Cloud/03Storage/Mod07_90DaysOfDevOps.ps1 rename to docs/2022/Cloud/03Storage/Mod07_90DaysOfDevOps.ps1 diff --git a/2022/Days/Cloud/04Serverless/Mod09a_90DaysOfDevOps.ps1 b/docs/2022/Cloud/04Serverless/Mod09a_90DaysOfDevOps.ps1 similarity index 100% rename from 2022/Days/Cloud/04Serverless/Mod09a_90DaysOfDevOps.ps1 rename to docs/2022/Cloud/04Serverless/Mod09a_90DaysOfDevOps.ps1 diff --git a/2022/Days/Configmgmt/Vagrantfile b/docs/2022/Configmgmt/Vagrantfile similarity index 100% rename from 2022/Days/Configmgmt/Vagrantfile rename to docs/2022/Configmgmt/Vagrantfile diff --git a/2022/Days/Configmgmt/ansible-scenario1/playbook1.yml b/docs/2022/Configmgmt/ansible-scenario1/playbook1.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario1/playbook1.yml rename to docs/2022/Configmgmt/ansible-scenario1/playbook1.yml diff --git a/2022/Days/Configmgmt/ansible-scenario1/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario1/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario1/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario1/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario1/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario1/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario1/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario1/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario2/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario2/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario2/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario2/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario2/playbook2.yml b/docs/2022/Configmgmt/ansible-scenario2/playbook2.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario2/playbook2.yml rename to docs/2022/Configmgmt/ansible-scenario2/playbook2.yml diff --git a/2022/Days/Configmgmt/ansible-scenario2/tasks/apache2_install.yml b/docs/2022/Configmgmt/ansible-scenario2/tasks/apache2_install.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario2/tasks/apache2_install.yml rename to docs/2022/Configmgmt/ansible-scenario2/tasks/apache2_install.yml diff --git a/2022/Days/Configmgmt/ansible-scenario2/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario2/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario2/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario2/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario2/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario2/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario2/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario2/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario3/playbook3.yml b/docs/2022/Configmgmt/ansible-scenario3/playbook3.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/playbook3.yml rename to docs/2022/Configmgmt/ansible-scenario3/playbook3.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/.travis.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/.travis.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/.travis.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/.travis.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/README.md b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/README.md similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/README.md rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/README.md diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tasks/apache2_install.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tasks/apache2_install.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tasks/apache2_install.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tasks/apache2_install.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tests/inventory b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario3/roles/apache2/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario3/roles/apache2/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario3/roles/apache2/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario3/roles/apache2/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/playbook4.yml b/docs/2022/Configmgmt/ansible-scenario4/playbook4.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/playbook4.yml rename to docs/2022/Configmgmt/ansible-scenario4/playbook4.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/.travis.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/.travis.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/.travis.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/.travis.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/README.md b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/README.md similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/README.md rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/README.md diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tasks/apache2_install.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tasks/apache2_install.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tasks/apache2_install.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tasks/apache2_install.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tests/inventory b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/apache2/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/apache2/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/apache2/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/apache2/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/tasks/install_tools.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/tasks/install_tools.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/tasks/install_tools.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/tasks/install_tools.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/tests/inventory b/docs/2022/Configmgmt/ansible-scenario4/roles/common/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/common/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/common/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/common/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/common/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tasks/configure_nginx.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tasks/configure_nginx.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tasks/configure_nginx.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tasks/configure_nginx.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tasks/install_packages.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tasks/install_packages.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tasks/install_packages.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tasks/install_packages.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/templates/mysite.j2 b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/templates/mysite.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/templates/mysite.j2 rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/templates/mysite.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tests/inventory b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario4/roles/nginx/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario4/roles/nginx/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario4/roles/nginx/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario4/roles/nginx/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/facts.json b/docs/2022/Configmgmt/ansible-scenario5/facts.json similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/facts.json rename to docs/2022/Configmgmt/ansible-scenario5/facts.json diff --git a/2022/Days/Configmgmt/ansible-scenario5/mysite.j2 b/docs/2022/Configmgmt/ansible-scenario5/mysite.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/mysite.j2 rename to docs/2022/Configmgmt/ansible-scenario5/mysite.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario5/playbook5.yml b/docs/2022/Configmgmt/ansible-scenario5/playbook5.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/playbook5.yml rename to docs/2022/Configmgmt/ansible-scenario5/playbook5.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/.travis.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/.travis.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/.travis.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/.travis.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/README.md b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/README.md similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/README.md rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/README.md diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tasks/apache2_install.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tasks/apache2_install.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tasks/apache2_install.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tasks/apache2_install.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tests/inventory b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/apache2/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/apache2/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/apache2/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/apache2/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/tasks/install_tools.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/tasks/install_tools.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/tasks/install_tools.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/tasks/install_tools.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/tests/inventory b/docs/2022/Configmgmt/ansible-scenario5/roles/common/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/common/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/common/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/common/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/common/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tasks/configure_nginx.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tasks/configure_nginx.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tasks/configure_nginx.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tasks/configure_nginx.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tasks/install_packages.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tasks/install_packages.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tasks/install_packages.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tasks/install_packages.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/templates/mysite.j2 b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/templates/mysite.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/templates/mysite.j2 rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/templates/mysite.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tests/inventory b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario5/roles/nginx/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario5/roles/nginx/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario5/roles/nginx/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario5/roles/nginx/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/group_vars/all/common_variables.yml b/docs/2022/Configmgmt/ansible-scenario6/group_vars/all/common_variables.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/group_vars/all/common_variables.yml rename to docs/2022/Configmgmt/ansible-scenario6/group_vars/all/common_variables.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/playbook6.yml b/docs/2022/Configmgmt/ansible-scenario6/playbook6.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/playbook6.yml rename to docs/2022/Configmgmt/ansible-scenario6/playbook6.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/.travis.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/.travis.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/.travis.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/.travis.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/README.md b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/README.md similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/README.md rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/README.md diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tasks/apache2_install.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tasks/apache2_install.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tasks/apache2_install.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tasks/apache2_install.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tests/inventory b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/apache2/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/apache2/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/apache2/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/tasks/install_tools.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/tasks/install_tools.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/tasks/install_tools.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/tasks/install_tools.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/tests/inventory b/docs/2022/Configmgmt/ansible-scenario6/roles/common/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/common/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/common/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/common/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/common/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tasks/configure_nginx.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tasks/configure_nginx.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tasks/configure_nginx.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tasks/configure_nginx.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tasks/install_packages.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tasks/install_packages.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tasks/install_packages.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tasks/install_packages.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/templates/mysite.j2 b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/templates/mysite.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/templates/mysite.j2 rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/templates/mysite.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tests/inventory b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario6/roles/nginx/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario6/roles/nginx/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario6/roles/nginx/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario6/roles/nginx/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/group_vars/all/common_variables.yml b/docs/2022/Configmgmt/ansible-scenario7/group_vars/all/common_variables.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/group_vars/all/common_variables.yml rename to docs/2022/Configmgmt/ansible-scenario7/group_vars/all/common_variables.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/playbook7.yml b/docs/2022/Configmgmt/ansible-scenario7/playbook7.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/playbook7.yml rename to docs/2022/Configmgmt/ansible-scenario7/playbook7.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/.travis.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/.travis.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/.travis.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/.travis.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/README.md b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/README.md similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/README.md rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/README.md diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tasks/apache2_install.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tasks/apache2_install.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tasks/apache2_install.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tasks/apache2_install.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/templates/index.html.j2 b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/templates/index.html.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/templates/index.html.j2 rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/templates/index.html.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/templates/ports.conf.j2 b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/templates/ports.conf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/templates/ports.conf.j2 rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/templates/ports.conf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tests/inventory b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/apache2/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/apache2/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/apache2/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/tasks/install_tools.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/tasks/install_tools.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/tasks/install_tools.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/tasks/install_tools.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/tests/inventory b/docs/2022/Configmgmt/ansible-scenario7/roles/common/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/common/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/common/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/common/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/common/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/README.md b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/README.md similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/README.md rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/README.md diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tasks/install_mysql.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tasks/install_mysql.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tasks/install_mysql.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tasks/install_mysql.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tasks/setup_mysql.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tasks/setup_mysql.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tasks/setup_mysql.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tasks/setup_mysql.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/templates/my.cnf.j2 b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/templates/my.cnf.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/templates/my.cnf.j2 rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/templates/my.cnf.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tests/inventory b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/mysql/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/mysql/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/mysql/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/mysql/vars/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/defaults/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/defaults/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/defaults/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/defaults/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/handlers/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/handlers/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/handlers/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/handlers/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/meta/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/meta/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/meta/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/meta/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tasks/configure_nginx.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tasks/configure_nginx.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tasks/configure_nginx.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tasks/configure_nginx.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tasks/install_packages.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tasks/install_packages.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tasks/install_packages.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tasks/install_packages.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tasks/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tasks/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tasks/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tasks/main.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/templates/mysite.j2 b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/templates/mysite.j2 similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/templates/mysite.j2 rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/templates/mysite.j2 diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tests/inventory b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tests/inventory similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tests/inventory rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tests/inventory diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tests/test.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tests/test.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/tests/test.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/tests/test.yml diff --git a/2022/Days/Configmgmt/ansible-scenario7/roles/nginx/vars/main.yml b/docs/2022/Configmgmt/ansible-scenario7/roles/nginx/vars/main.yml similarity index 100% rename from 2022/Days/Configmgmt/ansible-scenario7/roles/nginx/vars/main.yml rename to docs/2022/Configmgmt/ansible-scenario7/roles/nginx/vars/main.yml diff --git a/2022/Days/Configmgmt/simple_play.yml b/docs/2022/Configmgmt/simple_play.yml similarity index 100% rename from 2022/Days/Configmgmt/simple_play.yml rename to docs/2022/Configmgmt/simple_play.yml diff --git a/2022/Days/Containers/.dockerignore b/docs/2022/Containers/.dockerignore similarity index 100% rename from 2022/Days/Containers/.dockerignore rename to docs/2022/Containers/.dockerignore diff --git a/2022/Days/Containers/Dockerfile b/docs/2022/Containers/Dockerfile similarity index 100% rename from 2022/Days/Containers/Dockerfile rename to docs/2022/Containers/Dockerfile diff --git a/2022/Days/Containers/elasticsearch-logstash-kibana/README.md b/docs/2022/Containers/elasticsearch-logstash-kibana/README.md similarity index 100% rename from 2022/Days/Containers/elasticsearch-logstash-kibana/README.md rename to docs/2022/Containers/elasticsearch-logstash-kibana/README.md diff --git a/2022/Days/Containers/elasticsearch-logstash-kibana/docker-compose.yml b/docs/2022/Containers/elasticsearch-logstash-kibana/docker-compose.yml similarity index 100% rename from 2022/Days/Containers/elasticsearch-logstash-kibana/docker-compose.yml rename to docs/2022/Containers/elasticsearch-logstash-kibana/docker-compose.yml diff --git a/2022/Days/Containers/elasticsearch-logstash-kibana/logstash/nginx.log b/docs/2022/Containers/elasticsearch-logstash-kibana/logstash/nginx.log similarity index 100% rename from 2022/Days/Containers/elasticsearch-logstash-kibana/logstash/nginx.log rename to docs/2022/Containers/elasticsearch-logstash-kibana/logstash/nginx.log diff --git a/2022/Days/Containers/elasticsearch-logstash-kibana/logstash/pipeline/logstash-nginx.config b/docs/2022/Containers/elasticsearch-logstash-kibana/logstash/pipeline/logstash-nginx.config similarity index 100% rename from 2022/Days/Containers/elasticsearch-logstash-kibana/logstash/pipeline/logstash-nginx.config rename to docs/2022/Containers/elasticsearch-logstash-kibana/logstash/pipeline/logstash-nginx.config diff --git a/2022/Days/Containers/my_wordpress/docker-compose.yaml b/docs/2022/Containers/my_wordpress/docker-compose.yaml similarity index 100% rename from 2022/Days/Containers/my_wordpress/docker-compose.yaml rename to docs/2022/Containers/my_wordpress/docker-compose.yaml diff --git a/2022/Days/Data/mysql-blueprint.yml b/docs/2022/Data/mysql-blueprint.yml similarity index 100% rename from 2022/Days/Data/mysql-blueprint.yml rename to docs/2022/Data/mysql-blueprint.yml diff --git a/2022/Days/Go/day11_example1.go b/docs/2022/Go/day11_example1.go similarity index 100% rename from 2022/Days/Go/day11_example1.go rename to docs/2022/Go/day11_example1.go diff --git a/2022/Days/Go/day11_example2.go b/docs/2022/Go/day11_example2.go similarity index 100% rename from 2022/Days/Go/day11_example2.go rename to docs/2022/Go/day11_example2.go diff --git a/2022/Days/Go/day11_example3.go b/docs/2022/Go/day11_example3.go similarity index 100% rename from 2022/Days/Go/day11_example3.go rename to docs/2022/Go/day11_example3.go diff --git a/2022/Days/Go/day11_example4.go b/docs/2022/Go/day11_example4.go similarity index 100% rename from 2022/Days/Go/day11_example4.go rename to docs/2022/Go/day11_example4.go diff --git a/2022/Days/Go/day12_example1.go b/docs/2022/Go/day12_example1.go similarity index 100% rename from 2022/Days/Go/day12_example1.go rename to docs/2022/Go/day12_example1.go diff --git a/2022/Days/Go/day12_example2.go b/docs/2022/Go/day12_example2.go similarity index 100% rename from 2022/Days/Go/day12_example2.go rename to docs/2022/Go/day12_example2.go diff --git a/2022/Days/Go/day12_example3.go b/docs/2022/Go/day12_example3.go similarity index 100% rename from 2022/Days/Go/day12_example3.go rename to docs/2022/Go/day12_example3.go diff --git a/2022/Days/Go/day12_example4.go b/docs/2022/Go/day12_example4.go similarity index 100% rename from 2022/Days/Go/day12_example4.go rename to docs/2022/Go/day12_example4.go diff --git a/2022/Days/Go/day13_example1.go b/docs/2022/Go/day13_example1.go similarity index 100% rename from 2022/Days/Go/day13_example1.go rename to docs/2022/Go/day13_example1.go diff --git a/2022/Days/Go/day13_example2.go b/docs/2022/Go/day13_example2.go similarity index 100% rename from 2022/Days/Go/day13_example2.go rename to docs/2022/Go/day13_example2.go diff --git a/2022/Days/Go/day13_example3.go b/docs/2022/Go/day13_example3.go similarity index 100% rename from 2022/Days/Go/day13_example3.go rename to docs/2022/Go/day13_example3.go diff --git a/2022/Days/Go/hello.go b/docs/2022/Go/hello.go similarity index 100% rename from 2022/Days/Go/hello.go rename to docs/2022/Go/hello.go diff --git a/2022/Days/Go/makefile b/docs/2022/Go/makefile similarity index 100% rename from 2022/Days/Go/makefile rename to docs/2022/Go/makefile diff --git a/2022/Days/IaC/Docker-Wordpress/docker-wordpress.tf b/docs/2022/IaC/Docker-Wordpress/docker-wordpress.tf similarity index 100% rename from 2022/Days/IaC/Docker-Wordpress/docker-wordpress.tf rename to docs/2022/IaC/Docker-Wordpress/docker-wordpress.tf diff --git a/2022/Days/IaC/Docker/docker.tf b/docs/2022/IaC/Docker/docker.tf similarity index 100% rename from 2022/Days/IaC/Docker/docker.tf rename to docs/2022/IaC/Docker/docker.tf diff --git a/2022/Days/IaC/Hello-world/main.tf b/docs/2022/IaC/Hello-world/main.tf similarity index 100% rename from 2022/Days/IaC/Hello-world/main.tf rename to docs/2022/IaC/Hello-world/main.tf diff --git a/2022/Days/IaC/Kubernetes/kubernetes.tf b/docs/2022/IaC/Kubernetes/kubernetes.tf similarity index 100% rename from 2022/Days/IaC/Kubernetes/kubernetes.tf rename to docs/2022/IaC/Kubernetes/kubernetes.tf diff --git a/2022/Days/IaC/Terratest/examples/instance.tf b/docs/2022/IaC/Terratest/examples/instance.tf similarity index 100% rename from 2022/Days/IaC/Terratest/examples/instance.tf rename to docs/2022/IaC/Terratest/examples/instance.tf diff --git a/2022/Days/IaC/Terratest/examples/output.tf b/docs/2022/IaC/Terratest/examples/output.tf similarity index 100% rename from 2022/Days/IaC/Terratest/examples/output.tf rename to docs/2022/IaC/Terratest/examples/output.tf diff --git a/2022/Days/IaC/Terratest/examples/provider.tf b/docs/2022/IaC/Terratest/examples/provider.tf similarity index 100% rename from 2022/Days/IaC/Terratest/examples/provider.tf rename to docs/2022/IaC/Terratest/examples/provider.tf diff --git a/2022/Days/IaC/Terratest/examples/securitygroup.tf b/docs/2022/IaC/Terratest/examples/securitygroup.tf similarity index 100% rename from 2022/Days/IaC/Terratest/examples/securitygroup.tf rename to docs/2022/IaC/Terratest/examples/securitygroup.tf diff --git a/2022/Days/IaC/Terratest/examples/terraform.tfvars b/docs/2022/IaC/Terratest/examples/terraform.tfvars similarity index 100% rename from 2022/Days/IaC/Terratest/examples/terraform.tfvars rename to docs/2022/IaC/Terratest/examples/terraform.tfvars diff --git a/2022/Days/IaC/Terratest/examples/vars.tf b/docs/2022/IaC/Terratest/examples/vars.tf similarity index 100% rename from 2022/Days/IaC/Terratest/examples/vars.tf rename to docs/2022/IaC/Terratest/examples/vars.tf diff --git a/2022/Days/IaC/Terratest/examples/versions.tf b/docs/2022/IaC/Terratest/examples/versions.tf similarity index 100% rename from 2022/Days/IaC/Terratest/examples/versions.tf rename to docs/2022/IaC/Terratest/examples/versions.tf diff --git a/2022/Days/IaC/Terratest/test/terraform_test.go b/docs/2022/IaC/Terratest/test/terraform_test.go similarity index 100% rename from 2022/Days/IaC/Terratest/test/terraform_test.go rename to docs/2022/IaC/Terratest/test/terraform_test.go diff --git a/2022/Days/IaC/Virtualbox/virtualbox.tf b/docs/2022/IaC/Virtualbox/virtualbox.tf similarity index 100% rename from 2022/Days/IaC/Virtualbox/virtualbox.tf rename to docs/2022/IaC/Virtualbox/virtualbox.tf diff --git a/2022/Days/Images/Day10_Go0.png b/docs/2022/Images/Day10_Go0.png similarity index 100% rename from 2022/Days/Images/Day10_Go0.png rename to docs/2022/Images/Day10_Go0.png diff --git a/2022/Days/Images/Day10_Go0b.png b/docs/2022/Images/Day10_Go0b.png similarity index 100% rename from 2022/Days/Images/Day10_Go0b.png rename to docs/2022/Images/Day10_Go0b.png diff --git a/2022/Days/Images/Day10_Go1.png b/docs/2022/Images/Day10_Go1.png similarity index 100% rename from 2022/Days/Images/Day10_Go1.png rename to docs/2022/Images/Day10_Go1.png diff --git a/2022/Days/Images/Day10_Go2.png b/docs/2022/Images/Day10_Go2.png similarity index 100% rename from 2022/Days/Images/Day10_Go2.png rename to docs/2022/Images/Day10_Go2.png diff --git a/2022/Days/Images/Day10_Go3.png b/docs/2022/Images/Day10_Go3.png similarity index 100% rename from 2022/Days/Images/Day10_Go3.png rename to docs/2022/Images/Day10_Go3.png diff --git a/2022/Days/Images/Day10_Go4.png b/docs/2022/Images/Day10_Go4.png similarity index 100% rename from 2022/Days/Images/Day10_Go4.png rename to docs/2022/Images/Day10_Go4.png diff --git a/2022/Days/Images/Day10_Go5.png b/docs/2022/Images/Day10_Go5.png similarity index 100% rename from 2022/Days/Images/Day10_Go5.png rename to docs/2022/Images/Day10_Go5.png diff --git a/2022/Days/Images/Day10_Go6.png b/docs/2022/Images/Day10_Go6.png similarity index 100% rename from 2022/Days/Images/Day10_Go6.png rename to docs/2022/Images/Day10_Go6.png diff --git a/2022/Days/Images/Day10_Go7.png b/docs/2022/Images/Day10_Go7.png similarity index 100% rename from 2022/Days/Images/Day10_Go7.png rename to docs/2022/Images/Day10_Go7.png diff --git a/2022/Days/Images/Day10_Go8.png b/docs/2022/Images/Day10_Go8.png similarity index 100% rename from 2022/Days/Images/Day10_Go8.png rename to docs/2022/Images/Day10_Go8.png diff --git a/2022/Days/Images/Day10_Go9.png b/docs/2022/Images/Day10_Go9.png similarity index 100% rename from 2022/Days/Images/Day10_Go9.png rename to docs/2022/Images/Day10_Go9.png diff --git a/2022/Days/Images/Day11_Go1.png b/docs/2022/Images/Day11_Go1.png similarity index 100% rename from 2022/Days/Images/Day11_Go1.png rename to docs/2022/Images/Day11_Go1.png diff --git a/2022/Days/Images/Day11_Go2.png b/docs/2022/Images/Day11_Go2.png similarity index 100% rename from 2022/Days/Images/Day11_Go2.png rename to docs/2022/Images/Day11_Go2.png diff --git a/2022/Days/Images/Day11_Go3.png b/docs/2022/Images/Day11_Go3.png similarity index 100% rename from 2022/Days/Images/Day11_Go3.png rename to docs/2022/Images/Day11_Go3.png diff --git a/2022/Days/Images/Day12_Go1.png b/docs/2022/Images/Day12_Go1.png similarity index 100% rename from 2022/Days/Images/Day12_Go1.png rename to docs/2022/Images/Day12_Go1.png diff --git a/2022/Days/Images/Day12_Go2.png b/docs/2022/Images/Day12_Go2.png similarity index 100% rename from 2022/Days/Images/Day12_Go2.png rename to docs/2022/Images/Day12_Go2.png diff --git a/2022/Days/Images/Day12_Go3.png b/docs/2022/Images/Day12_Go3.png similarity index 100% rename from 2022/Days/Images/Day12_Go3.png rename to docs/2022/Images/Day12_Go3.png diff --git a/2022/Days/Images/Day12_Go4.png b/docs/2022/Images/Day12_Go4.png similarity index 100% rename from 2022/Days/Images/Day12_Go4.png rename to docs/2022/Images/Day12_Go4.png diff --git a/2022/Days/Images/Day13_Go1.png b/docs/2022/Images/Day13_Go1.png similarity index 100% rename from 2022/Days/Images/Day13_Go1.png rename to docs/2022/Images/Day13_Go1.png diff --git a/2022/Days/Images/Day13_Go2.png b/docs/2022/Images/Day13_Go2.png similarity index 100% rename from 2022/Days/Images/Day13_Go2.png rename to docs/2022/Images/Day13_Go2.png diff --git a/2022/Days/Images/Day13_Go3.png b/docs/2022/Images/Day13_Go3.png similarity index 100% rename from 2022/Days/Images/Day13_Go3.png rename to docs/2022/Images/Day13_Go3.png diff --git a/2022/Days/Images/Day13_Go4.png b/docs/2022/Images/Day13_Go4.png similarity index 100% rename from 2022/Days/Images/Day13_Go4.png rename to docs/2022/Images/Day13_Go4.png diff --git a/2022/Days/Images/Day13_Go5.png b/docs/2022/Images/Day13_Go5.png similarity index 100% rename from 2022/Days/Images/Day13_Go5.png rename to docs/2022/Images/Day13_Go5.png diff --git a/2022/Days/Images/Day13_Go6.png b/docs/2022/Images/Day13_Go6.png similarity index 100% rename from 2022/Days/Images/Day13_Go6.png rename to docs/2022/Images/Day13_Go6.png diff --git a/2022/Days/Images/Day13_Go7.png b/docs/2022/Images/Day13_Go7.png similarity index 100% rename from 2022/Days/Images/Day13_Go7.png rename to docs/2022/Images/Day13_Go7.png diff --git a/2022/Days/Images/Day13_Go8.png b/docs/2022/Images/Day13_Go8.png similarity index 100% rename from 2022/Days/Images/Day13_Go8.png rename to docs/2022/Images/Day13_Go8.png diff --git a/2022/Days/Images/Day13_Go9.png b/docs/2022/Images/Day13_Go9.png similarity index 100% rename from 2022/Days/Images/Day13_Go9.png rename to docs/2022/Images/Day13_Go9.png diff --git a/2022/Days/Images/Day14_Linux1.png b/docs/2022/Images/Day14_Linux1.png similarity index 100% rename from 2022/Days/Images/Day14_Linux1.png rename to docs/2022/Images/Day14_Linux1.png diff --git a/2022/Days/Images/Day14_Linux2.png b/docs/2022/Images/Day14_Linux2.png similarity index 100% rename from 2022/Days/Images/Day14_Linux2.png rename to docs/2022/Images/Day14_Linux2.png diff --git a/2022/Days/Images/Day14_Linux3.png b/docs/2022/Images/Day14_Linux3.png similarity index 100% rename from 2022/Days/Images/Day14_Linux3.png rename to docs/2022/Images/Day14_Linux3.png diff --git a/2022/Days/Images/Day14_Linux4.png b/docs/2022/Images/Day14_Linux4.png similarity index 100% rename from 2022/Days/Images/Day14_Linux4.png rename to docs/2022/Images/Day14_Linux4.png diff --git a/2022/Days/Images/Day14_Linux5.png b/docs/2022/Images/Day14_Linux5.png similarity index 100% rename from 2022/Days/Images/Day14_Linux5.png rename to docs/2022/Images/Day14_Linux5.png diff --git a/2022/Days/Images/Day15_Linux1.png b/docs/2022/Images/Day15_Linux1.png similarity index 100% rename from 2022/Days/Images/Day15_Linux1.png rename to docs/2022/Images/Day15_Linux1.png diff --git a/2022/Days/Images/Day15_Linux10.png b/docs/2022/Images/Day15_Linux10.png similarity index 100% rename from 2022/Days/Images/Day15_Linux10.png rename to docs/2022/Images/Day15_Linux10.png diff --git a/2022/Days/Images/Day15_Linux11.png b/docs/2022/Images/Day15_Linux11.png similarity index 100% rename from 2022/Days/Images/Day15_Linux11.png rename to docs/2022/Images/Day15_Linux11.png diff --git a/2022/Days/Images/Day15_Linux12.png b/docs/2022/Images/Day15_Linux12.png similarity index 100% rename from 2022/Days/Images/Day15_Linux12.png rename to docs/2022/Images/Day15_Linux12.png diff --git a/2022/Days/Images/Day15_Linux13.png b/docs/2022/Images/Day15_Linux13.png similarity index 100% rename from 2022/Days/Images/Day15_Linux13.png rename to docs/2022/Images/Day15_Linux13.png diff --git a/2022/Days/Images/Day15_Linux14.png b/docs/2022/Images/Day15_Linux14.png similarity index 100% rename from 2022/Days/Images/Day15_Linux14.png rename to docs/2022/Images/Day15_Linux14.png diff --git a/2022/Days/Images/Day15_Linux15.png b/docs/2022/Images/Day15_Linux15.png similarity index 100% rename from 2022/Days/Images/Day15_Linux15.png rename to docs/2022/Images/Day15_Linux15.png diff --git a/2022/Days/Images/Day15_Linux16.png b/docs/2022/Images/Day15_Linux16.png similarity index 100% rename from 2022/Days/Images/Day15_Linux16.png rename to docs/2022/Images/Day15_Linux16.png diff --git a/2022/Days/Images/Day15_Linux17.png b/docs/2022/Images/Day15_Linux17.png similarity index 100% rename from 2022/Days/Images/Day15_Linux17.png rename to docs/2022/Images/Day15_Linux17.png diff --git a/2022/Days/Images/Day15_Linux18.png b/docs/2022/Images/Day15_Linux18.png similarity index 100% rename from 2022/Days/Images/Day15_Linux18.png rename to docs/2022/Images/Day15_Linux18.png diff --git a/2022/Days/Images/Day15_Linux19.png b/docs/2022/Images/Day15_Linux19.png similarity index 100% rename from 2022/Days/Images/Day15_Linux19.png rename to docs/2022/Images/Day15_Linux19.png diff --git a/2022/Days/Images/Day15_Linux2.png b/docs/2022/Images/Day15_Linux2.png similarity index 100% rename from 2022/Days/Images/Day15_Linux2.png rename to docs/2022/Images/Day15_Linux2.png diff --git a/2022/Days/Images/Day15_Linux20.png b/docs/2022/Images/Day15_Linux20.png similarity index 100% rename from 2022/Days/Images/Day15_Linux20.png rename to docs/2022/Images/Day15_Linux20.png diff --git a/2022/Days/Images/Day15_Linux21.png b/docs/2022/Images/Day15_Linux21.png similarity index 100% rename from 2022/Days/Images/Day15_Linux21.png rename to docs/2022/Images/Day15_Linux21.png diff --git a/2022/Days/Images/Day15_Linux22.png b/docs/2022/Images/Day15_Linux22.png similarity index 100% rename from 2022/Days/Images/Day15_Linux22.png rename to docs/2022/Images/Day15_Linux22.png diff --git a/2022/Days/Images/Day15_Linux23.png b/docs/2022/Images/Day15_Linux23.png similarity index 100% rename from 2022/Days/Images/Day15_Linux23.png rename to docs/2022/Images/Day15_Linux23.png diff --git a/2022/Days/Images/Day15_Linux24.png b/docs/2022/Images/Day15_Linux24.png similarity index 100% rename from 2022/Days/Images/Day15_Linux24.png rename to docs/2022/Images/Day15_Linux24.png diff --git a/2022/Days/Images/Day15_Linux25.png b/docs/2022/Images/Day15_Linux25.png similarity index 100% rename from 2022/Days/Images/Day15_Linux25.png rename to docs/2022/Images/Day15_Linux25.png diff --git a/2022/Days/Images/Day15_Linux26.png b/docs/2022/Images/Day15_Linux26.png similarity index 100% rename from 2022/Days/Images/Day15_Linux26.png rename to docs/2022/Images/Day15_Linux26.png diff --git a/2022/Days/Images/Day15_Linux27.png b/docs/2022/Images/Day15_Linux27.png similarity index 100% rename from 2022/Days/Images/Day15_Linux27.png rename to docs/2022/Images/Day15_Linux27.png diff --git a/2022/Days/Images/Day15_Linux28.png b/docs/2022/Images/Day15_Linux28.png similarity index 100% rename from 2022/Days/Images/Day15_Linux28.png rename to docs/2022/Images/Day15_Linux28.png diff --git a/2022/Days/Images/Day15_Linux29.png b/docs/2022/Images/Day15_Linux29.png similarity index 100% rename from 2022/Days/Images/Day15_Linux29.png rename to docs/2022/Images/Day15_Linux29.png diff --git a/2022/Days/Images/Day15_Linux3.png b/docs/2022/Images/Day15_Linux3.png similarity index 100% rename from 2022/Days/Images/Day15_Linux3.png rename to docs/2022/Images/Day15_Linux3.png diff --git a/2022/Days/Images/Day15_Linux30.png b/docs/2022/Images/Day15_Linux30.png similarity index 100% rename from 2022/Days/Images/Day15_Linux30.png rename to docs/2022/Images/Day15_Linux30.png diff --git a/2022/Days/Images/Day15_Linux31.png b/docs/2022/Images/Day15_Linux31.png similarity index 100% rename from 2022/Days/Images/Day15_Linux31.png rename to docs/2022/Images/Day15_Linux31.png diff --git a/2022/Days/Images/Day15_Linux4.png b/docs/2022/Images/Day15_Linux4.png similarity index 100% rename from 2022/Days/Images/Day15_Linux4.png rename to docs/2022/Images/Day15_Linux4.png diff --git a/2022/Days/Images/Day15_Linux5.png b/docs/2022/Images/Day15_Linux5.png similarity index 100% rename from 2022/Days/Images/Day15_Linux5.png rename to docs/2022/Images/Day15_Linux5.png diff --git a/2022/Days/Images/Day15_Linux6.png b/docs/2022/Images/Day15_Linux6.png similarity index 100% rename from 2022/Days/Images/Day15_Linux6.png rename to docs/2022/Images/Day15_Linux6.png diff --git a/2022/Days/Images/Day15_Linux7.png b/docs/2022/Images/Day15_Linux7.png similarity index 100% rename from 2022/Days/Images/Day15_Linux7.png rename to docs/2022/Images/Day15_Linux7.png diff --git a/2022/Days/Images/Day15_Linux8.png b/docs/2022/Images/Day15_Linux8.png similarity index 100% rename from 2022/Days/Images/Day15_Linux8.png rename to docs/2022/Images/Day15_Linux8.png diff --git a/2022/Days/Images/Day15_Linux9.png b/docs/2022/Images/Day15_Linux9.png similarity index 100% rename from 2022/Days/Images/Day15_Linux9.png rename to docs/2022/Images/Day15_Linux9.png diff --git a/2022/Days/Images/Day16_Linux1.png b/docs/2022/Images/Day16_Linux1.png similarity index 100% rename from 2022/Days/Images/Day16_Linux1.png rename to docs/2022/Images/Day16_Linux1.png diff --git a/2022/Days/Images/Day16_Linux10.png b/docs/2022/Images/Day16_Linux10.png similarity index 100% rename from 2022/Days/Images/Day16_Linux10.png rename to docs/2022/Images/Day16_Linux10.png diff --git a/2022/Days/Images/Day16_Linux11.png b/docs/2022/Images/Day16_Linux11.png similarity index 100% rename from 2022/Days/Images/Day16_Linux11.png rename to docs/2022/Images/Day16_Linux11.png diff --git a/2022/Days/Images/Day16_Linux12.png b/docs/2022/Images/Day16_Linux12.png similarity index 100% rename from 2022/Days/Images/Day16_Linux12.png rename to docs/2022/Images/Day16_Linux12.png diff --git a/2022/Days/Images/Day16_Linux13.png b/docs/2022/Images/Day16_Linux13.png similarity index 100% rename from 2022/Days/Images/Day16_Linux13.png rename to docs/2022/Images/Day16_Linux13.png diff --git a/2022/Days/Images/Day16_Linux14.png b/docs/2022/Images/Day16_Linux14.png similarity index 100% rename from 2022/Days/Images/Day16_Linux14.png rename to docs/2022/Images/Day16_Linux14.png diff --git a/2022/Days/Images/Day16_Linux15.png b/docs/2022/Images/Day16_Linux15.png similarity index 100% rename from 2022/Days/Images/Day16_Linux15.png rename to docs/2022/Images/Day16_Linux15.png diff --git a/2022/Days/Images/Day16_Linux16.png b/docs/2022/Images/Day16_Linux16.png similarity index 100% rename from 2022/Days/Images/Day16_Linux16.png rename to docs/2022/Images/Day16_Linux16.png diff --git a/2022/Days/Images/Day16_Linux17.png b/docs/2022/Images/Day16_Linux17.png similarity index 100% rename from 2022/Days/Images/Day16_Linux17.png rename to docs/2022/Images/Day16_Linux17.png diff --git a/2022/Days/Images/Day16_Linux18.png b/docs/2022/Images/Day16_Linux18.png similarity index 100% rename from 2022/Days/Images/Day16_Linux18.png rename to docs/2022/Images/Day16_Linux18.png diff --git a/2022/Days/Images/Day16_Linux19.png b/docs/2022/Images/Day16_Linux19.png similarity index 100% rename from 2022/Days/Images/Day16_Linux19.png rename to docs/2022/Images/Day16_Linux19.png diff --git a/2022/Days/Images/Day16_Linux2.png b/docs/2022/Images/Day16_Linux2.png similarity index 100% rename from 2022/Days/Images/Day16_Linux2.png rename to docs/2022/Images/Day16_Linux2.png diff --git a/2022/Days/Images/Day16_Linux20.png b/docs/2022/Images/Day16_Linux20.png similarity index 100% rename from 2022/Days/Images/Day16_Linux20.png rename to docs/2022/Images/Day16_Linux20.png diff --git a/2022/Days/Images/Day16_Linux21.png b/docs/2022/Images/Day16_Linux21.png similarity index 100% rename from 2022/Days/Images/Day16_Linux21.png rename to docs/2022/Images/Day16_Linux21.png diff --git a/2022/Days/Images/Day16_Linux22.png b/docs/2022/Images/Day16_Linux22.png similarity index 100% rename from 2022/Days/Images/Day16_Linux22.png rename to docs/2022/Images/Day16_Linux22.png diff --git a/2022/Days/Images/Day16_Linux23.png b/docs/2022/Images/Day16_Linux23.png similarity index 100% rename from 2022/Days/Images/Day16_Linux23.png rename to docs/2022/Images/Day16_Linux23.png diff --git a/2022/Days/Images/Day16_Linux24.png b/docs/2022/Images/Day16_Linux24.png similarity index 100% rename from 2022/Days/Images/Day16_Linux24.png rename to docs/2022/Images/Day16_Linux24.png diff --git a/2022/Days/Images/Day16_Linux25.png b/docs/2022/Images/Day16_Linux25.png similarity index 100% rename from 2022/Days/Images/Day16_Linux25.png rename to docs/2022/Images/Day16_Linux25.png diff --git a/2022/Days/Images/Day16_Linux26.png b/docs/2022/Images/Day16_Linux26.png similarity index 100% rename from 2022/Days/Images/Day16_Linux26.png rename to docs/2022/Images/Day16_Linux26.png diff --git a/2022/Days/Images/Day16_Linux3.png b/docs/2022/Images/Day16_Linux3.png similarity index 100% rename from 2022/Days/Images/Day16_Linux3.png rename to docs/2022/Images/Day16_Linux3.png diff --git a/2022/Days/Images/Day16_Linux4.png b/docs/2022/Images/Day16_Linux4.png similarity index 100% rename from 2022/Days/Images/Day16_Linux4.png rename to docs/2022/Images/Day16_Linux4.png diff --git a/2022/Days/Images/Day16_Linux5.png b/docs/2022/Images/Day16_Linux5.png similarity index 100% rename from 2022/Days/Images/Day16_Linux5.png rename to docs/2022/Images/Day16_Linux5.png diff --git a/2022/Days/Images/Day16_Linux6.png b/docs/2022/Images/Day16_Linux6.png similarity index 100% rename from 2022/Days/Images/Day16_Linux6.png rename to docs/2022/Images/Day16_Linux6.png diff --git a/2022/Days/Images/Day16_Linux7.png b/docs/2022/Images/Day16_Linux7.png similarity index 100% rename from 2022/Days/Images/Day16_Linux7.png rename to docs/2022/Images/Day16_Linux7.png diff --git a/2022/Days/Images/Day16_Linux8.png b/docs/2022/Images/Day16_Linux8.png similarity index 100% rename from 2022/Days/Images/Day16_Linux8.png rename to docs/2022/Images/Day16_Linux8.png diff --git a/2022/Days/Images/Day16_Linux9.png b/docs/2022/Images/Day16_Linux9.png similarity index 100% rename from 2022/Days/Images/Day16_Linux9.png rename to docs/2022/Images/Day16_Linux9.png diff --git a/2022/Days/Images/Day17_Linux1.png b/docs/2022/Images/Day17_Linux1.png similarity index 100% rename from 2022/Days/Images/Day17_Linux1.png rename to docs/2022/Images/Day17_Linux1.png diff --git a/2022/Days/Images/Day17_Linux2.png b/docs/2022/Images/Day17_Linux2.png similarity index 100% rename from 2022/Days/Images/Day17_Linux2.png rename to docs/2022/Images/Day17_Linux2.png diff --git a/2022/Days/Images/Day17_Linux3.png b/docs/2022/Images/Day17_Linux3.png similarity index 100% rename from 2022/Days/Images/Day17_Linux3.png rename to docs/2022/Images/Day17_Linux3.png diff --git a/2022/Days/Images/Day17_Linux4.png b/docs/2022/Images/Day17_Linux4.png similarity index 100% rename from 2022/Days/Images/Day17_Linux4.png rename to docs/2022/Images/Day17_Linux4.png diff --git a/2022/Days/Images/Day17_Linux5.png b/docs/2022/Images/Day17_Linux5.png similarity index 100% rename from 2022/Days/Images/Day17_Linux5.png rename to docs/2022/Images/Day17_Linux5.png diff --git a/2022/Days/Images/Day17_Linux6.png b/docs/2022/Images/Day17_Linux6.png similarity index 100% rename from 2022/Days/Images/Day17_Linux6.png rename to docs/2022/Images/Day17_Linux6.png diff --git a/2022/Days/Images/Day17_Linux7.png b/docs/2022/Images/Day17_Linux7.png similarity index 100% rename from 2022/Days/Images/Day17_Linux7.png rename to docs/2022/Images/Day17_Linux7.png diff --git a/2022/Days/Images/Day17_Linux8.png b/docs/2022/Images/Day17_Linux8.png similarity index 100% rename from 2022/Days/Images/Day17_Linux8.png rename to docs/2022/Images/Day17_Linux8.png diff --git a/2022/Days/Images/Day18_Linux1.png b/docs/2022/Images/Day18_Linux1.png similarity index 100% rename from 2022/Days/Images/Day18_Linux1.png rename to docs/2022/Images/Day18_Linux1.png diff --git a/2022/Days/Images/Day18_Linux10.png b/docs/2022/Images/Day18_Linux10.png similarity index 100% rename from 2022/Days/Images/Day18_Linux10.png rename to docs/2022/Images/Day18_Linux10.png diff --git a/2022/Days/Images/Day18_Linux11.png b/docs/2022/Images/Day18_Linux11.png similarity index 100% rename from 2022/Days/Images/Day18_Linux11.png rename to docs/2022/Images/Day18_Linux11.png diff --git a/2022/Days/Images/Day18_Linux12.png b/docs/2022/Images/Day18_Linux12.png similarity index 100% rename from 2022/Days/Images/Day18_Linux12.png rename to docs/2022/Images/Day18_Linux12.png diff --git a/2022/Days/Images/Day18_Linux2.png b/docs/2022/Images/Day18_Linux2.png similarity index 100% rename from 2022/Days/Images/Day18_Linux2.png rename to docs/2022/Images/Day18_Linux2.png diff --git a/2022/Days/Images/Day18_Linux3.png b/docs/2022/Images/Day18_Linux3.png similarity index 100% rename from 2022/Days/Images/Day18_Linux3.png rename to docs/2022/Images/Day18_Linux3.png diff --git a/2022/Days/Images/Day18_Linux4.png b/docs/2022/Images/Day18_Linux4.png similarity index 100% rename from 2022/Days/Images/Day18_Linux4.png rename to docs/2022/Images/Day18_Linux4.png diff --git a/2022/Days/Images/Day18_Linux5.png b/docs/2022/Images/Day18_Linux5.png similarity index 100% rename from 2022/Days/Images/Day18_Linux5.png rename to docs/2022/Images/Day18_Linux5.png diff --git a/2022/Days/Images/Day18_Linux6.png b/docs/2022/Images/Day18_Linux6.png similarity index 100% rename from 2022/Days/Images/Day18_Linux6.png rename to docs/2022/Images/Day18_Linux6.png diff --git a/2022/Days/Images/Day18_Linux7.png b/docs/2022/Images/Day18_Linux7.png similarity index 100% rename from 2022/Days/Images/Day18_Linux7.png rename to docs/2022/Images/Day18_Linux7.png diff --git a/2022/Days/Images/Day18_Linux8.png b/docs/2022/Images/Day18_Linux8.png similarity index 100% rename from 2022/Days/Images/Day18_Linux8.png rename to docs/2022/Images/Day18_Linux8.png diff --git a/2022/Days/Images/Day18_Linux9.png b/docs/2022/Images/Day18_Linux9.png similarity index 100% rename from 2022/Days/Images/Day18_Linux9.png rename to docs/2022/Images/Day18_Linux9.png diff --git a/2022/Days/Images/Day19_Linux1.png b/docs/2022/Images/Day19_Linux1.png similarity index 100% rename from 2022/Days/Images/Day19_Linux1.png rename to docs/2022/Images/Day19_Linux1.png diff --git a/2022/Days/Images/Day19_Linux10.png b/docs/2022/Images/Day19_Linux10.png similarity index 100% rename from 2022/Days/Images/Day19_Linux10.png rename to docs/2022/Images/Day19_Linux10.png diff --git a/2022/Days/Images/Day19_Linux11.png b/docs/2022/Images/Day19_Linux11.png similarity index 100% rename from 2022/Days/Images/Day19_Linux11.png rename to docs/2022/Images/Day19_Linux11.png diff --git a/2022/Days/Images/Day19_Linux12.png b/docs/2022/Images/Day19_Linux12.png similarity index 100% rename from 2022/Days/Images/Day19_Linux12.png rename to docs/2022/Images/Day19_Linux12.png diff --git a/2022/Days/Images/Day19_Linux13.png b/docs/2022/Images/Day19_Linux13.png similarity index 100% rename from 2022/Days/Images/Day19_Linux13.png rename to docs/2022/Images/Day19_Linux13.png diff --git a/2022/Days/Images/Day19_Linux14.png b/docs/2022/Images/Day19_Linux14.png similarity index 100% rename from 2022/Days/Images/Day19_Linux14.png rename to docs/2022/Images/Day19_Linux14.png diff --git a/2022/Days/Images/Day19_Linux15.png b/docs/2022/Images/Day19_Linux15.png similarity index 100% rename from 2022/Days/Images/Day19_Linux15.png rename to docs/2022/Images/Day19_Linux15.png diff --git a/2022/Days/Images/Day19_Linux16.png b/docs/2022/Images/Day19_Linux16.png similarity index 100% rename from 2022/Days/Images/Day19_Linux16.png rename to docs/2022/Images/Day19_Linux16.png diff --git a/2022/Days/Images/Day19_Linux2.png b/docs/2022/Images/Day19_Linux2.png similarity index 100% rename from 2022/Days/Images/Day19_Linux2.png rename to docs/2022/Images/Day19_Linux2.png diff --git a/2022/Days/Images/Day19_Linux3.png b/docs/2022/Images/Day19_Linux3.png similarity index 100% rename from 2022/Days/Images/Day19_Linux3.png rename to docs/2022/Images/Day19_Linux3.png diff --git a/2022/Days/Images/Day19_Linux4.png b/docs/2022/Images/Day19_Linux4.png similarity index 100% rename from 2022/Days/Images/Day19_Linux4.png rename to docs/2022/Images/Day19_Linux4.png diff --git a/2022/Days/Images/Day19_Linux5.png b/docs/2022/Images/Day19_Linux5.png similarity index 100% rename from 2022/Days/Images/Day19_Linux5.png rename to docs/2022/Images/Day19_Linux5.png diff --git a/2022/Days/Images/Day19_Linux6.png b/docs/2022/Images/Day19_Linux6.png similarity index 100% rename from 2022/Days/Images/Day19_Linux6.png rename to docs/2022/Images/Day19_Linux6.png diff --git a/2022/Days/Images/Day19_Linux7.png b/docs/2022/Images/Day19_Linux7.png similarity index 100% rename from 2022/Days/Images/Day19_Linux7.png rename to docs/2022/Images/Day19_Linux7.png diff --git a/2022/Days/Images/Day19_Linux8.png b/docs/2022/Images/Day19_Linux8.png similarity index 100% rename from 2022/Days/Images/Day19_Linux8.png rename to docs/2022/Images/Day19_Linux8.png diff --git a/2022/Days/Images/Day19_Linux9.png b/docs/2022/Images/Day19_Linux9.png similarity index 100% rename from 2022/Days/Images/Day19_Linux9.png rename to docs/2022/Images/Day19_Linux9.png diff --git a/2022/Days/Images/Day20_Linux1.png b/docs/2022/Images/Day20_Linux1.png similarity index 100% rename from 2022/Days/Images/Day20_Linux1.png rename to docs/2022/Images/Day20_Linux1.png diff --git a/2022/Days/Images/Day20_Linux2.png b/docs/2022/Images/Day20_Linux2.png similarity index 100% rename from 2022/Days/Images/Day20_Linux2.png rename to docs/2022/Images/Day20_Linux2.png diff --git a/2022/Days/Images/Day20_Linux3.png b/docs/2022/Images/Day20_Linux3.png similarity index 100% rename from 2022/Days/Images/Day20_Linux3.png rename to docs/2022/Images/Day20_Linux3.png diff --git a/2022/Days/Images/Day20_Linux4.png b/docs/2022/Images/Day20_Linux4.png similarity index 100% rename from 2022/Days/Images/Day20_Linux4.png rename to docs/2022/Images/Day20_Linux4.png diff --git a/2022/Days/Images/Day20_Linux5.png b/docs/2022/Images/Day20_Linux5.png similarity index 100% rename from 2022/Days/Images/Day20_Linux5.png rename to docs/2022/Images/Day20_Linux5.png diff --git a/2022/Days/Images/Day20_Linux6.png b/docs/2022/Images/Day20_Linux6.png similarity index 100% rename from 2022/Days/Images/Day20_Linux6.png rename to docs/2022/Images/Day20_Linux6.png diff --git a/2022/Days/Images/Day20_Linux7.png b/docs/2022/Images/Day20_Linux7.png similarity index 100% rename from 2022/Days/Images/Day20_Linux7.png rename to docs/2022/Images/Day20_Linux7.png diff --git a/2022/Days/Images/Day20_Linux8.png b/docs/2022/Images/Day20_Linux8.png similarity index 100% rename from 2022/Days/Images/Day20_Linux8.png rename to docs/2022/Images/Day20_Linux8.png diff --git a/2022/Days/Images/Day20_YouTube.png b/docs/2022/Images/Day20_YouTube.png similarity index 100% rename from 2022/Days/Images/Day20_YouTube.png rename to docs/2022/Images/Day20_YouTube.png diff --git a/2022/Days/Images/Day21_Networking1.png b/docs/2022/Images/Day21_Networking1.png similarity index 100% rename from 2022/Days/Images/Day21_Networking1.png rename to docs/2022/Images/Day21_Networking1.png diff --git a/2022/Days/Images/Day21_Networking2.png b/docs/2022/Images/Day21_Networking2.png similarity index 100% rename from 2022/Days/Images/Day21_Networking2.png rename to docs/2022/Images/Day21_Networking2.png diff --git a/2022/Days/Images/Day21_Networking3.png b/docs/2022/Images/Day21_Networking3.png similarity index 100% rename from 2022/Days/Images/Day21_Networking3.png rename to docs/2022/Images/Day21_Networking3.png diff --git a/2022/Days/Images/Day21_Networking4.png b/docs/2022/Images/Day21_Networking4.png similarity index 100% rename from 2022/Days/Images/Day21_Networking4.png rename to docs/2022/Images/Day21_Networking4.png diff --git a/2022/Days/Images/Day21_Networking5.png b/docs/2022/Images/Day21_Networking5.png similarity index 100% rename from 2022/Days/Images/Day21_Networking5.png rename to docs/2022/Images/Day21_Networking5.png diff --git a/2022/Days/Images/Day22_Networking1.png b/docs/2022/Images/Day22_Networking1.png similarity index 100% rename from 2022/Days/Images/Day22_Networking1.png rename to docs/2022/Images/Day22_Networking1.png diff --git a/2022/Days/Images/Day22_Networking2.png b/docs/2022/Images/Day22_Networking2.png similarity index 100% rename from 2022/Days/Images/Day22_Networking2.png rename to docs/2022/Images/Day22_Networking2.png diff --git a/2022/Days/Images/Day22_Networking3.png b/docs/2022/Images/Day22_Networking3.png similarity index 100% rename from 2022/Days/Images/Day22_Networking3.png rename to docs/2022/Images/Day22_Networking3.png diff --git a/2022/Days/Images/Day22_Networking4.png b/docs/2022/Images/Day22_Networking4.png similarity index 100% rename from 2022/Days/Images/Day22_Networking4.png rename to docs/2022/Images/Day22_Networking4.png diff --git a/2022/Days/Images/Day22_Networking5.png b/docs/2022/Images/Day22_Networking5.png similarity index 100% rename from 2022/Days/Images/Day22_Networking5.png rename to docs/2022/Images/Day22_Networking5.png diff --git a/2022/Days/Images/Day22_Networking6.png b/docs/2022/Images/Day22_Networking6.png similarity index 100% rename from 2022/Days/Images/Day22_Networking6.png rename to docs/2022/Images/Day22_Networking6.png diff --git a/2022/Days/Images/Day22_Networking7.png b/docs/2022/Images/Day22_Networking7.png similarity index 100% rename from 2022/Days/Images/Day22_Networking7.png rename to docs/2022/Images/Day22_Networking7.png diff --git a/2022/Days/Images/Day22_Networking8.png b/docs/2022/Images/Day22_Networking8.png similarity index 100% rename from 2022/Days/Images/Day22_Networking8.png rename to docs/2022/Images/Day22_Networking8.png diff --git a/2022/Days/Images/Day23_Networking1.png b/docs/2022/Images/Day23_Networking1.png similarity index 100% rename from 2022/Days/Images/Day23_Networking1.png rename to docs/2022/Images/Day23_Networking1.png diff --git a/2022/Days/Images/Day23_Networking2.png b/docs/2022/Images/Day23_Networking2.png similarity index 100% rename from 2022/Days/Images/Day23_Networking2.png rename to docs/2022/Images/Day23_Networking2.png diff --git a/2022/Days/Images/Day23_Networking3.png b/docs/2022/Images/Day23_Networking3.png similarity index 100% rename from 2022/Days/Images/Day23_Networking3.png rename to docs/2022/Images/Day23_Networking3.png diff --git a/2022/Days/Images/Day23_Networking4.png b/docs/2022/Images/Day23_Networking4.png similarity index 100% rename from 2022/Days/Images/Day23_Networking4.png rename to docs/2022/Images/Day23_Networking4.png diff --git a/2022/Days/Images/Day23_Networking5.png b/docs/2022/Images/Day23_Networking5.png similarity index 100% rename from 2022/Days/Images/Day23_Networking5.png rename to docs/2022/Images/Day23_Networking5.png diff --git a/2022/Days/Images/Day23_Networking6.png b/docs/2022/Images/Day23_Networking6.png similarity index 100% rename from 2022/Days/Images/Day23_Networking6.png rename to docs/2022/Images/Day23_Networking6.png diff --git a/2022/Days/Images/Day23_Networking7.png b/docs/2022/Images/Day23_Networking7.png similarity index 100% rename from 2022/Days/Images/Day23_Networking7.png rename to docs/2022/Images/Day23_Networking7.png diff --git a/2022/Days/Images/Day23_Networking8.png b/docs/2022/Images/Day23_Networking8.png similarity index 100% rename from 2022/Days/Images/Day23_Networking8.png rename to docs/2022/Images/Day23_Networking8.png diff --git a/2022/Days/Images/Day23_Networking9.png b/docs/2022/Images/Day23_Networking9.png similarity index 100% rename from 2022/Days/Images/Day23_Networking9.png rename to docs/2022/Images/Day23_Networking9.png diff --git a/2022/Days/Images/Day25_Networking1.png b/docs/2022/Images/Day25_Networking1.png similarity index 100% rename from 2022/Days/Images/Day25_Networking1.png rename to docs/2022/Images/Day25_Networking1.png diff --git a/2022/Days/Images/Day25_Networking10.png b/docs/2022/Images/Day25_Networking10.png similarity index 100% rename from 2022/Days/Images/Day25_Networking10.png rename to docs/2022/Images/Day25_Networking10.png diff --git a/2022/Days/Images/Day25_Networking11.png b/docs/2022/Images/Day25_Networking11.png similarity index 100% rename from 2022/Days/Images/Day25_Networking11.png rename to docs/2022/Images/Day25_Networking11.png diff --git a/2022/Days/Images/Day25_Networking12.png b/docs/2022/Images/Day25_Networking12.png similarity index 100% rename from 2022/Days/Images/Day25_Networking12.png rename to docs/2022/Images/Day25_Networking12.png diff --git a/2022/Days/Images/Day25_Networking2.png b/docs/2022/Images/Day25_Networking2.png similarity index 100% rename from 2022/Days/Images/Day25_Networking2.png rename to docs/2022/Images/Day25_Networking2.png diff --git a/2022/Days/Images/Day25_Networking3.png b/docs/2022/Images/Day25_Networking3.png similarity index 100% rename from 2022/Days/Images/Day25_Networking3.png rename to docs/2022/Images/Day25_Networking3.png diff --git a/2022/Days/Images/Day25_Networking4.png b/docs/2022/Images/Day25_Networking4.png similarity index 100% rename from 2022/Days/Images/Day25_Networking4.png rename to docs/2022/Images/Day25_Networking4.png diff --git a/2022/Days/Images/Day25_Networking5.png b/docs/2022/Images/Day25_Networking5.png similarity index 100% rename from 2022/Days/Images/Day25_Networking5.png rename to docs/2022/Images/Day25_Networking5.png diff --git a/2022/Days/Images/Day25_Networking6.png b/docs/2022/Images/Day25_Networking6.png similarity index 100% rename from 2022/Days/Images/Day25_Networking6.png rename to docs/2022/Images/Day25_Networking6.png diff --git a/2022/Days/Images/Day25_Networking7.png b/docs/2022/Images/Day25_Networking7.png similarity index 100% rename from 2022/Days/Images/Day25_Networking7.png rename to docs/2022/Images/Day25_Networking7.png diff --git a/2022/Days/Images/Day25_Networking8.png b/docs/2022/Images/Day25_Networking8.png similarity index 100% rename from 2022/Days/Images/Day25_Networking8.png rename to docs/2022/Images/Day25_Networking8.png diff --git a/2022/Days/Images/Day25_Networking9.png b/docs/2022/Images/Day25_Networking9.png similarity index 100% rename from 2022/Days/Images/Day25_Networking9.png rename to docs/2022/Images/Day25_Networking9.png diff --git a/2022/Days/Images/Day26_Networking1.png b/docs/2022/Images/Day26_Networking1.png similarity index 100% rename from 2022/Days/Images/Day26_Networking1.png rename to docs/2022/Images/Day26_Networking1.png diff --git a/2022/Days/Images/Day26_Networking2.png b/docs/2022/Images/Day26_Networking2.png similarity index 100% rename from 2022/Days/Images/Day26_Networking2.png rename to docs/2022/Images/Day26_Networking2.png diff --git a/2022/Days/Images/Day26_Networking3.png b/docs/2022/Images/Day26_Networking3.png similarity index 100% rename from 2022/Days/Images/Day26_Networking3.png rename to docs/2022/Images/Day26_Networking3.png diff --git a/2022/Days/Images/Day26_Networking4.png b/docs/2022/Images/Day26_Networking4.png similarity index 100% rename from 2022/Days/Images/Day26_Networking4.png rename to docs/2022/Images/Day26_Networking4.png diff --git a/2022/Days/Images/Day26_Networking5.png b/docs/2022/Images/Day26_Networking5.png similarity index 100% rename from 2022/Days/Images/Day26_Networking5.png rename to docs/2022/Images/Day26_Networking5.png diff --git a/2022/Days/Images/Day26_Networking6.png b/docs/2022/Images/Day26_Networking6.png similarity index 100% rename from 2022/Days/Images/Day26_Networking6.png rename to docs/2022/Images/Day26_Networking6.png diff --git a/2022/Days/Images/Day26_Networking7.png b/docs/2022/Images/Day26_Networking7.png similarity index 100% rename from 2022/Days/Images/Day26_Networking7.png rename to docs/2022/Images/Day26_Networking7.png diff --git a/2022/Days/Images/Day26_Networking8.png b/docs/2022/Images/Day26_Networking8.png similarity index 100% rename from 2022/Days/Images/Day26_Networking8.png rename to docs/2022/Images/Day26_Networking8.png diff --git a/2022/Days/Images/Day27_Networking1.png b/docs/2022/Images/Day27_Networking1.png similarity index 100% rename from 2022/Days/Images/Day27_Networking1.png rename to docs/2022/Images/Day27_Networking1.png diff --git a/2022/Days/Images/Day27_Networking10.png b/docs/2022/Images/Day27_Networking10.png similarity index 100% rename from 2022/Days/Images/Day27_Networking10.png rename to docs/2022/Images/Day27_Networking10.png diff --git a/2022/Days/Images/Day27_Networking2.png b/docs/2022/Images/Day27_Networking2.png similarity index 100% rename from 2022/Days/Images/Day27_Networking2.png rename to docs/2022/Images/Day27_Networking2.png diff --git a/2022/Days/Images/Day27_Networking3.png b/docs/2022/Images/Day27_Networking3.png similarity index 100% rename from 2022/Days/Images/Day27_Networking3.png rename to docs/2022/Images/Day27_Networking3.png diff --git a/2022/Days/Images/Day27_Networking4.png b/docs/2022/Images/Day27_Networking4.png similarity index 100% rename from 2022/Days/Images/Day27_Networking4.png rename to docs/2022/Images/Day27_Networking4.png diff --git a/2022/Days/Images/Day27_Networking5.png b/docs/2022/Images/Day27_Networking5.png similarity index 100% rename from 2022/Days/Images/Day27_Networking5.png rename to docs/2022/Images/Day27_Networking5.png diff --git a/2022/Days/Images/Day27_Networking6.png b/docs/2022/Images/Day27_Networking6.png similarity index 100% rename from 2022/Days/Images/Day27_Networking6.png rename to docs/2022/Images/Day27_Networking6.png diff --git a/2022/Days/Images/Day27_Networking7.png b/docs/2022/Images/Day27_Networking7.png similarity index 100% rename from 2022/Days/Images/Day27_Networking7.png rename to docs/2022/Images/Day27_Networking7.png diff --git a/2022/Days/Images/Day27_Networking8.png b/docs/2022/Images/Day27_Networking8.png similarity index 100% rename from 2022/Days/Images/Day27_Networking8.png rename to docs/2022/Images/Day27_Networking8.png diff --git a/2022/Days/Images/Day27_Networking9.png b/docs/2022/Images/Day27_Networking9.png similarity index 100% rename from 2022/Days/Images/Day27_Networking9.png rename to docs/2022/Images/Day27_Networking9.png diff --git a/2022/Days/Images/Day28_Cloud1.png b/docs/2022/Images/Day28_Cloud1.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud1.png rename to docs/2022/Images/Day28_Cloud1.png diff --git a/2022/Days/Images/Day28_Cloud10.png b/docs/2022/Images/Day28_Cloud10.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud10.png rename to docs/2022/Images/Day28_Cloud10.png diff --git a/2022/Days/Images/Day28_Cloud2.png b/docs/2022/Images/Day28_Cloud2.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud2.png rename to docs/2022/Images/Day28_Cloud2.png diff --git a/2022/Days/Images/Day28_Cloud3.png b/docs/2022/Images/Day28_Cloud3.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud3.png rename to docs/2022/Images/Day28_Cloud3.png diff --git a/2022/Days/Images/Day28_Cloud4.png b/docs/2022/Images/Day28_Cloud4.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud4.png rename to docs/2022/Images/Day28_Cloud4.png diff --git a/2022/Days/Images/Day28_Cloud5.png b/docs/2022/Images/Day28_Cloud5.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud5.png rename to docs/2022/Images/Day28_Cloud5.png diff --git a/2022/Days/Images/Day28_Cloud6.png b/docs/2022/Images/Day28_Cloud6.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud6.png rename to docs/2022/Images/Day28_Cloud6.png diff --git a/2022/Days/Images/Day28_Cloud7.png b/docs/2022/Images/Day28_Cloud7.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud7.png rename to docs/2022/Images/Day28_Cloud7.png diff --git a/2022/Days/Images/Day28_Cloud8.png b/docs/2022/Images/Day28_Cloud8.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud8.png rename to docs/2022/Images/Day28_Cloud8.png diff --git a/2022/Days/Images/Day28_Cloud9.png b/docs/2022/Images/Day28_Cloud9.png similarity index 100% rename from 2022/Days/Images/Day28_Cloud9.png rename to docs/2022/Images/Day28_Cloud9.png diff --git a/2022/Days/Images/Day29_Cloud1.png b/docs/2022/Images/Day29_Cloud1.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud1.png rename to docs/2022/Images/Day29_Cloud1.png diff --git a/2022/Days/Images/Day29_Cloud10.png b/docs/2022/Images/Day29_Cloud10.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud10.png rename to docs/2022/Images/Day29_Cloud10.png diff --git a/2022/Days/Images/Day29_Cloud11.png b/docs/2022/Images/Day29_Cloud11.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud11.png rename to docs/2022/Images/Day29_Cloud11.png diff --git a/2022/Days/Images/Day29_Cloud2.png b/docs/2022/Images/Day29_Cloud2.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud2.png rename to docs/2022/Images/Day29_Cloud2.png diff --git a/2022/Days/Images/Day29_Cloud3.png b/docs/2022/Images/Day29_Cloud3.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud3.png rename to docs/2022/Images/Day29_Cloud3.png diff --git a/2022/Days/Images/Day29_Cloud4.png b/docs/2022/Images/Day29_Cloud4.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud4.png rename to docs/2022/Images/Day29_Cloud4.png diff --git a/2022/Days/Images/Day29_Cloud5.png b/docs/2022/Images/Day29_Cloud5.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud5.png rename to docs/2022/Images/Day29_Cloud5.png diff --git a/2022/Days/Images/Day29_Cloud6.png b/docs/2022/Images/Day29_Cloud6.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud6.png rename to docs/2022/Images/Day29_Cloud6.png diff --git a/2022/Days/Images/Day29_Cloud7.png b/docs/2022/Images/Day29_Cloud7.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud7.png rename to docs/2022/Images/Day29_Cloud7.png diff --git a/2022/Days/Images/Day29_Cloud8.png b/docs/2022/Images/Day29_Cloud8.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud8.png rename to docs/2022/Images/Day29_Cloud8.png diff --git a/2022/Days/Images/Day29_Cloud9.png b/docs/2022/Images/Day29_Cloud9.png similarity index 100% rename from 2022/Days/Images/Day29_Cloud9.png rename to docs/2022/Images/Day29_Cloud9.png diff --git a/2022/Days/Images/Day30_Cloud1.png b/docs/2022/Images/Day30_Cloud1.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud1.png rename to docs/2022/Images/Day30_Cloud1.png diff --git a/2022/Days/Images/Day30_Cloud10.png b/docs/2022/Images/Day30_Cloud10.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud10.png rename to docs/2022/Images/Day30_Cloud10.png diff --git a/2022/Days/Images/Day30_Cloud11.png b/docs/2022/Images/Day30_Cloud11.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud11.png rename to docs/2022/Images/Day30_Cloud11.png diff --git a/2022/Days/Images/Day30_Cloud12.png b/docs/2022/Images/Day30_Cloud12.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud12.png rename to docs/2022/Images/Day30_Cloud12.png diff --git a/2022/Days/Images/Day30_Cloud13.png b/docs/2022/Images/Day30_Cloud13.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud13.png rename to docs/2022/Images/Day30_Cloud13.png diff --git a/2022/Days/Images/Day30_Cloud14.png b/docs/2022/Images/Day30_Cloud14.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud14.png rename to docs/2022/Images/Day30_Cloud14.png diff --git a/2022/Days/Images/Day30_Cloud15.png b/docs/2022/Images/Day30_Cloud15.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud15.png rename to docs/2022/Images/Day30_Cloud15.png diff --git a/2022/Days/Images/Day30_Cloud16.png b/docs/2022/Images/Day30_Cloud16.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud16.png rename to docs/2022/Images/Day30_Cloud16.png diff --git a/2022/Days/Images/Day30_Cloud17.png b/docs/2022/Images/Day30_Cloud17.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud17.png rename to docs/2022/Images/Day30_Cloud17.png diff --git a/2022/Days/Images/Day30_Cloud2.png b/docs/2022/Images/Day30_Cloud2.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud2.png rename to docs/2022/Images/Day30_Cloud2.png diff --git a/2022/Days/Images/Day30_Cloud3.png b/docs/2022/Images/Day30_Cloud3.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud3.png rename to docs/2022/Images/Day30_Cloud3.png diff --git a/2022/Days/Images/Day30_Cloud4.png b/docs/2022/Images/Day30_Cloud4.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud4.png rename to docs/2022/Images/Day30_Cloud4.png diff --git a/2022/Days/Images/Day30_Cloud5.png b/docs/2022/Images/Day30_Cloud5.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud5.png rename to docs/2022/Images/Day30_Cloud5.png diff --git a/2022/Days/Images/Day30_Cloud6.png b/docs/2022/Images/Day30_Cloud6.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud6.png rename to docs/2022/Images/Day30_Cloud6.png diff --git a/2022/Days/Images/Day30_Cloud7.png b/docs/2022/Images/Day30_Cloud7.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud7.png rename to docs/2022/Images/Day30_Cloud7.png diff --git a/2022/Days/Images/Day30_Cloud8.png b/docs/2022/Images/Day30_Cloud8.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud8.png rename to docs/2022/Images/Day30_Cloud8.png diff --git a/2022/Days/Images/Day30_Cloud9.png b/docs/2022/Images/Day30_Cloud9.png similarity index 100% rename from 2022/Days/Images/Day30_Cloud9.png rename to docs/2022/Images/Day30_Cloud9.png diff --git a/2022/Days/Images/Day32_Cloud1.png b/docs/2022/Images/Day32_Cloud1.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud1.png rename to docs/2022/Images/Day32_Cloud1.png diff --git a/2022/Days/Images/Day32_Cloud10.png b/docs/2022/Images/Day32_Cloud10.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud10.png rename to docs/2022/Images/Day32_Cloud10.png diff --git a/2022/Days/Images/Day32_Cloud2.png b/docs/2022/Images/Day32_Cloud2.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud2.png rename to docs/2022/Images/Day32_Cloud2.png diff --git a/2022/Days/Images/Day32_Cloud3.png b/docs/2022/Images/Day32_Cloud3.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud3.png rename to docs/2022/Images/Day32_Cloud3.png diff --git a/2022/Days/Images/Day32_Cloud4.png b/docs/2022/Images/Day32_Cloud4.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud4.png rename to docs/2022/Images/Day32_Cloud4.png diff --git a/2022/Days/Images/Day32_Cloud5.png b/docs/2022/Images/Day32_Cloud5.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud5.png rename to docs/2022/Images/Day32_Cloud5.png diff --git a/2022/Days/Images/Day32_Cloud6.png b/docs/2022/Images/Day32_Cloud6.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud6.png rename to docs/2022/Images/Day32_Cloud6.png diff --git a/2022/Days/Images/Day32_Cloud7.png b/docs/2022/Images/Day32_Cloud7.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud7.png rename to docs/2022/Images/Day32_Cloud7.png diff --git a/2022/Days/Images/Day32_Cloud8.png b/docs/2022/Images/Day32_Cloud8.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud8.png rename to docs/2022/Images/Day32_Cloud8.png diff --git a/2022/Days/Images/Day32_Cloud9.png b/docs/2022/Images/Day32_Cloud9.png similarity index 100% rename from 2022/Days/Images/Day32_Cloud9.png rename to docs/2022/Images/Day32_Cloud9.png diff --git a/2022/Days/Images/Day33_Cloud1.png b/docs/2022/Images/Day33_Cloud1.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud1.png rename to docs/2022/Images/Day33_Cloud1.png diff --git a/2022/Days/Images/Day33_Cloud10.png b/docs/2022/Images/Day33_Cloud10.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud10.png rename to docs/2022/Images/Day33_Cloud10.png diff --git a/2022/Days/Images/Day33_Cloud2.png b/docs/2022/Images/Day33_Cloud2.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud2.png rename to docs/2022/Images/Day33_Cloud2.png diff --git a/2022/Days/Images/Day33_Cloud3.png b/docs/2022/Images/Day33_Cloud3.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud3.png rename to docs/2022/Images/Day33_Cloud3.png diff --git a/2022/Days/Images/Day33_Cloud4.png b/docs/2022/Images/Day33_Cloud4.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud4.png rename to docs/2022/Images/Day33_Cloud4.png diff --git a/2022/Days/Images/Day33_Cloud5.png b/docs/2022/Images/Day33_Cloud5.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud5.png rename to docs/2022/Images/Day33_Cloud5.png diff --git a/2022/Days/Images/Day33_Cloud6.png b/docs/2022/Images/Day33_Cloud6.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud6.png rename to docs/2022/Images/Day33_Cloud6.png diff --git a/2022/Days/Images/Day33_Cloud7.png b/docs/2022/Images/Day33_Cloud7.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud7.png rename to docs/2022/Images/Day33_Cloud7.png diff --git a/2022/Days/Images/Day33_Cloud8.png b/docs/2022/Images/Day33_Cloud8.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud8.png rename to docs/2022/Images/Day33_Cloud8.png diff --git a/2022/Days/Images/Day33_Cloud9.png b/docs/2022/Images/Day33_Cloud9.png similarity index 100% rename from 2022/Days/Images/Day33_Cloud9.png rename to docs/2022/Images/Day33_Cloud9.png diff --git a/2022/Days/Images/Day34_Cloud1.png b/docs/2022/Images/Day34_Cloud1.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud1.png rename to docs/2022/Images/Day34_Cloud1.png diff --git a/2022/Days/Images/Day34_Cloud10.png b/docs/2022/Images/Day34_Cloud10.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud10.png rename to docs/2022/Images/Day34_Cloud10.png diff --git a/2022/Days/Images/Day34_Cloud11.png b/docs/2022/Images/Day34_Cloud11.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud11.png rename to docs/2022/Images/Day34_Cloud11.png diff --git a/2022/Days/Images/Day34_Cloud12.png b/docs/2022/Images/Day34_Cloud12.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud12.png rename to docs/2022/Images/Day34_Cloud12.png diff --git a/2022/Days/Images/Day34_Cloud13.png b/docs/2022/Images/Day34_Cloud13.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud13.png rename to docs/2022/Images/Day34_Cloud13.png diff --git a/2022/Days/Images/Day34_Cloud14.png b/docs/2022/Images/Day34_Cloud14.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud14.png rename to docs/2022/Images/Day34_Cloud14.png diff --git a/2022/Days/Images/Day34_Cloud15.png b/docs/2022/Images/Day34_Cloud15.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud15.png rename to docs/2022/Images/Day34_Cloud15.png diff --git a/2022/Days/Images/Day34_Cloud16.png b/docs/2022/Images/Day34_Cloud16.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud16.png rename to docs/2022/Images/Day34_Cloud16.png diff --git a/2022/Days/Images/Day34_Cloud17.png b/docs/2022/Images/Day34_Cloud17.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud17.png rename to docs/2022/Images/Day34_Cloud17.png diff --git a/2022/Days/Images/Day34_Cloud18.png b/docs/2022/Images/Day34_Cloud18.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud18.png rename to docs/2022/Images/Day34_Cloud18.png diff --git a/2022/Days/Images/Day34_Cloud19.png b/docs/2022/Images/Day34_Cloud19.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud19.png rename to docs/2022/Images/Day34_Cloud19.png diff --git a/2022/Days/Images/Day34_Cloud2.png b/docs/2022/Images/Day34_Cloud2.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud2.png rename to docs/2022/Images/Day34_Cloud2.png diff --git a/2022/Days/Images/Day34_Cloud20.png b/docs/2022/Images/Day34_Cloud20.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud20.png rename to docs/2022/Images/Day34_Cloud20.png diff --git a/2022/Days/Images/Day34_Cloud21.png b/docs/2022/Images/Day34_Cloud21.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud21.png rename to docs/2022/Images/Day34_Cloud21.png diff --git a/2022/Days/Images/Day34_Cloud22.png b/docs/2022/Images/Day34_Cloud22.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud22.png rename to docs/2022/Images/Day34_Cloud22.png diff --git a/2022/Days/Images/Day34_Cloud23.png b/docs/2022/Images/Day34_Cloud23.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud23.png rename to docs/2022/Images/Day34_Cloud23.png diff --git a/2022/Days/Images/Day34_Cloud24.png b/docs/2022/Images/Day34_Cloud24.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud24.png rename to docs/2022/Images/Day34_Cloud24.png diff --git a/2022/Days/Images/Day34_Cloud25.png b/docs/2022/Images/Day34_Cloud25.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud25.png rename to docs/2022/Images/Day34_Cloud25.png diff --git a/2022/Days/Images/Day34_Cloud26.png b/docs/2022/Images/Day34_Cloud26.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud26.png rename to docs/2022/Images/Day34_Cloud26.png diff --git a/2022/Days/Images/Day34_Cloud27.png b/docs/2022/Images/Day34_Cloud27.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud27.png rename to docs/2022/Images/Day34_Cloud27.png diff --git a/2022/Days/Images/Day34_Cloud28.png b/docs/2022/Images/Day34_Cloud28.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud28.png rename to docs/2022/Images/Day34_Cloud28.png diff --git a/2022/Days/Images/Day34_Cloud29.png b/docs/2022/Images/Day34_Cloud29.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud29.png rename to docs/2022/Images/Day34_Cloud29.png diff --git a/2022/Days/Images/Day34_Cloud3.png b/docs/2022/Images/Day34_Cloud3.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud3.png rename to docs/2022/Images/Day34_Cloud3.png diff --git a/2022/Days/Images/Day34_Cloud30.png b/docs/2022/Images/Day34_Cloud30.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud30.png rename to docs/2022/Images/Day34_Cloud30.png diff --git a/2022/Days/Images/Day34_Cloud31.png b/docs/2022/Images/Day34_Cloud31.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud31.png rename to docs/2022/Images/Day34_Cloud31.png diff --git a/2022/Days/Images/Day34_Cloud32.png b/docs/2022/Images/Day34_Cloud32.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud32.png rename to docs/2022/Images/Day34_Cloud32.png diff --git a/2022/Days/Images/Day34_Cloud33.png b/docs/2022/Images/Day34_Cloud33.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud33.png rename to docs/2022/Images/Day34_Cloud33.png diff --git a/2022/Days/Images/Day34_Cloud34.png b/docs/2022/Images/Day34_Cloud34.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud34.png rename to docs/2022/Images/Day34_Cloud34.png diff --git a/2022/Days/Images/Day34_Cloud35.png b/docs/2022/Images/Day34_Cloud35.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud35.png rename to docs/2022/Images/Day34_Cloud35.png diff --git a/2022/Days/Images/Day34_Cloud36.png b/docs/2022/Images/Day34_Cloud36.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud36.png rename to docs/2022/Images/Day34_Cloud36.png diff --git a/2022/Days/Images/Day34_Cloud4.png b/docs/2022/Images/Day34_Cloud4.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud4.png rename to docs/2022/Images/Day34_Cloud4.png diff --git a/2022/Days/Images/Day34_Cloud5.png b/docs/2022/Images/Day34_Cloud5.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud5.png rename to docs/2022/Images/Day34_Cloud5.png diff --git a/2022/Days/Images/Day34_Cloud6.png b/docs/2022/Images/Day34_Cloud6.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud6.png rename to docs/2022/Images/Day34_Cloud6.png diff --git a/2022/Days/Images/Day34_Cloud7.png b/docs/2022/Images/Day34_Cloud7.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud7.png rename to docs/2022/Images/Day34_Cloud7.png diff --git a/2022/Days/Images/Day34_Cloud8.png b/docs/2022/Images/Day34_Cloud8.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud8.png rename to docs/2022/Images/Day34_Cloud8.png diff --git a/2022/Days/Images/Day34_Cloud9.png b/docs/2022/Images/Day34_Cloud9.png similarity index 100% rename from 2022/Days/Images/Day34_Cloud9.png rename to docs/2022/Images/Day34_Cloud9.png diff --git a/2022/Days/Images/Day35_Git1.png b/docs/2022/Images/Day35_Git1.png similarity index 100% rename from 2022/Days/Images/Day35_Git1.png rename to docs/2022/Images/Day35_Git1.png diff --git a/2022/Days/Images/Day35_Git10.png b/docs/2022/Images/Day35_Git10.png similarity index 100% rename from 2022/Days/Images/Day35_Git10.png rename to docs/2022/Images/Day35_Git10.png diff --git a/2022/Days/Images/Day35_Git11.png b/docs/2022/Images/Day35_Git11.png similarity index 100% rename from 2022/Days/Images/Day35_Git11.png rename to docs/2022/Images/Day35_Git11.png diff --git a/2022/Days/Images/Day35_Git12.png b/docs/2022/Images/Day35_Git12.png similarity index 100% rename from 2022/Days/Images/Day35_Git12.png rename to docs/2022/Images/Day35_Git12.png diff --git a/2022/Days/Images/Day35_Git13.png b/docs/2022/Images/Day35_Git13.png similarity index 100% rename from 2022/Days/Images/Day35_Git13.png rename to docs/2022/Images/Day35_Git13.png diff --git a/2022/Days/Images/Day35_Git14.png b/docs/2022/Images/Day35_Git14.png similarity index 100% rename from 2022/Days/Images/Day35_Git14.png rename to docs/2022/Images/Day35_Git14.png diff --git a/2022/Days/Images/Day35_Git15.png b/docs/2022/Images/Day35_Git15.png similarity index 100% rename from 2022/Days/Images/Day35_Git15.png rename to docs/2022/Images/Day35_Git15.png diff --git a/2022/Days/Images/Day35_Git16.png b/docs/2022/Images/Day35_Git16.png similarity index 100% rename from 2022/Days/Images/Day35_Git16.png rename to docs/2022/Images/Day35_Git16.png diff --git a/2022/Days/Images/Day35_Git17.png b/docs/2022/Images/Day35_Git17.png similarity index 100% rename from 2022/Days/Images/Day35_Git17.png rename to docs/2022/Images/Day35_Git17.png diff --git a/2022/Days/Images/Day35_Git18.png b/docs/2022/Images/Day35_Git18.png similarity index 100% rename from 2022/Days/Images/Day35_Git18.png rename to docs/2022/Images/Day35_Git18.png diff --git a/2022/Days/Images/Day35_Git2.png b/docs/2022/Images/Day35_Git2.png similarity index 100% rename from 2022/Days/Images/Day35_Git2.png rename to docs/2022/Images/Day35_Git2.png diff --git a/2022/Days/Images/Day35_Git3.png b/docs/2022/Images/Day35_Git3.png similarity index 100% rename from 2022/Days/Images/Day35_Git3.png rename to docs/2022/Images/Day35_Git3.png diff --git a/2022/Days/Images/Day35_Git4.png b/docs/2022/Images/Day35_Git4.png similarity index 100% rename from 2022/Days/Images/Day35_Git4.png rename to docs/2022/Images/Day35_Git4.png diff --git a/2022/Days/Images/Day35_Git5.png b/docs/2022/Images/Day35_Git5.png similarity index 100% rename from 2022/Days/Images/Day35_Git5.png rename to docs/2022/Images/Day35_Git5.png diff --git a/2022/Days/Images/Day35_Git6.png b/docs/2022/Images/Day35_Git6.png similarity index 100% rename from 2022/Days/Images/Day35_Git6.png rename to docs/2022/Images/Day35_Git6.png diff --git a/2022/Days/Images/Day35_Git7.png b/docs/2022/Images/Day35_Git7.png similarity index 100% rename from 2022/Days/Images/Day35_Git7.png rename to docs/2022/Images/Day35_Git7.png diff --git a/2022/Days/Images/Day35_Git8.png b/docs/2022/Images/Day35_Git8.png similarity index 100% rename from 2022/Days/Images/Day35_Git8.png rename to docs/2022/Images/Day35_Git8.png diff --git a/2022/Days/Images/Day35_Git9.png b/docs/2022/Images/Day35_Git9.png similarity index 100% rename from 2022/Days/Images/Day35_Git9.png rename to docs/2022/Images/Day35_Git9.png diff --git a/2022/Days/Images/Day36_Git1.png b/docs/2022/Images/Day36_Git1.png similarity index 100% rename from 2022/Days/Images/Day36_Git1.png rename to docs/2022/Images/Day36_Git1.png diff --git a/2022/Days/Images/Day36_Git10.png b/docs/2022/Images/Day36_Git10.png similarity index 100% rename from 2022/Days/Images/Day36_Git10.png rename to docs/2022/Images/Day36_Git10.png diff --git a/2022/Days/Images/Day36_Git11.png b/docs/2022/Images/Day36_Git11.png similarity index 100% rename from 2022/Days/Images/Day36_Git11.png rename to docs/2022/Images/Day36_Git11.png diff --git a/2022/Days/Images/Day36_Git12.png b/docs/2022/Images/Day36_Git12.png similarity index 100% rename from 2022/Days/Images/Day36_Git12.png rename to docs/2022/Images/Day36_Git12.png diff --git a/2022/Days/Images/Day36_Git13.png b/docs/2022/Images/Day36_Git13.png similarity index 100% rename from 2022/Days/Images/Day36_Git13.png rename to docs/2022/Images/Day36_Git13.png diff --git a/2022/Days/Images/Day36_Git14.png b/docs/2022/Images/Day36_Git14.png similarity index 100% rename from 2022/Days/Images/Day36_Git14.png rename to docs/2022/Images/Day36_Git14.png diff --git a/2022/Days/Images/Day36_Git15.png b/docs/2022/Images/Day36_Git15.png similarity index 100% rename from 2022/Days/Images/Day36_Git15.png rename to docs/2022/Images/Day36_Git15.png diff --git a/2022/Days/Images/Day36_Git16.png b/docs/2022/Images/Day36_Git16.png similarity index 100% rename from 2022/Days/Images/Day36_Git16.png rename to docs/2022/Images/Day36_Git16.png diff --git a/2022/Days/Images/Day36_Git2.png b/docs/2022/Images/Day36_Git2.png similarity index 100% rename from 2022/Days/Images/Day36_Git2.png rename to docs/2022/Images/Day36_Git2.png diff --git a/2022/Days/Images/Day36_Git3.png b/docs/2022/Images/Day36_Git3.png similarity index 100% rename from 2022/Days/Images/Day36_Git3.png rename to docs/2022/Images/Day36_Git3.png diff --git a/2022/Days/Images/Day36_Git4.png b/docs/2022/Images/Day36_Git4.png similarity index 100% rename from 2022/Days/Images/Day36_Git4.png rename to docs/2022/Images/Day36_Git4.png diff --git a/2022/Days/Images/Day36_Git5.png b/docs/2022/Images/Day36_Git5.png similarity index 100% rename from 2022/Days/Images/Day36_Git5.png rename to docs/2022/Images/Day36_Git5.png diff --git a/2022/Days/Images/Day36_Git6.png b/docs/2022/Images/Day36_Git6.png similarity index 100% rename from 2022/Days/Images/Day36_Git6.png rename to docs/2022/Images/Day36_Git6.png diff --git a/2022/Days/Images/Day36_Git7.png b/docs/2022/Images/Day36_Git7.png similarity index 100% rename from 2022/Days/Images/Day36_Git7.png rename to docs/2022/Images/Day36_Git7.png diff --git a/2022/Days/Images/Day36_Git8.png b/docs/2022/Images/Day36_Git8.png similarity index 100% rename from 2022/Days/Images/Day36_Git8.png rename to docs/2022/Images/Day36_Git8.png diff --git a/2022/Days/Images/Day36_Git9.png b/docs/2022/Images/Day36_Git9.png similarity index 100% rename from 2022/Days/Images/Day36_Git9.png rename to docs/2022/Images/Day36_Git9.png diff --git a/2022/Days/Images/Day37_Git1.png b/docs/2022/Images/Day37_Git1.png similarity index 100% rename from 2022/Days/Images/Day37_Git1.png rename to docs/2022/Images/Day37_Git1.png diff --git a/2022/Days/Images/Day37_Git2.png b/docs/2022/Images/Day37_Git2.png similarity index 100% rename from 2022/Days/Images/Day37_Git2.png rename to docs/2022/Images/Day37_Git2.png diff --git a/2022/Days/Images/Day37_Git3.png b/docs/2022/Images/Day37_Git3.png similarity index 100% rename from 2022/Days/Images/Day37_Git3.png rename to docs/2022/Images/Day37_Git3.png diff --git a/2022/Days/Images/Day38_Git1.png b/docs/2022/Images/Day38_Git1.png similarity index 100% rename from 2022/Days/Images/Day38_Git1.png rename to docs/2022/Images/Day38_Git1.png diff --git a/2022/Days/Images/Day38_Git10.png b/docs/2022/Images/Day38_Git10.png similarity index 100% rename from 2022/Days/Images/Day38_Git10.png rename to docs/2022/Images/Day38_Git10.png diff --git a/2022/Days/Images/Day38_Git11.png b/docs/2022/Images/Day38_Git11.png similarity index 100% rename from 2022/Days/Images/Day38_Git11.png rename to docs/2022/Images/Day38_Git11.png diff --git a/2022/Days/Images/Day38_Git12.png b/docs/2022/Images/Day38_Git12.png similarity index 100% rename from 2022/Days/Images/Day38_Git12.png rename to docs/2022/Images/Day38_Git12.png diff --git a/2022/Days/Images/Day38_Git13.png b/docs/2022/Images/Day38_Git13.png similarity index 100% rename from 2022/Days/Images/Day38_Git13.png rename to docs/2022/Images/Day38_Git13.png diff --git a/2022/Days/Images/Day38_Git14.png b/docs/2022/Images/Day38_Git14.png similarity index 100% rename from 2022/Days/Images/Day38_Git14.png rename to docs/2022/Images/Day38_Git14.png diff --git a/2022/Days/Images/Day38_Git15.png b/docs/2022/Images/Day38_Git15.png similarity index 100% rename from 2022/Days/Images/Day38_Git15.png rename to docs/2022/Images/Day38_Git15.png diff --git a/2022/Days/Images/Day38_Git16.png b/docs/2022/Images/Day38_Git16.png similarity index 100% rename from 2022/Days/Images/Day38_Git16.png rename to docs/2022/Images/Day38_Git16.png diff --git a/2022/Days/Images/Day38_Git2.png b/docs/2022/Images/Day38_Git2.png similarity index 100% rename from 2022/Days/Images/Day38_Git2.png rename to docs/2022/Images/Day38_Git2.png diff --git a/2022/Days/Images/Day38_Git3.png b/docs/2022/Images/Day38_Git3.png similarity index 100% rename from 2022/Days/Images/Day38_Git3.png rename to docs/2022/Images/Day38_Git3.png diff --git a/2022/Days/Images/Day38_Git4.png b/docs/2022/Images/Day38_Git4.png similarity index 100% rename from 2022/Days/Images/Day38_Git4.png rename to docs/2022/Images/Day38_Git4.png diff --git a/2022/Days/Images/Day38_Git5.png b/docs/2022/Images/Day38_Git5.png similarity index 100% rename from 2022/Days/Images/Day38_Git5.png rename to docs/2022/Images/Day38_Git5.png diff --git a/2022/Days/Images/Day38_Git6.png b/docs/2022/Images/Day38_Git6.png similarity index 100% rename from 2022/Days/Images/Day38_Git6.png rename to docs/2022/Images/Day38_Git6.png diff --git a/2022/Days/Images/Day38_Git7.png b/docs/2022/Images/Day38_Git7.png similarity index 100% rename from 2022/Days/Images/Day38_Git7.png rename to docs/2022/Images/Day38_Git7.png diff --git a/2022/Days/Images/Day38_Git8.png b/docs/2022/Images/Day38_Git8.png similarity index 100% rename from 2022/Days/Images/Day38_Git8.png rename to docs/2022/Images/Day38_Git8.png diff --git a/2022/Days/Images/Day38_Git9.png b/docs/2022/Images/Day38_Git9.png similarity index 100% rename from 2022/Days/Images/Day38_Git9.png rename to docs/2022/Images/Day38_Git9.png diff --git a/2022/Days/Images/Day39_Git1.png b/docs/2022/Images/Day39_Git1.png similarity index 100% rename from 2022/Days/Images/Day39_Git1.png rename to docs/2022/Images/Day39_Git1.png diff --git a/2022/Days/Images/Day39_Git10.png b/docs/2022/Images/Day39_Git10.png similarity index 100% rename from 2022/Days/Images/Day39_Git10.png rename to docs/2022/Images/Day39_Git10.png diff --git a/2022/Days/Images/Day39_Git11.png b/docs/2022/Images/Day39_Git11.png similarity index 100% rename from 2022/Days/Images/Day39_Git11.png rename to docs/2022/Images/Day39_Git11.png diff --git a/2022/Days/Images/Day39_Git12.png b/docs/2022/Images/Day39_Git12.png similarity index 100% rename from 2022/Days/Images/Day39_Git12.png rename to docs/2022/Images/Day39_Git12.png diff --git a/2022/Days/Images/Day39_Git13.png b/docs/2022/Images/Day39_Git13.png similarity index 100% rename from 2022/Days/Images/Day39_Git13.png rename to docs/2022/Images/Day39_Git13.png diff --git a/2022/Days/Images/Day39_Git14.png b/docs/2022/Images/Day39_Git14.png similarity index 100% rename from 2022/Days/Images/Day39_Git14.png rename to docs/2022/Images/Day39_Git14.png diff --git a/2022/Days/Images/Day39_Git15.png b/docs/2022/Images/Day39_Git15.png similarity index 100% rename from 2022/Days/Images/Day39_Git15.png rename to docs/2022/Images/Day39_Git15.png diff --git a/2022/Days/Images/Day39_Git16.png b/docs/2022/Images/Day39_Git16.png similarity index 100% rename from 2022/Days/Images/Day39_Git16.png rename to docs/2022/Images/Day39_Git16.png diff --git a/2022/Days/Images/Day39_Git17.png b/docs/2022/Images/Day39_Git17.png similarity index 100% rename from 2022/Days/Images/Day39_Git17.png rename to docs/2022/Images/Day39_Git17.png diff --git a/2022/Days/Images/Day39_Git18.png b/docs/2022/Images/Day39_Git18.png similarity index 100% rename from 2022/Days/Images/Day39_Git18.png rename to docs/2022/Images/Day39_Git18.png diff --git a/2022/Days/Images/Day39_Git19.png b/docs/2022/Images/Day39_Git19.png similarity index 100% rename from 2022/Days/Images/Day39_Git19.png rename to docs/2022/Images/Day39_Git19.png diff --git a/2022/Days/Images/Day39_Git2.png b/docs/2022/Images/Day39_Git2.png similarity index 100% rename from 2022/Days/Images/Day39_Git2.png rename to docs/2022/Images/Day39_Git2.png diff --git a/2022/Days/Images/Day39_Git20.png b/docs/2022/Images/Day39_Git20.png similarity index 100% rename from 2022/Days/Images/Day39_Git20.png rename to docs/2022/Images/Day39_Git20.png diff --git a/2022/Days/Images/Day39_Git21.png b/docs/2022/Images/Day39_Git21.png similarity index 100% rename from 2022/Days/Images/Day39_Git21.png rename to docs/2022/Images/Day39_Git21.png diff --git a/2022/Days/Images/Day39_Git22.png b/docs/2022/Images/Day39_Git22.png similarity index 100% rename from 2022/Days/Images/Day39_Git22.png rename to docs/2022/Images/Day39_Git22.png diff --git a/2022/Days/Images/Day39_Git23.png b/docs/2022/Images/Day39_Git23.png similarity index 100% rename from 2022/Days/Images/Day39_Git23.png rename to docs/2022/Images/Day39_Git23.png diff --git a/2022/Days/Images/Day39_Git24.png b/docs/2022/Images/Day39_Git24.png similarity index 100% rename from 2022/Days/Images/Day39_Git24.png rename to docs/2022/Images/Day39_Git24.png diff --git a/2022/Days/Images/Day39_Git25.png b/docs/2022/Images/Day39_Git25.png similarity index 100% rename from 2022/Days/Images/Day39_Git25.png rename to docs/2022/Images/Day39_Git25.png diff --git a/2022/Days/Images/Day39_Git26.png b/docs/2022/Images/Day39_Git26.png similarity index 100% rename from 2022/Days/Images/Day39_Git26.png rename to docs/2022/Images/Day39_Git26.png diff --git a/2022/Days/Images/Day39_Git27.png b/docs/2022/Images/Day39_Git27.png similarity index 100% rename from 2022/Days/Images/Day39_Git27.png rename to docs/2022/Images/Day39_Git27.png diff --git a/2022/Days/Images/Day39_Git28.png b/docs/2022/Images/Day39_Git28.png similarity index 100% rename from 2022/Days/Images/Day39_Git28.png rename to docs/2022/Images/Day39_Git28.png diff --git a/2022/Days/Images/Day39_Git29.png b/docs/2022/Images/Day39_Git29.png similarity index 100% rename from 2022/Days/Images/Day39_Git29.png rename to docs/2022/Images/Day39_Git29.png diff --git a/2022/Days/Images/Day39_Git3.png b/docs/2022/Images/Day39_Git3.png similarity index 100% rename from 2022/Days/Images/Day39_Git3.png rename to docs/2022/Images/Day39_Git3.png diff --git a/2022/Days/Images/Day39_Git30.png b/docs/2022/Images/Day39_Git30.png similarity index 100% rename from 2022/Days/Images/Day39_Git30.png rename to docs/2022/Images/Day39_Git30.png diff --git a/2022/Days/Images/Day39_Git4.png b/docs/2022/Images/Day39_Git4.png similarity index 100% rename from 2022/Days/Images/Day39_Git4.png rename to docs/2022/Images/Day39_Git4.png diff --git a/2022/Days/Images/Day39_Git5.png b/docs/2022/Images/Day39_Git5.png similarity index 100% rename from 2022/Days/Images/Day39_Git5.png rename to docs/2022/Images/Day39_Git5.png diff --git a/2022/Days/Images/Day39_Git6.png b/docs/2022/Images/Day39_Git6.png similarity index 100% rename from 2022/Days/Images/Day39_Git6.png rename to docs/2022/Images/Day39_Git6.png diff --git a/2022/Days/Images/Day39_Git7.png b/docs/2022/Images/Day39_Git7.png similarity index 100% rename from 2022/Days/Images/Day39_Git7.png rename to docs/2022/Images/Day39_Git7.png diff --git a/2022/Days/Images/Day39_Git8.png b/docs/2022/Images/Day39_Git8.png similarity index 100% rename from 2022/Days/Images/Day39_Git8.png rename to docs/2022/Images/Day39_Git8.png diff --git a/2022/Days/Images/Day39_Git9.png b/docs/2022/Images/Day39_Git9.png similarity index 100% rename from 2022/Days/Images/Day39_Git9.png rename to docs/2022/Images/Day39_Git9.png diff --git a/2022/Days/Images/Day40_Git1.png b/docs/2022/Images/Day40_Git1.png similarity index 100% rename from 2022/Days/Images/Day40_Git1.png rename to docs/2022/Images/Day40_Git1.png diff --git a/2022/Days/Images/Day40_Git10.png b/docs/2022/Images/Day40_Git10.png similarity index 100% rename from 2022/Days/Images/Day40_Git10.png rename to docs/2022/Images/Day40_Git10.png diff --git a/2022/Days/Images/Day40_Git11.png b/docs/2022/Images/Day40_Git11.png similarity index 100% rename from 2022/Days/Images/Day40_Git11.png rename to docs/2022/Images/Day40_Git11.png diff --git a/2022/Days/Images/Day40_Git12.png b/docs/2022/Images/Day40_Git12.png similarity index 100% rename from 2022/Days/Images/Day40_Git12.png rename to docs/2022/Images/Day40_Git12.png diff --git a/2022/Days/Images/Day40_Git13.png b/docs/2022/Images/Day40_Git13.png similarity index 100% rename from 2022/Days/Images/Day40_Git13.png rename to docs/2022/Images/Day40_Git13.png diff --git a/2022/Days/Images/Day40_Git14.png b/docs/2022/Images/Day40_Git14.png similarity index 100% rename from 2022/Days/Images/Day40_Git14.png rename to docs/2022/Images/Day40_Git14.png diff --git a/2022/Days/Images/Day40_Git15.png b/docs/2022/Images/Day40_Git15.png similarity index 100% rename from 2022/Days/Images/Day40_Git15.png rename to docs/2022/Images/Day40_Git15.png diff --git a/2022/Days/Images/Day40_Git16.png b/docs/2022/Images/Day40_Git16.png similarity index 100% rename from 2022/Days/Images/Day40_Git16.png rename to docs/2022/Images/Day40_Git16.png diff --git a/2022/Days/Images/Day40_Git17.png b/docs/2022/Images/Day40_Git17.png similarity index 100% rename from 2022/Days/Images/Day40_Git17.png rename to docs/2022/Images/Day40_Git17.png diff --git a/2022/Days/Images/Day40_Git18.png b/docs/2022/Images/Day40_Git18.png similarity index 100% rename from 2022/Days/Images/Day40_Git18.png rename to docs/2022/Images/Day40_Git18.png diff --git a/2022/Days/Images/Day40_Git19.png b/docs/2022/Images/Day40_Git19.png similarity index 100% rename from 2022/Days/Images/Day40_Git19.png rename to docs/2022/Images/Day40_Git19.png diff --git a/2022/Days/Images/Day40_Git2.png b/docs/2022/Images/Day40_Git2.png similarity index 100% rename from 2022/Days/Images/Day40_Git2.png rename to docs/2022/Images/Day40_Git2.png diff --git a/2022/Days/Images/Day40_Git20.png b/docs/2022/Images/Day40_Git20.png similarity index 100% rename from 2022/Days/Images/Day40_Git20.png rename to docs/2022/Images/Day40_Git20.png diff --git a/2022/Days/Images/Day40_Git21.png b/docs/2022/Images/Day40_Git21.png similarity index 100% rename from 2022/Days/Images/Day40_Git21.png rename to docs/2022/Images/Day40_Git21.png diff --git a/2022/Days/Images/Day40_Git22.png b/docs/2022/Images/Day40_Git22.png similarity index 100% rename from 2022/Days/Images/Day40_Git22.png rename to docs/2022/Images/Day40_Git22.png diff --git a/2022/Days/Images/Day40_Git23.png b/docs/2022/Images/Day40_Git23.png similarity index 100% rename from 2022/Days/Images/Day40_Git23.png rename to docs/2022/Images/Day40_Git23.png diff --git a/2022/Days/Images/Day40_Git24.png b/docs/2022/Images/Day40_Git24.png similarity index 100% rename from 2022/Days/Images/Day40_Git24.png rename to docs/2022/Images/Day40_Git24.png diff --git a/2022/Days/Images/Day40_Git25.png b/docs/2022/Images/Day40_Git25.png similarity index 100% rename from 2022/Days/Images/Day40_Git25.png rename to docs/2022/Images/Day40_Git25.png diff --git a/2022/Days/Images/Day40_Git26.png b/docs/2022/Images/Day40_Git26.png similarity index 100% rename from 2022/Days/Images/Day40_Git26.png rename to docs/2022/Images/Day40_Git26.png diff --git a/2022/Days/Images/Day40_Git27.png b/docs/2022/Images/Day40_Git27.png similarity index 100% rename from 2022/Days/Images/Day40_Git27.png rename to docs/2022/Images/Day40_Git27.png diff --git a/2022/Days/Images/Day40_Git28.png b/docs/2022/Images/Day40_Git28.png similarity index 100% rename from 2022/Days/Images/Day40_Git28.png rename to docs/2022/Images/Day40_Git28.png diff --git a/2022/Days/Images/Day40_Git29.png b/docs/2022/Images/Day40_Git29.png similarity index 100% rename from 2022/Days/Images/Day40_Git29.png rename to docs/2022/Images/Day40_Git29.png diff --git a/2022/Days/Images/Day40_Git3.png b/docs/2022/Images/Day40_Git3.png similarity index 100% rename from 2022/Days/Images/Day40_Git3.png rename to docs/2022/Images/Day40_Git3.png diff --git a/2022/Days/Images/Day40_Git4.png b/docs/2022/Images/Day40_Git4.png similarity index 100% rename from 2022/Days/Images/Day40_Git4.png rename to docs/2022/Images/Day40_Git4.png diff --git a/2022/Days/Images/Day40_Git5.png b/docs/2022/Images/Day40_Git5.png similarity index 100% rename from 2022/Days/Images/Day40_Git5.png rename to docs/2022/Images/Day40_Git5.png diff --git a/2022/Days/Images/Day40_Git6.png b/docs/2022/Images/Day40_Git6.png similarity index 100% rename from 2022/Days/Images/Day40_Git6.png rename to docs/2022/Images/Day40_Git6.png diff --git a/2022/Days/Images/Day40_Git7.png b/docs/2022/Images/Day40_Git7.png similarity index 100% rename from 2022/Days/Images/Day40_Git7.png rename to docs/2022/Images/Day40_Git7.png diff --git a/2022/Days/Images/Day40_Git8.png b/docs/2022/Images/Day40_Git8.png similarity index 100% rename from 2022/Days/Images/Day40_Git8.png rename to docs/2022/Images/Day40_Git8.png diff --git a/2022/Days/Images/Day40_Git9.png b/docs/2022/Images/Day40_Git9.png similarity index 100% rename from 2022/Days/Images/Day40_Git9.png rename to docs/2022/Images/Day40_Git9.png diff --git a/2022/Days/Images/Day41_Git1.png b/docs/2022/Images/Day41_Git1.png similarity index 100% rename from 2022/Days/Images/Day41_Git1.png rename to docs/2022/Images/Day41_Git1.png diff --git a/2022/Days/Images/Day41_Git10.png b/docs/2022/Images/Day41_Git10.png similarity index 100% rename from 2022/Days/Images/Day41_Git10.png rename to docs/2022/Images/Day41_Git10.png diff --git a/2022/Days/Images/Day41_Git11.png b/docs/2022/Images/Day41_Git11.png similarity index 100% rename from 2022/Days/Images/Day41_Git11.png rename to docs/2022/Images/Day41_Git11.png diff --git a/2022/Days/Images/Day41_Git12.png b/docs/2022/Images/Day41_Git12.png similarity index 100% rename from 2022/Days/Images/Day41_Git12.png rename to docs/2022/Images/Day41_Git12.png diff --git a/2022/Days/Images/Day41_Git13.png b/docs/2022/Images/Day41_Git13.png similarity index 100% rename from 2022/Days/Images/Day41_Git13.png rename to docs/2022/Images/Day41_Git13.png diff --git a/2022/Days/Images/Day41_Git14.png b/docs/2022/Images/Day41_Git14.png similarity index 100% rename from 2022/Days/Images/Day41_Git14.png rename to docs/2022/Images/Day41_Git14.png diff --git a/2022/Days/Images/Day41_Git15.png b/docs/2022/Images/Day41_Git15.png similarity index 100% rename from 2022/Days/Images/Day41_Git15.png rename to docs/2022/Images/Day41_Git15.png diff --git a/2022/Days/Images/Day41_Git2.png b/docs/2022/Images/Day41_Git2.png similarity index 100% rename from 2022/Days/Images/Day41_Git2.png rename to docs/2022/Images/Day41_Git2.png diff --git a/2022/Days/Images/Day41_Git3.png b/docs/2022/Images/Day41_Git3.png similarity index 100% rename from 2022/Days/Images/Day41_Git3.png rename to docs/2022/Images/Day41_Git3.png diff --git a/2022/Days/Images/Day41_Git4.png b/docs/2022/Images/Day41_Git4.png similarity index 100% rename from 2022/Days/Images/Day41_Git4.png rename to docs/2022/Images/Day41_Git4.png diff --git a/2022/Days/Images/Day41_Git5.png b/docs/2022/Images/Day41_Git5.png similarity index 100% rename from 2022/Days/Images/Day41_Git5.png rename to docs/2022/Images/Day41_Git5.png diff --git a/2022/Days/Images/Day41_Git6.png b/docs/2022/Images/Day41_Git6.png similarity index 100% rename from 2022/Days/Images/Day41_Git6.png rename to docs/2022/Images/Day41_Git6.png diff --git a/2022/Days/Images/Day41_Git7.png b/docs/2022/Images/Day41_Git7.png similarity index 100% rename from 2022/Days/Images/Day41_Git7.png rename to docs/2022/Images/Day41_Git7.png diff --git a/2022/Days/Images/Day41_Git8.png b/docs/2022/Images/Day41_Git8.png similarity index 100% rename from 2022/Days/Images/Day41_Git8.png rename to docs/2022/Images/Day41_Git8.png diff --git a/2022/Days/Images/Day41_Git9.png b/docs/2022/Images/Day41_Git9.png similarity index 100% rename from 2022/Days/Images/Day41_Git9.png rename to docs/2022/Images/Day41_Git9.png diff --git a/2022/Days/Images/Day42_Containers1.png b/docs/2022/Images/Day42_Containers1.png similarity index 100% rename from 2022/Days/Images/Day42_Containers1.png rename to docs/2022/Images/Day42_Containers1.png diff --git a/2022/Days/Images/Day42_Containers2.png b/docs/2022/Images/Day42_Containers2.png similarity index 100% rename from 2022/Days/Images/Day42_Containers2.png rename to docs/2022/Images/Day42_Containers2.png diff --git a/2022/Days/Images/Day42_Containers3.png b/docs/2022/Images/Day42_Containers3.png similarity index 100% rename from 2022/Days/Images/Day42_Containers3.png rename to docs/2022/Images/Day42_Containers3.png diff --git a/2022/Days/Images/Day42_Containers4.png b/docs/2022/Images/Day42_Containers4.png similarity index 100% rename from 2022/Days/Images/Day42_Containers4.png rename to docs/2022/Images/Day42_Containers4.png diff --git a/2022/Days/Images/Day42_Containers5.png b/docs/2022/Images/Day42_Containers5.png similarity index 100% rename from 2022/Days/Images/Day42_Containers5.png rename to docs/2022/Images/Day42_Containers5.png diff --git a/2022/Days/Images/Day42_Containers6.png b/docs/2022/Images/Day42_Containers6.png similarity index 100% rename from 2022/Days/Images/Day42_Containers6.png rename to docs/2022/Images/Day42_Containers6.png diff --git a/2022/Days/Images/Day42_Containers7.png b/docs/2022/Images/Day42_Containers7.png similarity index 100% rename from 2022/Days/Images/Day42_Containers7.png rename to docs/2022/Images/Day42_Containers7.png diff --git a/2022/Days/Images/Day43_Containers1.png b/docs/2022/Images/Day43_Containers1.png similarity index 100% rename from 2022/Days/Images/Day43_Containers1.png rename to docs/2022/Images/Day43_Containers1.png diff --git a/2022/Days/Images/Day43_EnableWSL.png b/docs/2022/Images/Day43_EnableWSL.png similarity index 100% rename from 2022/Days/Images/Day43_EnableWSL.png rename to docs/2022/Images/Day43_EnableWSL.png diff --git a/2022/Days/Images/Day43_check.png b/docs/2022/Images/Day43_check.png similarity index 100% rename from 2022/Days/Images/Day43_check.png rename to docs/2022/Images/Day43_check.png diff --git a/2022/Days/Images/Day43_install.png b/docs/2022/Images/Day43_install.png similarity index 100% rename from 2022/Days/Images/Day43_install.png rename to docs/2022/Images/Day43_install.png diff --git a/2022/Days/Images/Day43_operatingSystem.png b/docs/2022/Images/Day43_operatingSystem.png similarity index 100% rename from 2022/Days/Images/Day43_operatingSystem.png rename to docs/2022/Images/Day43_operatingSystem.png diff --git a/2022/Days/Images/Day44_Containers1.png b/docs/2022/Images/Day44_Containers1.png similarity index 100% rename from 2022/Days/Images/Day44_Containers1.png rename to docs/2022/Images/Day44_Containers1.png diff --git a/2022/Days/Images/Day44_Containers10.png b/docs/2022/Images/Day44_Containers10.png similarity index 100% rename from 2022/Days/Images/Day44_Containers10.png rename to docs/2022/Images/Day44_Containers10.png diff --git a/2022/Days/Images/Day44_Containers11.png b/docs/2022/Images/Day44_Containers11.png similarity index 100% rename from 2022/Days/Images/Day44_Containers11.png rename to docs/2022/Images/Day44_Containers11.png diff --git a/2022/Days/Images/Day44_Containers12.png b/docs/2022/Images/Day44_Containers12.png similarity index 100% rename from 2022/Days/Images/Day44_Containers12.png rename to docs/2022/Images/Day44_Containers12.png diff --git a/2022/Days/Images/Day44_Containers13.png b/docs/2022/Images/Day44_Containers13.png similarity index 100% rename from 2022/Days/Images/Day44_Containers13.png rename to docs/2022/Images/Day44_Containers13.png diff --git a/2022/Days/Images/Day44_Containers14.png b/docs/2022/Images/Day44_Containers14.png similarity index 100% rename from 2022/Days/Images/Day44_Containers14.png rename to docs/2022/Images/Day44_Containers14.png diff --git a/2022/Days/Images/Day44_Containers15.png b/docs/2022/Images/Day44_Containers15.png similarity index 100% rename from 2022/Days/Images/Day44_Containers15.png rename to docs/2022/Images/Day44_Containers15.png diff --git a/2022/Days/Images/Day44_Containers16.png b/docs/2022/Images/Day44_Containers16.png similarity index 100% rename from 2022/Days/Images/Day44_Containers16.png rename to docs/2022/Images/Day44_Containers16.png diff --git a/2022/Days/Images/Day44_Containers17.png b/docs/2022/Images/Day44_Containers17.png similarity index 100% rename from 2022/Days/Images/Day44_Containers17.png rename to docs/2022/Images/Day44_Containers17.png diff --git a/2022/Days/Images/Day44_Containers18.png b/docs/2022/Images/Day44_Containers18.png similarity index 100% rename from 2022/Days/Images/Day44_Containers18.png rename to docs/2022/Images/Day44_Containers18.png diff --git a/2022/Days/Images/Day44_Containers19.png b/docs/2022/Images/Day44_Containers19.png similarity index 100% rename from 2022/Days/Images/Day44_Containers19.png rename to docs/2022/Images/Day44_Containers19.png diff --git a/2022/Days/Images/Day44_Containers2.png b/docs/2022/Images/Day44_Containers2.png similarity index 100% rename from 2022/Days/Images/Day44_Containers2.png rename to docs/2022/Images/Day44_Containers2.png diff --git a/2022/Days/Images/Day44_Containers20.png b/docs/2022/Images/Day44_Containers20.png similarity index 100% rename from 2022/Days/Images/Day44_Containers20.png rename to docs/2022/Images/Day44_Containers20.png diff --git a/2022/Days/Images/Day44_Containers21.png b/docs/2022/Images/Day44_Containers21.png similarity index 100% rename from 2022/Days/Images/Day44_Containers21.png rename to docs/2022/Images/Day44_Containers21.png diff --git a/2022/Days/Images/Day44_Containers22.png b/docs/2022/Images/Day44_Containers22.png similarity index 100% rename from 2022/Days/Images/Day44_Containers22.png rename to docs/2022/Images/Day44_Containers22.png diff --git a/2022/Days/Images/Day44_Containers23.png b/docs/2022/Images/Day44_Containers23.png similarity index 100% rename from 2022/Days/Images/Day44_Containers23.png rename to docs/2022/Images/Day44_Containers23.png diff --git a/2022/Days/Images/Day44_Containers24.png b/docs/2022/Images/Day44_Containers24.png similarity index 100% rename from 2022/Days/Images/Day44_Containers24.png rename to docs/2022/Images/Day44_Containers24.png diff --git a/2022/Days/Images/Day44_Containers3.png b/docs/2022/Images/Day44_Containers3.png similarity index 100% rename from 2022/Days/Images/Day44_Containers3.png rename to docs/2022/Images/Day44_Containers3.png diff --git a/2022/Days/Images/Day44_Containers4.png b/docs/2022/Images/Day44_Containers4.png similarity index 100% rename from 2022/Days/Images/Day44_Containers4.png rename to docs/2022/Images/Day44_Containers4.png diff --git a/2022/Days/Images/Day44_Containers5.png b/docs/2022/Images/Day44_Containers5.png similarity index 100% rename from 2022/Days/Images/Day44_Containers5.png rename to docs/2022/Images/Day44_Containers5.png diff --git a/2022/Days/Images/Day44_Containers6.png b/docs/2022/Images/Day44_Containers6.png similarity index 100% rename from 2022/Days/Images/Day44_Containers6.png rename to docs/2022/Images/Day44_Containers6.png diff --git a/2022/Days/Images/Day44_Containers7.png b/docs/2022/Images/Day44_Containers7.png similarity index 100% rename from 2022/Days/Images/Day44_Containers7.png rename to docs/2022/Images/Day44_Containers7.png diff --git a/2022/Days/Images/Day44_Containers8.png b/docs/2022/Images/Day44_Containers8.png similarity index 100% rename from 2022/Days/Images/Day44_Containers8.png rename to docs/2022/Images/Day44_Containers8.png diff --git a/2022/Days/Images/Day44_Containers9.png b/docs/2022/Images/Day44_Containers9.png similarity index 100% rename from 2022/Days/Images/Day44_Containers9.png rename to docs/2022/Images/Day44_Containers9.png diff --git a/2022/Days/Images/Day45_Containers1.png b/docs/2022/Images/Day45_Containers1.png similarity index 100% rename from 2022/Days/Images/Day45_Containers1.png rename to docs/2022/Images/Day45_Containers1.png diff --git a/2022/Days/Images/Day45_Containers2.png b/docs/2022/Images/Day45_Containers2.png similarity index 100% rename from 2022/Days/Images/Day45_Containers2.png rename to docs/2022/Images/Day45_Containers2.png diff --git a/2022/Days/Images/Day45_Containers3.png b/docs/2022/Images/Day45_Containers3.png similarity index 100% rename from 2022/Days/Images/Day45_Containers3.png rename to docs/2022/Images/Day45_Containers3.png diff --git a/2022/Days/Images/Day45_Containers4.png b/docs/2022/Images/Day45_Containers4.png similarity index 100% rename from 2022/Days/Images/Day45_Containers4.png rename to docs/2022/Images/Day45_Containers4.png diff --git a/2022/Days/Images/Day45_Containers5.png b/docs/2022/Images/Day45_Containers5.png similarity index 100% rename from 2022/Days/Images/Day45_Containers5.png rename to docs/2022/Images/Day45_Containers5.png diff --git a/2022/Days/Images/Day45_Containers6.png b/docs/2022/Images/Day45_Containers6.png similarity index 100% rename from 2022/Days/Images/Day45_Containers6.png rename to docs/2022/Images/Day45_Containers6.png diff --git a/2022/Days/Images/Day45_Containers7.png b/docs/2022/Images/Day45_Containers7.png similarity index 100% rename from 2022/Days/Images/Day45_Containers7.png rename to docs/2022/Images/Day45_Containers7.png diff --git a/2022/Days/Images/Day45_Containers8.png b/docs/2022/Images/Day45_Containers8.png similarity index 100% rename from 2022/Days/Images/Day45_Containers8.png rename to docs/2022/Images/Day45_Containers8.png diff --git a/2022/Days/Images/Day46_Containers1.png b/docs/2022/Images/Day46_Containers1.png similarity index 100% rename from 2022/Days/Images/Day46_Containers1.png rename to docs/2022/Images/Day46_Containers1.png diff --git a/2022/Days/Images/Day46_Containers10.png b/docs/2022/Images/Day46_Containers10.png similarity index 100% rename from 2022/Days/Images/Day46_Containers10.png rename to docs/2022/Images/Day46_Containers10.png diff --git a/2022/Days/Images/Day46_Containers11.png b/docs/2022/Images/Day46_Containers11.png similarity index 100% rename from 2022/Days/Images/Day46_Containers11.png rename to docs/2022/Images/Day46_Containers11.png diff --git a/2022/Days/Images/Day46_Containers12.png b/docs/2022/Images/Day46_Containers12.png similarity index 100% rename from 2022/Days/Images/Day46_Containers12.png rename to docs/2022/Images/Day46_Containers12.png diff --git a/2022/Days/Images/Day46_Containers13.png b/docs/2022/Images/Day46_Containers13.png similarity index 100% rename from 2022/Days/Images/Day46_Containers13.png rename to docs/2022/Images/Day46_Containers13.png diff --git a/2022/Days/Images/Day46_Containers14.png b/docs/2022/Images/Day46_Containers14.png similarity index 100% rename from 2022/Days/Images/Day46_Containers14.png rename to docs/2022/Images/Day46_Containers14.png diff --git a/2022/Days/Images/Day46_Containers15.png b/docs/2022/Images/Day46_Containers15.png similarity index 100% rename from 2022/Days/Images/Day46_Containers15.png rename to docs/2022/Images/Day46_Containers15.png diff --git a/2022/Days/Images/Day46_Containers16.png b/docs/2022/Images/Day46_Containers16.png similarity index 100% rename from 2022/Days/Images/Day46_Containers16.png rename to docs/2022/Images/Day46_Containers16.png diff --git a/2022/Days/Images/Day46_Containers17.png b/docs/2022/Images/Day46_Containers17.png similarity index 100% rename from 2022/Days/Images/Day46_Containers17.png rename to docs/2022/Images/Day46_Containers17.png diff --git a/2022/Days/Images/Day46_Containers2.png b/docs/2022/Images/Day46_Containers2.png similarity index 100% rename from 2022/Days/Images/Day46_Containers2.png rename to docs/2022/Images/Day46_Containers2.png diff --git a/2022/Days/Images/Day46_Containers3.png b/docs/2022/Images/Day46_Containers3.png similarity index 100% rename from 2022/Days/Images/Day46_Containers3.png rename to docs/2022/Images/Day46_Containers3.png diff --git a/2022/Days/Images/Day46_Containers4.png b/docs/2022/Images/Day46_Containers4.png similarity index 100% rename from 2022/Days/Images/Day46_Containers4.png rename to docs/2022/Images/Day46_Containers4.png diff --git a/2022/Days/Images/Day46_Containers5.png b/docs/2022/Images/Day46_Containers5.png similarity index 100% rename from 2022/Days/Images/Day46_Containers5.png rename to docs/2022/Images/Day46_Containers5.png diff --git a/2022/Days/Images/Day46_Containers6.png b/docs/2022/Images/Day46_Containers6.png similarity index 100% rename from 2022/Days/Images/Day46_Containers6.png rename to docs/2022/Images/Day46_Containers6.png diff --git a/2022/Days/Images/Day46_Containers7.png b/docs/2022/Images/Day46_Containers7.png similarity index 100% rename from 2022/Days/Images/Day46_Containers7.png rename to docs/2022/Images/Day46_Containers7.png diff --git a/2022/Days/Images/Day46_Containers8.png b/docs/2022/Images/Day46_Containers8.png similarity index 100% rename from 2022/Days/Images/Day46_Containers8.png rename to docs/2022/Images/Day46_Containers8.png diff --git a/2022/Days/Images/Day46_Containers9.png b/docs/2022/Images/Day46_Containers9.png similarity index 100% rename from 2022/Days/Images/Day46_Containers9.png rename to docs/2022/Images/Day46_Containers9.png diff --git a/2022/Days/Images/Day47_Containers1.png b/docs/2022/Images/Day47_Containers1.png similarity index 100% rename from 2022/Days/Images/Day47_Containers1.png rename to docs/2022/Images/Day47_Containers1.png diff --git a/2022/Days/Images/Day47_Containers10.png b/docs/2022/Images/Day47_Containers10.png similarity index 100% rename from 2022/Days/Images/Day47_Containers10.png rename to docs/2022/Images/Day47_Containers10.png diff --git a/2022/Days/Images/Day47_Containers11.png b/docs/2022/Images/Day47_Containers11.png similarity index 100% rename from 2022/Days/Images/Day47_Containers11.png rename to docs/2022/Images/Day47_Containers11.png diff --git a/2022/Days/Images/Day47_Containers2.png b/docs/2022/Images/Day47_Containers2.png similarity index 100% rename from 2022/Days/Images/Day47_Containers2.png rename to docs/2022/Images/Day47_Containers2.png diff --git a/2022/Days/Images/Day47_Containers3.png b/docs/2022/Images/Day47_Containers3.png similarity index 100% rename from 2022/Days/Images/Day47_Containers3.png rename to docs/2022/Images/Day47_Containers3.png diff --git a/2022/Days/Images/Day47_Containers4.png b/docs/2022/Images/Day47_Containers4.png similarity index 100% rename from 2022/Days/Images/Day47_Containers4.png rename to docs/2022/Images/Day47_Containers4.png diff --git a/2022/Days/Images/Day47_Containers5.png b/docs/2022/Images/Day47_Containers5.png similarity index 100% rename from 2022/Days/Images/Day47_Containers5.png rename to docs/2022/Images/Day47_Containers5.png diff --git a/2022/Days/Images/Day47_Containers6.png b/docs/2022/Images/Day47_Containers6.png similarity index 100% rename from 2022/Days/Images/Day47_Containers6.png rename to docs/2022/Images/Day47_Containers6.png diff --git a/2022/Days/Images/Day47_Containers7.png b/docs/2022/Images/Day47_Containers7.png similarity index 100% rename from 2022/Days/Images/Day47_Containers7.png rename to docs/2022/Images/Day47_Containers7.png diff --git a/2022/Days/Images/Day47_Containers8.png b/docs/2022/Images/Day47_Containers8.png similarity index 100% rename from 2022/Days/Images/Day47_Containers8.png rename to docs/2022/Images/Day47_Containers8.png diff --git a/2022/Days/Images/Day47_Containers9.png b/docs/2022/Images/Day47_Containers9.png similarity index 100% rename from 2022/Days/Images/Day47_Containers9.png rename to docs/2022/Images/Day47_Containers9.png diff --git a/2022/Days/Images/Day48_Containers1.png b/docs/2022/Images/Day48_Containers1.png similarity index 100% rename from 2022/Days/Images/Day48_Containers1.png rename to docs/2022/Images/Day48_Containers1.png diff --git a/2022/Days/Images/Day48_Containers2.png b/docs/2022/Images/Day48_Containers2.png similarity index 100% rename from 2022/Days/Images/Day48_Containers2.png rename to docs/2022/Images/Day48_Containers2.png diff --git a/2022/Days/Images/Day48_Containers3.png b/docs/2022/Images/Day48_Containers3.png similarity index 100% rename from 2022/Days/Images/Day48_Containers3.png rename to docs/2022/Images/Day48_Containers3.png diff --git a/2022/Days/Images/Day49_Kubernetes1.png b/docs/2022/Images/Day49_Kubernetes1.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes1.png rename to docs/2022/Images/Day49_Kubernetes1.png diff --git a/2022/Days/Images/Day49_Kubernetes10.png b/docs/2022/Images/Day49_Kubernetes10.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes10.png rename to docs/2022/Images/Day49_Kubernetes10.png diff --git a/2022/Days/Images/Day49_Kubernetes11.png b/docs/2022/Images/Day49_Kubernetes11.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes11.png rename to docs/2022/Images/Day49_Kubernetes11.png diff --git a/2022/Days/Images/Day49_Kubernetes12.png b/docs/2022/Images/Day49_Kubernetes12.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes12.png rename to docs/2022/Images/Day49_Kubernetes12.png diff --git a/2022/Days/Images/Day49_Kubernetes2.png b/docs/2022/Images/Day49_Kubernetes2.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes2.png rename to docs/2022/Images/Day49_Kubernetes2.png diff --git a/2022/Days/Images/Day49_Kubernetes3.png b/docs/2022/Images/Day49_Kubernetes3.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes3.png rename to docs/2022/Images/Day49_Kubernetes3.png diff --git a/2022/Days/Images/Day49_Kubernetes4.png b/docs/2022/Images/Day49_Kubernetes4.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes4.png rename to docs/2022/Images/Day49_Kubernetes4.png diff --git a/2022/Days/Images/Day49_Kubernetes5.png b/docs/2022/Images/Day49_Kubernetes5.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes5.png rename to docs/2022/Images/Day49_Kubernetes5.png diff --git a/2022/Days/Images/Day49_Kubernetes6.png b/docs/2022/Images/Day49_Kubernetes6.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes6.png rename to docs/2022/Images/Day49_Kubernetes6.png diff --git a/2022/Days/Images/Day49_Kubernetes7.png b/docs/2022/Images/Day49_Kubernetes7.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes7.png rename to docs/2022/Images/Day49_Kubernetes7.png diff --git a/2022/Days/Images/Day49_Kubernetes8.png b/docs/2022/Images/Day49_Kubernetes8.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes8.png rename to docs/2022/Images/Day49_Kubernetes8.png diff --git a/2022/Days/Images/Day49_Kubernetes9.png b/docs/2022/Images/Day49_Kubernetes9.png similarity index 100% rename from 2022/Days/Images/Day49_Kubernetes9.png rename to docs/2022/Images/Day49_Kubernetes9.png diff --git a/2022/Days/Images/Day51_Kubernetes1.png b/docs/2022/Images/Day51_Kubernetes1.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes1.png rename to docs/2022/Images/Day51_Kubernetes1.png diff --git a/2022/Days/Images/Day51_Kubernetes2.png b/docs/2022/Images/Day51_Kubernetes2.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes2.png rename to docs/2022/Images/Day51_Kubernetes2.png diff --git a/2022/Days/Images/Day51_Kubernetes3.png b/docs/2022/Images/Day51_Kubernetes3.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes3.png rename to docs/2022/Images/Day51_Kubernetes3.png diff --git a/2022/Days/Images/Day51_Kubernetes4.png b/docs/2022/Images/Day51_Kubernetes4.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes4.png rename to docs/2022/Images/Day51_Kubernetes4.png diff --git a/2022/Days/Images/Day51_Kubernetes5.png b/docs/2022/Images/Day51_Kubernetes5.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes5.png rename to docs/2022/Images/Day51_Kubernetes5.png diff --git a/2022/Days/Images/Day51_Kubernetes6.png b/docs/2022/Images/Day51_Kubernetes6.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes6.png rename to docs/2022/Images/Day51_Kubernetes6.png diff --git a/2022/Days/Images/Day51_Kubernetes7.png b/docs/2022/Images/Day51_Kubernetes7.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes7.png rename to docs/2022/Images/Day51_Kubernetes7.png diff --git a/2022/Days/Images/Day51_Kubernetes8.png b/docs/2022/Images/Day51_Kubernetes8.png similarity index 100% rename from 2022/Days/Images/Day51_Kubernetes8.png rename to docs/2022/Images/Day51_Kubernetes8.png diff --git a/2022/Days/Images/Day52_Kubernetes1.png b/docs/2022/Images/Day52_Kubernetes1.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes1.png rename to docs/2022/Images/Day52_Kubernetes1.png diff --git a/2022/Days/Images/Day52_Kubernetes2.png b/docs/2022/Images/Day52_Kubernetes2.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes2.png rename to docs/2022/Images/Day52_Kubernetes2.png diff --git a/2022/Days/Images/Day52_Kubernetes3.png b/docs/2022/Images/Day52_Kubernetes3.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes3.png rename to docs/2022/Images/Day52_Kubernetes3.png diff --git a/2022/Days/Images/Day52_Kubernetes4.png b/docs/2022/Images/Day52_Kubernetes4.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes4.png rename to docs/2022/Images/Day52_Kubernetes4.png diff --git a/2022/Days/Images/Day52_Kubernetes5.png b/docs/2022/Images/Day52_Kubernetes5.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes5.png rename to docs/2022/Images/Day52_Kubernetes5.png diff --git a/2022/Days/Images/Day52_Kubernetes6.png b/docs/2022/Images/Day52_Kubernetes6.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes6.png rename to docs/2022/Images/Day52_Kubernetes6.png diff --git a/2022/Days/Images/Day52_Kubernetes7.png b/docs/2022/Images/Day52_Kubernetes7.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes7.png rename to docs/2022/Images/Day52_Kubernetes7.png diff --git a/2022/Days/Images/Day52_Kubernetes8.png b/docs/2022/Images/Day52_Kubernetes8.png similarity index 100% rename from 2022/Days/Images/Day52_Kubernetes8.png rename to docs/2022/Images/Day52_Kubernetes8.png diff --git a/2022/Days/Images/Day53_Kubernetes1.png b/docs/2022/Images/Day53_Kubernetes1.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes1.png rename to docs/2022/Images/Day53_Kubernetes1.png diff --git a/2022/Days/Images/Day53_Kubernetes10.png b/docs/2022/Images/Day53_Kubernetes10.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes10.png rename to docs/2022/Images/Day53_Kubernetes10.png diff --git a/2022/Days/Images/Day53_Kubernetes11.png b/docs/2022/Images/Day53_Kubernetes11.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes11.png rename to docs/2022/Images/Day53_Kubernetes11.png diff --git a/2022/Days/Images/Day53_Kubernetes12.png b/docs/2022/Images/Day53_Kubernetes12.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes12.png rename to docs/2022/Images/Day53_Kubernetes12.png diff --git a/2022/Days/Images/Day53_Kubernetes13.png b/docs/2022/Images/Day53_Kubernetes13.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes13.png rename to docs/2022/Images/Day53_Kubernetes13.png diff --git a/2022/Days/Images/Day53_Kubernetes14.png b/docs/2022/Images/Day53_Kubernetes14.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes14.png rename to docs/2022/Images/Day53_Kubernetes14.png diff --git a/2022/Days/Images/Day53_Kubernetes2.png b/docs/2022/Images/Day53_Kubernetes2.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes2.png rename to docs/2022/Images/Day53_Kubernetes2.png diff --git a/2022/Days/Images/Day53_Kubernetes3.png b/docs/2022/Images/Day53_Kubernetes3.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes3.png rename to docs/2022/Images/Day53_Kubernetes3.png diff --git a/2022/Days/Images/Day53_Kubernetes4.png b/docs/2022/Images/Day53_Kubernetes4.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes4.png rename to docs/2022/Images/Day53_Kubernetes4.png diff --git a/2022/Days/Images/Day53_Kubernetes5.png b/docs/2022/Images/Day53_Kubernetes5.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes5.png rename to docs/2022/Images/Day53_Kubernetes5.png diff --git a/2022/Days/Images/Day53_Kubernetes6.png b/docs/2022/Images/Day53_Kubernetes6.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes6.png rename to docs/2022/Images/Day53_Kubernetes6.png diff --git a/2022/Days/Images/Day53_Kubernetes7.png b/docs/2022/Images/Day53_Kubernetes7.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes7.png rename to docs/2022/Images/Day53_Kubernetes7.png diff --git a/2022/Days/Images/Day53_Kubernetes8.png b/docs/2022/Images/Day53_Kubernetes8.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes8.png rename to docs/2022/Images/Day53_Kubernetes8.png diff --git a/2022/Days/Images/Day53_Kubernetes9.png b/docs/2022/Images/Day53_Kubernetes9.png similarity index 100% rename from 2022/Days/Images/Day53_Kubernetes9.png rename to docs/2022/Images/Day53_Kubernetes9.png diff --git a/2022/Days/Images/Day54_Kubernetes1.png b/docs/2022/Images/Day54_Kubernetes1.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes1.png rename to docs/2022/Images/Day54_Kubernetes1.png diff --git a/2022/Days/Images/Day54_Kubernetes10.png b/docs/2022/Images/Day54_Kubernetes10.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes10.png rename to docs/2022/Images/Day54_Kubernetes10.png diff --git a/2022/Days/Images/Day54_Kubernetes11.png b/docs/2022/Images/Day54_Kubernetes11.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes11.png rename to docs/2022/Images/Day54_Kubernetes11.png diff --git a/2022/Days/Images/Day54_Kubernetes12.png b/docs/2022/Images/Day54_Kubernetes12.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes12.png rename to docs/2022/Images/Day54_Kubernetes12.png diff --git a/2022/Days/Images/Day54_Kubernetes13.png b/docs/2022/Images/Day54_Kubernetes13.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes13.png rename to docs/2022/Images/Day54_Kubernetes13.png diff --git a/2022/Days/Images/Day54_Kubernetes14.png b/docs/2022/Images/Day54_Kubernetes14.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes14.png rename to docs/2022/Images/Day54_Kubernetes14.png diff --git a/2022/Days/Images/Day54_Kubernetes15.png b/docs/2022/Images/Day54_Kubernetes15.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes15.png rename to docs/2022/Images/Day54_Kubernetes15.png diff --git a/2022/Days/Images/Day54_Kubernetes16.png b/docs/2022/Images/Day54_Kubernetes16.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes16.png rename to docs/2022/Images/Day54_Kubernetes16.png diff --git a/2022/Days/Images/Day54_Kubernetes17.png b/docs/2022/Images/Day54_Kubernetes17.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes17.png rename to docs/2022/Images/Day54_Kubernetes17.png diff --git a/2022/Days/Images/Day54_Kubernetes2.png b/docs/2022/Images/Day54_Kubernetes2.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes2.png rename to docs/2022/Images/Day54_Kubernetes2.png diff --git a/2022/Days/Images/Day54_Kubernetes3.png b/docs/2022/Images/Day54_Kubernetes3.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes3.png rename to docs/2022/Images/Day54_Kubernetes3.png diff --git a/2022/Days/Images/Day54_Kubernetes4.png b/docs/2022/Images/Day54_Kubernetes4.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes4.png rename to docs/2022/Images/Day54_Kubernetes4.png diff --git a/2022/Days/Images/Day54_Kubernetes5.png b/docs/2022/Images/Day54_Kubernetes5.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes5.png rename to docs/2022/Images/Day54_Kubernetes5.png diff --git a/2022/Days/Images/Day54_Kubernetes6.png b/docs/2022/Images/Day54_Kubernetes6.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes6.png rename to docs/2022/Images/Day54_Kubernetes6.png diff --git a/2022/Days/Images/Day54_Kubernetes7.png b/docs/2022/Images/Day54_Kubernetes7.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes7.png rename to docs/2022/Images/Day54_Kubernetes7.png diff --git a/2022/Days/Images/Day54_Kubernetes8.png b/docs/2022/Images/Day54_Kubernetes8.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes8.png rename to docs/2022/Images/Day54_Kubernetes8.png diff --git a/2022/Days/Images/Day54_Kubernetes9.png b/docs/2022/Images/Day54_Kubernetes9.png similarity index 100% rename from 2022/Days/Images/Day54_Kubernetes9.png rename to docs/2022/Images/Day54_Kubernetes9.png diff --git a/2022/Days/Images/Day55_Kubernetes1.png b/docs/2022/Images/Day55_Kubernetes1.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes1.png rename to docs/2022/Images/Day55_Kubernetes1.png diff --git a/2022/Days/Images/Day55_Kubernetes10.png b/docs/2022/Images/Day55_Kubernetes10.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes10.png rename to docs/2022/Images/Day55_Kubernetes10.png diff --git a/2022/Days/Images/Day55_Kubernetes11.png b/docs/2022/Images/Day55_Kubernetes11.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes11.png rename to docs/2022/Images/Day55_Kubernetes11.png diff --git a/2022/Days/Images/Day55_Kubernetes12.png b/docs/2022/Images/Day55_Kubernetes12.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes12.png rename to docs/2022/Images/Day55_Kubernetes12.png diff --git a/2022/Days/Images/Day55_Kubernetes13.png b/docs/2022/Images/Day55_Kubernetes13.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes13.png rename to docs/2022/Images/Day55_Kubernetes13.png diff --git a/2022/Days/Images/Day55_Kubernetes14.png b/docs/2022/Images/Day55_Kubernetes14.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes14.png rename to docs/2022/Images/Day55_Kubernetes14.png diff --git a/2022/Days/Images/Day55_Kubernetes15.png b/docs/2022/Images/Day55_Kubernetes15.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes15.png rename to docs/2022/Images/Day55_Kubernetes15.png diff --git a/2022/Days/Images/Day55_Kubernetes16.png b/docs/2022/Images/Day55_Kubernetes16.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes16.png rename to docs/2022/Images/Day55_Kubernetes16.png diff --git a/2022/Days/Images/Day55_Kubernetes2.png b/docs/2022/Images/Day55_Kubernetes2.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes2.png rename to docs/2022/Images/Day55_Kubernetes2.png diff --git a/2022/Days/Images/Day55_Kubernetes3.png b/docs/2022/Images/Day55_Kubernetes3.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes3.png rename to docs/2022/Images/Day55_Kubernetes3.png diff --git a/2022/Days/Images/Day55_Kubernetes4.png b/docs/2022/Images/Day55_Kubernetes4.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes4.png rename to docs/2022/Images/Day55_Kubernetes4.png diff --git a/2022/Days/Images/Day55_Kubernetes5.png b/docs/2022/Images/Day55_Kubernetes5.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes5.png rename to docs/2022/Images/Day55_Kubernetes5.png diff --git a/2022/Days/Images/Day55_Kubernetes6.png b/docs/2022/Images/Day55_Kubernetes6.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes6.png rename to docs/2022/Images/Day55_Kubernetes6.png diff --git a/2022/Days/Images/Day55_Kubernetes7.png b/docs/2022/Images/Day55_Kubernetes7.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes7.png rename to docs/2022/Images/Day55_Kubernetes7.png diff --git a/2022/Days/Images/Day55_Kubernetes8.png b/docs/2022/Images/Day55_Kubernetes8.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes8.png rename to docs/2022/Images/Day55_Kubernetes8.png diff --git a/2022/Days/Images/Day55_Kubernetes9.png b/docs/2022/Images/Day55_Kubernetes9.png similarity index 100% rename from 2022/Days/Images/Day55_Kubernetes9.png rename to docs/2022/Images/Day55_Kubernetes9.png diff --git a/2022/Days/Images/Day57_IAC1.png b/docs/2022/Images/Day57_IAC1.png similarity index 100% rename from 2022/Days/Images/Day57_IAC1.png rename to docs/2022/Images/Day57_IAC1.png diff --git a/2022/Days/Images/Day57_IAC2.png b/docs/2022/Images/Day57_IAC2.png similarity index 100% rename from 2022/Days/Images/Day57_IAC2.png rename to docs/2022/Images/Day57_IAC2.png diff --git a/2022/Days/Images/Day57_IAC3.png b/docs/2022/Images/Day57_IAC3.png similarity index 100% rename from 2022/Days/Images/Day57_IAC3.png rename to docs/2022/Images/Day57_IAC3.png diff --git a/2022/Days/Images/Day58_IAC1.png b/docs/2022/Images/Day58_IAC1.png similarity index 100% rename from 2022/Days/Images/Day58_IAC1.png rename to docs/2022/Images/Day58_IAC1.png diff --git a/2022/Days/Images/Day58_IAC2.png b/docs/2022/Images/Day58_IAC2.png similarity index 100% rename from 2022/Days/Images/Day58_IAC2.png rename to docs/2022/Images/Day58_IAC2.png diff --git a/2022/Days/Images/Day58_IAC3.png b/docs/2022/Images/Day58_IAC3.png similarity index 100% rename from 2022/Days/Images/Day58_IAC3.png rename to docs/2022/Images/Day58_IAC3.png diff --git a/2022/Days/Images/Day58_IAC4.png b/docs/2022/Images/Day58_IAC4.png similarity index 100% rename from 2022/Days/Images/Day58_IAC4.png rename to docs/2022/Images/Day58_IAC4.png diff --git a/2022/Days/Images/Day59_IAC1.png b/docs/2022/Images/Day59_IAC1.png similarity index 100% rename from 2022/Days/Images/Day59_IAC1.png rename to docs/2022/Images/Day59_IAC1.png diff --git a/2022/Days/Images/Day59_IAC2.png b/docs/2022/Images/Day59_IAC2.png similarity index 100% rename from 2022/Days/Images/Day59_IAC2.png rename to docs/2022/Images/Day59_IAC2.png diff --git a/2022/Days/Images/Day59_IAC3.png b/docs/2022/Images/Day59_IAC3.png similarity index 100% rename from 2022/Days/Images/Day59_IAC3.png rename to docs/2022/Images/Day59_IAC3.png diff --git a/2022/Days/Images/Day59_IAC4.png b/docs/2022/Images/Day59_IAC4.png similarity index 100% rename from 2022/Days/Images/Day59_IAC4.png rename to docs/2022/Images/Day59_IAC4.png diff --git a/2022/Days/Images/Day59_IAC5.png b/docs/2022/Images/Day59_IAC5.png similarity index 100% rename from 2022/Days/Images/Day59_IAC5.png rename to docs/2022/Images/Day59_IAC5.png diff --git a/2022/Days/Images/Day59_IAC6.png b/docs/2022/Images/Day59_IAC6.png similarity index 100% rename from 2022/Days/Images/Day59_IAC6.png rename to docs/2022/Images/Day59_IAC6.png diff --git a/2022/Days/Images/Day5_DevOps8.png b/docs/2022/Images/Day5_DevOps8.png similarity index 100% rename from 2022/Days/Images/Day5_DevOps8.png rename to docs/2022/Images/Day5_DevOps8.png diff --git a/2022/Days/Images/Day60_IAC1.png b/docs/2022/Images/Day60_IAC1.png similarity index 100% rename from 2022/Days/Images/Day60_IAC1.png rename to docs/2022/Images/Day60_IAC1.png diff --git a/2022/Days/Images/Day60_IAC2.png b/docs/2022/Images/Day60_IAC2.png similarity index 100% rename from 2022/Days/Images/Day60_IAC2.png rename to docs/2022/Images/Day60_IAC2.png diff --git a/2022/Days/Images/Day60_IAC3.png b/docs/2022/Images/Day60_IAC3.png similarity index 100% rename from 2022/Days/Images/Day60_IAC3.png rename to docs/2022/Images/Day60_IAC3.png diff --git a/2022/Days/Images/Day60_IAC4.png b/docs/2022/Images/Day60_IAC4.png similarity index 100% rename from 2022/Days/Images/Day60_IAC4.png rename to docs/2022/Images/Day60_IAC4.png diff --git a/2022/Days/Images/Day60_IAC5.png b/docs/2022/Images/Day60_IAC5.png similarity index 100% rename from 2022/Days/Images/Day60_IAC5.png rename to docs/2022/Images/Day60_IAC5.png diff --git a/2022/Days/Images/Day60_IAC6.png b/docs/2022/Images/Day60_IAC6.png similarity index 100% rename from 2022/Days/Images/Day60_IAC6.png rename to docs/2022/Images/Day60_IAC6.png diff --git a/2022/Days/Images/Day61_IAC1.png b/docs/2022/Images/Day61_IAC1.png similarity index 100% rename from 2022/Days/Images/Day61_IAC1.png rename to docs/2022/Images/Day61_IAC1.png diff --git a/2022/Days/Images/Day61_IAC2.png b/docs/2022/Images/Day61_IAC2.png similarity index 100% rename from 2022/Days/Images/Day61_IAC2.png rename to docs/2022/Images/Day61_IAC2.png diff --git a/2022/Days/Images/Day61_IAC3.png b/docs/2022/Images/Day61_IAC3.png similarity index 100% rename from 2022/Days/Images/Day61_IAC3.png rename to docs/2022/Images/Day61_IAC3.png diff --git a/2022/Days/Images/Day61_IAC4.png b/docs/2022/Images/Day61_IAC4.png similarity index 100% rename from 2022/Days/Images/Day61_IAC4.png rename to docs/2022/Images/Day61_IAC4.png diff --git a/2022/Days/Images/Day61_IAC5.png b/docs/2022/Images/Day61_IAC5.png similarity index 100% rename from 2022/Days/Images/Day61_IAC5.png rename to docs/2022/Images/Day61_IAC5.png diff --git a/2022/Days/Images/Day63_config1.png b/docs/2022/Images/Day63_config1.png similarity index 100% rename from 2022/Days/Images/Day63_config1.png rename to docs/2022/Images/Day63_config1.png diff --git a/2022/Days/Images/Day64_config1.png b/docs/2022/Images/Day64_config1.png similarity index 100% rename from 2022/Days/Images/Day64_config1.png rename to docs/2022/Images/Day64_config1.png diff --git a/2022/Days/Images/Day64_config2.png b/docs/2022/Images/Day64_config2.png similarity index 100% rename from 2022/Days/Images/Day64_config2.png rename to docs/2022/Images/Day64_config2.png diff --git a/2022/Days/Images/Day64_config3.png b/docs/2022/Images/Day64_config3.png similarity index 100% rename from 2022/Days/Images/Day64_config3.png rename to docs/2022/Images/Day64_config3.png diff --git a/2022/Days/Images/Day64_config4.png b/docs/2022/Images/Day64_config4.png similarity index 100% rename from 2022/Days/Images/Day64_config4.png rename to docs/2022/Images/Day64_config4.png diff --git a/2022/Days/Images/Day64_config5.png b/docs/2022/Images/Day64_config5.png similarity index 100% rename from 2022/Days/Images/Day64_config5.png rename to docs/2022/Images/Day64_config5.png diff --git a/2022/Days/Images/Day64_config6.png b/docs/2022/Images/Day64_config6.png similarity index 100% rename from 2022/Days/Images/Day64_config6.png rename to docs/2022/Images/Day64_config6.png diff --git a/2022/Days/Images/Day64_config7.png b/docs/2022/Images/Day64_config7.png similarity index 100% rename from 2022/Days/Images/Day64_config7.png rename to docs/2022/Images/Day64_config7.png diff --git a/2022/Days/Images/Day64_config8.png b/docs/2022/Images/Day64_config8.png similarity index 100% rename from 2022/Days/Images/Day64_config8.png rename to docs/2022/Images/Day64_config8.png diff --git a/2022/Days/Images/Day65_config1.png b/docs/2022/Images/Day65_config1.png similarity index 100% rename from 2022/Days/Images/Day65_config1.png rename to docs/2022/Images/Day65_config1.png diff --git a/2022/Days/Images/Day65_config10.png b/docs/2022/Images/Day65_config10.png similarity index 100% rename from 2022/Days/Images/Day65_config10.png rename to docs/2022/Images/Day65_config10.png diff --git a/2022/Days/Images/Day65_config11.png b/docs/2022/Images/Day65_config11.png similarity index 100% rename from 2022/Days/Images/Day65_config11.png rename to docs/2022/Images/Day65_config11.png diff --git a/2022/Days/Images/Day65_config2.png b/docs/2022/Images/Day65_config2.png similarity index 100% rename from 2022/Days/Images/Day65_config2.png rename to docs/2022/Images/Day65_config2.png diff --git a/2022/Days/Images/Day65_config3.png b/docs/2022/Images/Day65_config3.png similarity index 100% rename from 2022/Days/Images/Day65_config3.png rename to docs/2022/Images/Day65_config3.png diff --git a/2022/Days/Images/Day65_config4.png b/docs/2022/Images/Day65_config4.png similarity index 100% rename from 2022/Days/Images/Day65_config4.png rename to docs/2022/Images/Day65_config4.png diff --git a/2022/Days/Images/Day65_config5.png b/docs/2022/Images/Day65_config5.png similarity index 100% rename from 2022/Days/Images/Day65_config5.png rename to docs/2022/Images/Day65_config5.png diff --git a/2022/Days/Images/Day65_config6.png b/docs/2022/Images/Day65_config6.png similarity index 100% rename from 2022/Days/Images/Day65_config6.png rename to docs/2022/Images/Day65_config6.png diff --git a/2022/Days/Images/Day65_config7.png b/docs/2022/Images/Day65_config7.png similarity index 100% rename from 2022/Days/Images/Day65_config7.png rename to docs/2022/Images/Day65_config7.png diff --git a/2022/Days/Images/Day65_config8.png b/docs/2022/Images/Day65_config8.png similarity index 100% rename from 2022/Days/Images/Day65_config8.png rename to docs/2022/Images/Day65_config8.png diff --git a/2022/Days/Images/Day65_config9.png b/docs/2022/Images/Day65_config9.png similarity index 100% rename from 2022/Days/Images/Day65_config9.png rename to docs/2022/Images/Day65_config9.png diff --git a/2022/Days/Images/Day66_config1.png b/docs/2022/Images/Day66_config1.png similarity index 100% rename from 2022/Days/Images/Day66_config1.png rename to docs/2022/Images/Day66_config1.png diff --git a/2022/Days/Images/Day66_config10.png b/docs/2022/Images/Day66_config10.png similarity index 100% rename from 2022/Days/Images/Day66_config10.png rename to docs/2022/Images/Day66_config10.png diff --git a/2022/Days/Images/Day66_config2.png b/docs/2022/Images/Day66_config2.png similarity index 100% rename from 2022/Days/Images/Day66_config2.png rename to docs/2022/Images/Day66_config2.png diff --git a/2022/Days/Images/Day66_config3.png b/docs/2022/Images/Day66_config3.png similarity index 100% rename from 2022/Days/Images/Day66_config3.png rename to docs/2022/Images/Day66_config3.png diff --git a/2022/Days/Images/Day66_config4.png b/docs/2022/Images/Day66_config4.png similarity index 100% rename from 2022/Days/Images/Day66_config4.png rename to docs/2022/Images/Day66_config4.png diff --git a/2022/Days/Images/Day66_config5.png b/docs/2022/Images/Day66_config5.png similarity index 100% rename from 2022/Days/Images/Day66_config5.png rename to docs/2022/Images/Day66_config5.png diff --git a/2022/Days/Images/Day66_config6.png b/docs/2022/Images/Day66_config6.png similarity index 100% rename from 2022/Days/Images/Day66_config6.png rename to docs/2022/Images/Day66_config6.png diff --git a/2022/Days/Images/Day66_config7.png b/docs/2022/Images/Day66_config7.png similarity index 100% rename from 2022/Days/Images/Day66_config7.png rename to docs/2022/Images/Day66_config7.png diff --git a/2022/Days/Images/Day66_config8.png b/docs/2022/Images/Day66_config8.png similarity index 100% rename from 2022/Days/Images/Day66_config8.png rename to docs/2022/Images/Day66_config8.png diff --git a/2022/Days/Images/Day66_config9.png b/docs/2022/Images/Day66_config9.png similarity index 100% rename from 2022/Days/Images/Day66_config9.png rename to docs/2022/Images/Day66_config9.png diff --git a/2022/Days/Images/Day67_config1.png b/docs/2022/Images/Day67_config1.png similarity index 100% rename from 2022/Days/Images/Day67_config1.png rename to docs/2022/Images/Day67_config1.png diff --git a/2022/Days/Images/Day67_config2.png b/docs/2022/Images/Day67_config2.png similarity index 100% rename from 2022/Days/Images/Day67_config2.png rename to docs/2022/Images/Day67_config2.png diff --git a/2022/Days/Images/Day67_config3.png b/docs/2022/Images/Day67_config3.png similarity index 100% rename from 2022/Days/Images/Day67_config3.png rename to docs/2022/Images/Day67_config3.png diff --git a/2022/Days/Images/Day68_config1.png b/docs/2022/Images/Day68_config1.png similarity index 100% rename from 2022/Days/Images/Day68_config1.png rename to docs/2022/Images/Day68_config1.png diff --git a/2022/Days/Images/Day68_config2.png b/docs/2022/Images/Day68_config2.png similarity index 100% rename from 2022/Days/Images/Day68_config2.png rename to docs/2022/Images/Day68_config2.png diff --git a/2022/Days/Images/Day68_config3.png b/docs/2022/Images/Day68_config3.png similarity index 100% rename from 2022/Days/Images/Day68_config3.png rename to docs/2022/Images/Day68_config3.png diff --git a/2022/Days/Images/Day68_config4.png b/docs/2022/Images/Day68_config4.png similarity index 100% rename from 2022/Days/Images/Day68_config4.png rename to docs/2022/Images/Day68_config4.png diff --git a/2022/Days/Images/Day68_config5.png b/docs/2022/Images/Day68_config5.png similarity index 100% rename from 2022/Days/Images/Day68_config5.png rename to docs/2022/Images/Day68_config5.png diff --git a/2022/Days/Images/Day68_config6.png b/docs/2022/Images/Day68_config6.png similarity index 100% rename from 2022/Days/Images/Day68_config6.png rename to docs/2022/Images/Day68_config6.png diff --git a/2022/Days/Images/Day68_config7.png b/docs/2022/Images/Day68_config7.png similarity index 100% rename from 2022/Days/Images/Day68_config7.png rename to docs/2022/Images/Day68_config7.png diff --git a/2022/Days/Images/Day68_config8.png b/docs/2022/Images/Day68_config8.png similarity index 100% rename from 2022/Days/Images/Day68_config8.png rename to docs/2022/Images/Day68_config8.png diff --git a/2022/Days/Images/Day68_config9.png b/docs/2022/Images/Day68_config9.png similarity index 100% rename from 2022/Days/Images/Day68_config9.png rename to docs/2022/Images/Day68_config9.png diff --git a/2022/Days/Images/Day69_config1.png b/docs/2022/Images/Day69_config1.png similarity index 100% rename from 2022/Days/Images/Day69_config1.png rename to docs/2022/Images/Day69_config1.png diff --git a/2022/Days/Images/Day69_config10.png b/docs/2022/Images/Day69_config10.png similarity index 100% rename from 2022/Days/Images/Day69_config10.png rename to docs/2022/Images/Day69_config10.png diff --git a/2022/Days/Images/Day69_config2.png b/docs/2022/Images/Day69_config2.png similarity index 100% rename from 2022/Days/Images/Day69_config2.png rename to docs/2022/Images/Day69_config2.png diff --git a/2022/Days/Images/Day69_config3.png b/docs/2022/Images/Day69_config3.png similarity index 100% rename from 2022/Days/Images/Day69_config3.png rename to docs/2022/Images/Day69_config3.png diff --git a/2022/Days/Images/Day69_config4.png b/docs/2022/Images/Day69_config4.png similarity index 100% rename from 2022/Days/Images/Day69_config4.png rename to docs/2022/Images/Day69_config4.png diff --git a/2022/Days/Images/Day69_config5.png b/docs/2022/Images/Day69_config5.png similarity index 100% rename from 2022/Days/Images/Day69_config5.png rename to docs/2022/Images/Day69_config5.png diff --git a/2022/Days/Images/Day69_config6.png b/docs/2022/Images/Day69_config6.png similarity index 100% rename from 2022/Days/Images/Day69_config6.png rename to docs/2022/Images/Day69_config6.png diff --git a/2022/Days/Images/Day69_config7.png b/docs/2022/Images/Day69_config7.png similarity index 100% rename from 2022/Days/Images/Day69_config7.png rename to docs/2022/Images/Day69_config7.png diff --git a/2022/Days/Images/Day69_config8.png b/docs/2022/Images/Day69_config8.png similarity index 100% rename from 2022/Days/Images/Day69_config8.png rename to docs/2022/Images/Day69_config8.png diff --git a/2022/Days/Images/Day69_config9.png b/docs/2022/Images/Day69_config9.png similarity index 100% rename from 2022/Days/Images/Day69_config9.png rename to docs/2022/Images/Day69_config9.png diff --git a/2022/Days/Images/Day70_CICD1.png b/docs/2022/Images/Day70_CICD1.png similarity index 100% rename from 2022/Days/Images/Day70_CICD1.png rename to docs/2022/Images/Day70_CICD1.png diff --git a/2022/Days/Images/Day70_CICD2.png b/docs/2022/Images/Day70_CICD2.png similarity index 100% rename from 2022/Days/Images/Day70_CICD2.png rename to docs/2022/Images/Day70_CICD2.png diff --git a/2022/Days/Images/Day70_CICD3.png b/docs/2022/Images/Day70_CICD3.png similarity index 100% rename from 2022/Days/Images/Day70_CICD3.png rename to docs/2022/Images/Day70_CICD3.png diff --git a/2022/Days/Images/Day70_CICD4.png b/docs/2022/Images/Day70_CICD4.png similarity index 100% rename from 2022/Days/Images/Day70_CICD4.png rename to docs/2022/Images/Day70_CICD4.png diff --git a/2022/Days/Images/Day70_CICD5.png b/docs/2022/Images/Day70_CICD5.png similarity index 100% rename from 2022/Days/Images/Day70_CICD5.png rename to docs/2022/Images/Day70_CICD5.png diff --git a/2022/Days/Images/Day70_CICD6.png b/docs/2022/Images/Day70_CICD6.png similarity index 100% rename from 2022/Days/Images/Day70_CICD6.png rename to docs/2022/Images/Day70_CICD6.png diff --git a/2022/Days/Images/Day71_CICD1.png b/docs/2022/Images/Day71_CICD1.png similarity index 100% rename from 2022/Days/Images/Day71_CICD1.png rename to docs/2022/Images/Day71_CICD1.png diff --git a/2022/Days/Images/Day71_CICD2.png b/docs/2022/Images/Day71_CICD2.png similarity index 100% rename from 2022/Days/Images/Day71_CICD2.png rename to docs/2022/Images/Day71_CICD2.png diff --git a/2022/Days/Images/Day71_CICD3.png b/docs/2022/Images/Day71_CICD3.png similarity index 100% rename from 2022/Days/Images/Day71_CICD3.png rename to docs/2022/Images/Day71_CICD3.png diff --git a/2022/Days/Images/Day71_CICD4.png b/docs/2022/Images/Day71_CICD4.png similarity index 100% rename from 2022/Days/Images/Day71_CICD4.png rename to docs/2022/Images/Day71_CICD4.png diff --git a/2022/Days/Images/Day71_CICD5.png b/docs/2022/Images/Day71_CICD5.png similarity index 100% rename from 2022/Days/Images/Day71_CICD5.png rename to docs/2022/Images/Day71_CICD5.png diff --git a/2022/Days/Images/Day72_CICD1.png b/docs/2022/Images/Day72_CICD1.png similarity index 100% rename from 2022/Days/Images/Day72_CICD1.png rename to docs/2022/Images/Day72_CICD1.png diff --git a/2022/Days/Images/Day72_CICD10.png b/docs/2022/Images/Day72_CICD10.png similarity index 100% rename from 2022/Days/Images/Day72_CICD10.png rename to docs/2022/Images/Day72_CICD10.png diff --git a/2022/Days/Images/Day72_CICD11.png b/docs/2022/Images/Day72_CICD11.png similarity index 100% rename from 2022/Days/Images/Day72_CICD11.png rename to docs/2022/Images/Day72_CICD11.png diff --git a/2022/Days/Images/Day72_CICD12.png b/docs/2022/Images/Day72_CICD12.png similarity index 100% rename from 2022/Days/Images/Day72_CICD12.png rename to docs/2022/Images/Day72_CICD12.png diff --git a/2022/Days/Images/Day72_CICD13.png b/docs/2022/Images/Day72_CICD13.png similarity index 100% rename from 2022/Days/Images/Day72_CICD13.png rename to docs/2022/Images/Day72_CICD13.png diff --git a/2022/Days/Images/Day72_CICD14.png b/docs/2022/Images/Day72_CICD14.png similarity index 100% rename from 2022/Days/Images/Day72_CICD14.png rename to docs/2022/Images/Day72_CICD14.png diff --git a/2022/Days/Images/Day72_CICD15.png b/docs/2022/Images/Day72_CICD15.png similarity index 100% rename from 2022/Days/Images/Day72_CICD15.png rename to docs/2022/Images/Day72_CICD15.png diff --git a/2022/Days/Images/Day72_CICD16.png b/docs/2022/Images/Day72_CICD16.png similarity index 100% rename from 2022/Days/Images/Day72_CICD16.png rename to docs/2022/Images/Day72_CICD16.png diff --git a/2022/Days/Images/Day72_CICD17.png b/docs/2022/Images/Day72_CICD17.png similarity index 100% rename from 2022/Days/Images/Day72_CICD17.png rename to docs/2022/Images/Day72_CICD17.png diff --git a/2022/Days/Images/Day72_CICD18.png b/docs/2022/Images/Day72_CICD18.png similarity index 100% rename from 2022/Days/Images/Day72_CICD18.png rename to docs/2022/Images/Day72_CICD18.png diff --git a/2022/Days/Images/Day72_CICD2.png b/docs/2022/Images/Day72_CICD2.png similarity index 100% rename from 2022/Days/Images/Day72_CICD2.png rename to docs/2022/Images/Day72_CICD2.png diff --git a/2022/Days/Images/Day72_CICD3.png b/docs/2022/Images/Day72_CICD3.png similarity index 100% rename from 2022/Days/Images/Day72_CICD3.png rename to docs/2022/Images/Day72_CICD3.png diff --git a/2022/Days/Images/Day72_CICD4.png b/docs/2022/Images/Day72_CICD4.png similarity index 100% rename from 2022/Days/Images/Day72_CICD4.png rename to docs/2022/Images/Day72_CICD4.png diff --git a/2022/Days/Images/Day72_CICD5.png b/docs/2022/Images/Day72_CICD5.png similarity index 100% rename from 2022/Days/Images/Day72_CICD5.png rename to docs/2022/Images/Day72_CICD5.png diff --git a/2022/Days/Images/Day72_CICD6.png b/docs/2022/Images/Day72_CICD6.png similarity index 100% rename from 2022/Days/Images/Day72_CICD6.png rename to docs/2022/Images/Day72_CICD6.png diff --git a/2022/Days/Images/Day72_CICD7.png b/docs/2022/Images/Day72_CICD7.png similarity index 100% rename from 2022/Days/Images/Day72_CICD7.png rename to docs/2022/Images/Day72_CICD7.png diff --git a/2022/Days/Images/Day72_CICD8.png b/docs/2022/Images/Day72_CICD8.png similarity index 100% rename from 2022/Days/Images/Day72_CICD8.png rename to docs/2022/Images/Day72_CICD8.png diff --git a/2022/Days/Images/Day72_CICD9.png b/docs/2022/Images/Day72_CICD9.png similarity index 100% rename from 2022/Days/Images/Day72_CICD9.png rename to docs/2022/Images/Day72_CICD9.png diff --git a/2022/Days/Images/Day73_CICD1.png b/docs/2022/Images/Day73_CICD1.png similarity index 100% rename from 2022/Days/Images/Day73_CICD1.png rename to docs/2022/Images/Day73_CICD1.png diff --git a/2022/Days/Images/Day73_CICD10.png b/docs/2022/Images/Day73_CICD10.png similarity index 100% rename from 2022/Days/Images/Day73_CICD10.png rename to docs/2022/Images/Day73_CICD10.png diff --git a/2022/Days/Images/Day73_CICD11.png b/docs/2022/Images/Day73_CICD11.png similarity index 100% rename from 2022/Days/Images/Day73_CICD11.png rename to docs/2022/Images/Day73_CICD11.png diff --git a/2022/Days/Images/Day73_CICD12.png b/docs/2022/Images/Day73_CICD12.png similarity index 100% rename from 2022/Days/Images/Day73_CICD12.png rename to docs/2022/Images/Day73_CICD12.png diff --git a/2022/Days/Images/Day73_CICD13.png b/docs/2022/Images/Day73_CICD13.png similarity index 100% rename from 2022/Days/Images/Day73_CICD13.png rename to docs/2022/Images/Day73_CICD13.png diff --git a/2022/Days/Images/Day73_CICD14.png b/docs/2022/Images/Day73_CICD14.png similarity index 100% rename from 2022/Days/Images/Day73_CICD14.png rename to docs/2022/Images/Day73_CICD14.png diff --git a/2022/Days/Images/Day73_CICD15.png b/docs/2022/Images/Day73_CICD15.png similarity index 100% rename from 2022/Days/Images/Day73_CICD15.png rename to docs/2022/Images/Day73_CICD15.png diff --git a/2022/Days/Images/Day73_CICD2.png b/docs/2022/Images/Day73_CICD2.png similarity index 100% rename from 2022/Days/Images/Day73_CICD2.png rename to docs/2022/Images/Day73_CICD2.png diff --git a/2022/Days/Images/Day73_CICD3.png b/docs/2022/Images/Day73_CICD3.png similarity index 100% rename from 2022/Days/Images/Day73_CICD3.png rename to docs/2022/Images/Day73_CICD3.png diff --git a/2022/Days/Images/Day73_CICD4.png b/docs/2022/Images/Day73_CICD4.png similarity index 100% rename from 2022/Days/Images/Day73_CICD4.png rename to docs/2022/Images/Day73_CICD4.png diff --git a/2022/Days/Images/Day73_CICD5.png b/docs/2022/Images/Day73_CICD5.png similarity index 100% rename from 2022/Days/Images/Day73_CICD5.png rename to docs/2022/Images/Day73_CICD5.png diff --git a/2022/Days/Images/Day73_CICD6.png b/docs/2022/Images/Day73_CICD6.png similarity index 100% rename from 2022/Days/Images/Day73_CICD6.png rename to docs/2022/Images/Day73_CICD6.png diff --git a/2022/Days/Images/Day73_CICD7.png b/docs/2022/Images/Day73_CICD7.png similarity index 100% rename from 2022/Days/Images/Day73_CICD7.png rename to docs/2022/Images/Day73_CICD7.png diff --git a/2022/Days/Images/Day73_CICD8.png b/docs/2022/Images/Day73_CICD8.png similarity index 100% rename from 2022/Days/Images/Day73_CICD8.png rename to docs/2022/Images/Day73_CICD8.png diff --git a/2022/Days/Images/Day73_CICD9.png b/docs/2022/Images/Day73_CICD9.png similarity index 100% rename from 2022/Days/Images/Day73_CICD9.png rename to docs/2022/Images/Day73_CICD9.png diff --git a/2022/Days/Images/Day74_CICD1.png b/docs/2022/Images/Day74_CICD1.png similarity index 100% rename from 2022/Days/Images/Day74_CICD1.png rename to docs/2022/Images/Day74_CICD1.png diff --git a/2022/Days/Images/Day74_CICD10.png b/docs/2022/Images/Day74_CICD10.png similarity index 100% rename from 2022/Days/Images/Day74_CICD10.png rename to docs/2022/Images/Day74_CICD10.png diff --git a/2022/Days/Images/Day74_CICD11.png b/docs/2022/Images/Day74_CICD11.png similarity index 100% rename from 2022/Days/Images/Day74_CICD11.png rename to docs/2022/Images/Day74_CICD11.png diff --git a/2022/Days/Images/Day74_CICD12.png b/docs/2022/Images/Day74_CICD12.png similarity index 100% rename from 2022/Days/Images/Day74_CICD12.png rename to docs/2022/Images/Day74_CICD12.png diff --git a/2022/Days/Images/Day74_CICD2.png b/docs/2022/Images/Day74_CICD2.png similarity index 100% rename from 2022/Days/Images/Day74_CICD2.png rename to docs/2022/Images/Day74_CICD2.png diff --git a/2022/Days/Images/Day74_CICD3.png b/docs/2022/Images/Day74_CICD3.png similarity index 100% rename from 2022/Days/Images/Day74_CICD3.png rename to docs/2022/Images/Day74_CICD3.png diff --git a/2022/Days/Images/Day74_CICD4.png b/docs/2022/Images/Day74_CICD4.png similarity index 100% rename from 2022/Days/Images/Day74_CICD4.png rename to docs/2022/Images/Day74_CICD4.png diff --git a/2022/Days/Images/Day74_CICD5.png b/docs/2022/Images/Day74_CICD5.png similarity index 100% rename from 2022/Days/Images/Day74_CICD5.png rename to docs/2022/Images/Day74_CICD5.png diff --git a/2022/Days/Images/Day74_CICD6.png b/docs/2022/Images/Day74_CICD6.png similarity index 100% rename from 2022/Days/Images/Day74_CICD6.png rename to docs/2022/Images/Day74_CICD6.png diff --git a/2022/Days/Images/Day74_CICD7.png b/docs/2022/Images/Day74_CICD7.png similarity index 100% rename from 2022/Days/Images/Day74_CICD7.png rename to docs/2022/Images/Day74_CICD7.png diff --git a/2022/Days/Images/Day74_CICD8.png b/docs/2022/Images/Day74_CICD8.png similarity index 100% rename from 2022/Days/Images/Day74_CICD8.png rename to docs/2022/Images/Day74_CICD8.png diff --git a/2022/Days/Images/Day74_CICD9.png b/docs/2022/Images/Day74_CICD9.png similarity index 100% rename from 2022/Days/Images/Day74_CICD9.png rename to docs/2022/Images/Day74_CICD9.png diff --git a/2022/Days/Images/Day75_CICD1.png b/docs/2022/Images/Day75_CICD1.png similarity index 100% rename from 2022/Days/Images/Day75_CICD1.png rename to docs/2022/Images/Day75_CICD1.png diff --git a/2022/Days/Images/Day75_CICD10.png b/docs/2022/Images/Day75_CICD10.png similarity index 100% rename from 2022/Days/Images/Day75_CICD10.png rename to docs/2022/Images/Day75_CICD10.png diff --git a/2022/Days/Images/Day75_CICD2.png b/docs/2022/Images/Day75_CICD2.png similarity index 100% rename from 2022/Days/Images/Day75_CICD2.png rename to docs/2022/Images/Day75_CICD2.png diff --git a/2022/Days/Images/Day75_CICD3.png b/docs/2022/Images/Day75_CICD3.png similarity index 100% rename from 2022/Days/Images/Day75_CICD3.png rename to docs/2022/Images/Day75_CICD3.png diff --git a/2022/Days/Images/Day75_CICD4.png b/docs/2022/Images/Day75_CICD4.png similarity index 100% rename from 2022/Days/Images/Day75_CICD4.png rename to docs/2022/Images/Day75_CICD4.png diff --git a/2022/Days/Images/Day75_CICD5.png b/docs/2022/Images/Day75_CICD5.png similarity index 100% rename from 2022/Days/Images/Day75_CICD5.png rename to docs/2022/Images/Day75_CICD5.png diff --git a/2022/Days/Images/Day75_CICD6.png b/docs/2022/Images/Day75_CICD6.png similarity index 100% rename from 2022/Days/Images/Day75_CICD6.png rename to docs/2022/Images/Day75_CICD6.png diff --git a/2022/Days/Images/Day75_CICD7.png b/docs/2022/Images/Day75_CICD7.png similarity index 100% rename from 2022/Days/Images/Day75_CICD7.png rename to docs/2022/Images/Day75_CICD7.png diff --git a/2022/Days/Images/Day75_CICD8.png b/docs/2022/Images/Day75_CICD8.png similarity index 100% rename from 2022/Days/Images/Day75_CICD8.png rename to docs/2022/Images/Day75_CICD8.png diff --git a/2022/Days/Images/Day75_CICD9.png b/docs/2022/Images/Day75_CICD9.png similarity index 100% rename from 2022/Days/Images/Day75_CICD9.png rename to docs/2022/Images/Day75_CICD9.png diff --git a/2022/Days/Images/Day76_CICD1.png b/docs/2022/Images/Day76_CICD1.png similarity index 100% rename from 2022/Days/Images/Day76_CICD1.png rename to docs/2022/Images/Day76_CICD1.png diff --git a/2022/Days/Images/Day76_CICD2.png b/docs/2022/Images/Day76_CICD2.png similarity index 100% rename from 2022/Days/Images/Day76_CICD2.png rename to docs/2022/Images/Day76_CICD2.png diff --git a/2022/Days/Images/Day76_CICD3.png b/docs/2022/Images/Day76_CICD3.png similarity index 100% rename from 2022/Days/Images/Day76_CICD3.png rename to docs/2022/Images/Day76_CICD3.png diff --git a/2022/Days/Images/Day76_CICD4.png b/docs/2022/Images/Day76_CICD4.png similarity index 100% rename from 2022/Days/Images/Day76_CICD4.png rename to docs/2022/Images/Day76_CICD4.png diff --git a/2022/Days/Images/Day76_CICD5.png b/docs/2022/Images/Day76_CICD5.png similarity index 100% rename from 2022/Days/Images/Day76_CICD5.png rename to docs/2022/Images/Day76_CICD5.png diff --git a/2022/Days/Images/Day76_CICD6.png b/docs/2022/Images/Day76_CICD6.png similarity index 100% rename from 2022/Days/Images/Day76_CICD6.png rename to docs/2022/Images/Day76_CICD6.png diff --git a/2022/Days/Images/Day77_Monitoring1.png b/docs/2022/Images/Day77_Monitoring1.png similarity index 100% rename from 2022/Days/Images/Day77_Monitoring1.png rename to docs/2022/Images/Day77_Monitoring1.png diff --git a/2022/Days/Images/Day77_Monitoring2.png b/docs/2022/Images/Day77_Monitoring2.png similarity index 100% rename from 2022/Days/Images/Day77_Monitoring2.png rename to docs/2022/Images/Day77_Monitoring2.png diff --git a/2022/Days/Images/Day77_Monitoring3.png b/docs/2022/Images/Day77_Monitoring3.png similarity index 100% rename from 2022/Days/Images/Day77_Monitoring3.png rename to docs/2022/Images/Day77_Monitoring3.png diff --git a/2022/Days/Images/Day78_Monitoring1.png b/docs/2022/Images/Day78_Monitoring1.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring1.png rename to docs/2022/Images/Day78_Monitoring1.png diff --git a/2022/Days/Images/Day78_Monitoring2.png b/docs/2022/Images/Day78_Monitoring2.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring2.png rename to docs/2022/Images/Day78_Monitoring2.png diff --git a/2022/Days/Images/Day78_Monitoring3.png b/docs/2022/Images/Day78_Monitoring3.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring3.png rename to docs/2022/Images/Day78_Monitoring3.png diff --git a/2022/Days/Images/Day78_Monitoring4.png b/docs/2022/Images/Day78_Monitoring4.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring4.png rename to docs/2022/Images/Day78_Monitoring4.png diff --git a/2022/Days/Images/Day78_Monitoring5.png b/docs/2022/Images/Day78_Monitoring5.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring5.png rename to docs/2022/Images/Day78_Monitoring5.png diff --git a/2022/Days/Images/Day78_Monitoring6.png b/docs/2022/Images/Day78_Monitoring6.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring6.png rename to docs/2022/Images/Day78_Monitoring6.png diff --git a/2022/Days/Images/Day78_Monitoring7.png b/docs/2022/Images/Day78_Monitoring7.png similarity index 100% rename from 2022/Days/Images/Day78_Monitoring7.png rename to docs/2022/Images/Day78_Monitoring7.png diff --git a/2022/Days/Images/Day80_Monitoring1.png b/docs/2022/Images/Day80_Monitoring1.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring1.png rename to docs/2022/Images/Day80_Monitoring1.png diff --git a/2022/Days/Images/Day80_Monitoring2.png b/docs/2022/Images/Day80_Monitoring2.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring2.png rename to docs/2022/Images/Day80_Monitoring2.png diff --git a/2022/Days/Images/Day80_Monitoring3.png b/docs/2022/Images/Day80_Monitoring3.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring3.png rename to docs/2022/Images/Day80_Monitoring3.png diff --git a/2022/Days/Images/Day80_Monitoring4.png b/docs/2022/Images/Day80_Monitoring4.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring4.png rename to docs/2022/Images/Day80_Monitoring4.png diff --git a/2022/Days/Images/Day80_Monitoring5.png b/docs/2022/Images/Day80_Monitoring5.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring5.png rename to docs/2022/Images/Day80_Monitoring5.png diff --git a/2022/Days/Images/Day80_Monitoring6.png b/docs/2022/Images/Day80_Monitoring6.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring6.png rename to docs/2022/Images/Day80_Monitoring6.png diff --git a/2022/Days/Images/Day80_Monitoring7.png b/docs/2022/Images/Day80_Monitoring7.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring7.png rename to docs/2022/Images/Day80_Monitoring7.png diff --git a/2022/Days/Images/Day80_Monitoring8.png b/docs/2022/Images/Day80_Monitoring8.png similarity index 100% rename from 2022/Days/Images/Day80_Monitoring8.png rename to docs/2022/Images/Day80_Monitoring8.png diff --git a/2022/Days/Images/Day81_Monitoring1.png b/docs/2022/Images/Day81_Monitoring1.png similarity index 100% rename from 2022/Days/Images/Day81_Monitoring1.png rename to docs/2022/Images/Day81_Monitoring1.png diff --git a/2022/Days/Images/Day81_Monitoring2.png b/docs/2022/Images/Day81_Monitoring2.png similarity index 100% rename from 2022/Days/Images/Day81_Monitoring2.png rename to docs/2022/Images/Day81_Monitoring2.png diff --git a/2022/Days/Images/Day81_Monitoring3.png b/docs/2022/Images/Day81_Monitoring3.png similarity index 100% rename from 2022/Days/Images/Day81_Monitoring3.png rename to docs/2022/Images/Day81_Monitoring3.png diff --git a/2022/Days/Images/Day81_Monitoring4.png b/docs/2022/Images/Day81_Monitoring4.png similarity index 100% rename from 2022/Days/Images/Day81_Monitoring4.png rename to docs/2022/Images/Day81_Monitoring4.png diff --git a/2022/Days/Images/Day82_Monitoring1.png b/docs/2022/Images/Day82_Monitoring1.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring1.png rename to docs/2022/Images/Day82_Monitoring1.png diff --git a/2022/Days/Images/Day82_Monitoring10.png b/docs/2022/Images/Day82_Monitoring10.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring10.png rename to docs/2022/Images/Day82_Monitoring10.png diff --git a/2022/Days/Images/Day82_Monitoring11.png b/docs/2022/Images/Day82_Monitoring11.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring11.png rename to docs/2022/Images/Day82_Monitoring11.png diff --git a/2022/Days/Images/Day82_Monitoring12.png b/docs/2022/Images/Day82_Monitoring12.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring12.png rename to docs/2022/Images/Day82_Monitoring12.png diff --git a/2022/Days/Images/Day82_Monitoring13.png b/docs/2022/Images/Day82_Monitoring13.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring13.png rename to docs/2022/Images/Day82_Monitoring13.png diff --git a/2022/Days/Images/Day82_Monitoring2.png b/docs/2022/Images/Day82_Monitoring2.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring2.png rename to docs/2022/Images/Day82_Monitoring2.png diff --git a/2022/Days/Images/Day82_Monitoring3.png b/docs/2022/Images/Day82_Monitoring3.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring3.png rename to docs/2022/Images/Day82_Monitoring3.png diff --git a/2022/Days/Images/Day82_Monitoring4.png b/docs/2022/Images/Day82_Monitoring4.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring4.png rename to docs/2022/Images/Day82_Monitoring4.png diff --git a/2022/Days/Images/Day82_Monitoring5.png b/docs/2022/Images/Day82_Monitoring5.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring5.png rename to docs/2022/Images/Day82_Monitoring5.png diff --git a/2022/Days/Images/Day82_Monitoring6.png b/docs/2022/Images/Day82_Monitoring6.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring6.png rename to docs/2022/Images/Day82_Monitoring6.png diff --git a/2022/Days/Images/Day82_Monitoring7.png b/docs/2022/Images/Day82_Monitoring7.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring7.png rename to docs/2022/Images/Day82_Monitoring7.png diff --git a/2022/Days/Images/Day82_Monitoring8.png b/docs/2022/Images/Day82_Monitoring8.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring8.png rename to docs/2022/Images/Day82_Monitoring8.png diff --git a/2022/Days/Images/Day82_Monitoring9.png b/docs/2022/Images/Day82_Monitoring9.png similarity index 100% rename from 2022/Days/Images/Day82_Monitoring9.png rename to docs/2022/Images/Day82_Monitoring9.png diff --git a/2022/Days/Images/Day83_Monitoring1.png b/docs/2022/Images/Day83_Monitoring1.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring1.png rename to docs/2022/Images/Day83_Monitoring1.png diff --git a/2022/Days/Images/Day83_Monitoring10.png b/docs/2022/Images/Day83_Monitoring10.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring10.png rename to docs/2022/Images/Day83_Monitoring10.png diff --git a/2022/Days/Images/Day83_Monitoring11.png b/docs/2022/Images/Day83_Monitoring11.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring11.png rename to docs/2022/Images/Day83_Monitoring11.png diff --git a/2022/Days/Images/Day83_Monitoring12.png b/docs/2022/Images/Day83_Monitoring12.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring12.png rename to docs/2022/Images/Day83_Monitoring12.png diff --git a/2022/Days/Images/Day83_Monitoring13.png b/docs/2022/Images/Day83_Monitoring13.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring13.png rename to docs/2022/Images/Day83_Monitoring13.png diff --git a/2022/Days/Images/Day83_Monitoring14.png b/docs/2022/Images/Day83_Monitoring14.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring14.png rename to docs/2022/Images/Day83_Monitoring14.png diff --git a/2022/Days/Images/Day83_Monitoring15.png b/docs/2022/Images/Day83_Monitoring15.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring15.png rename to docs/2022/Images/Day83_Monitoring15.png diff --git a/2022/Days/Images/Day83_Monitoring16.png b/docs/2022/Images/Day83_Monitoring16.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring16.png rename to docs/2022/Images/Day83_Monitoring16.png diff --git a/2022/Days/Images/Day83_Monitoring17.png b/docs/2022/Images/Day83_Monitoring17.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring17.png rename to docs/2022/Images/Day83_Monitoring17.png diff --git a/2022/Days/Images/Day83_Monitoring18.png b/docs/2022/Images/Day83_Monitoring18.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring18.png rename to docs/2022/Images/Day83_Monitoring18.png diff --git a/2022/Days/Images/Day83_Monitoring19.png b/docs/2022/Images/Day83_Monitoring19.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring19.png rename to docs/2022/Images/Day83_Monitoring19.png diff --git a/2022/Days/Images/Day83_Monitoring2.png b/docs/2022/Images/Day83_Monitoring2.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring2.png rename to docs/2022/Images/Day83_Monitoring2.png diff --git a/2022/Days/Images/Day83_Monitoring20.png b/docs/2022/Images/Day83_Monitoring20.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring20.png rename to docs/2022/Images/Day83_Monitoring20.png diff --git a/2022/Days/Images/Day83_Monitoring21.png b/docs/2022/Images/Day83_Monitoring21.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring21.png rename to docs/2022/Images/Day83_Monitoring21.png diff --git a/2022/Days/Images/Day83_Monitoring3.png b/docs/2022/Images/Day83_Monitoring3.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring3.png rename to docs/2022/Images/Day83_Monitoring3.png diff --git a/2022/Days/Images/Day83_Monitoring4.png b/docs/2022/Images/Day83_Monitoring4.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring4.png rename to docs/2022/Images/Day83_Monitoring4.png diff --git a/2022/Days/Images/Day83_Monitoring5.png b/docs/2022/Images/Day83_Monitoring5.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring5.png rename to docs/2022/Images/Day83_Monitoring5.png diff --git a/2022/Days/Images/Day83_Monitoring6.png b/docs/2022/Images/Day83_Monitoring6.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring6.png rename to docs/2022/Images/Day83_Monitoring6.png diff --git a/2022/Days/Images/Day83_Monitoring7.png b/docs/2022/Images/Day83_Monitoring7.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring7.png rename to docs/2022/Images/Day83_Monitoring7.png diff --git a/2022/Days/Images/Day83_Monitoring8.png b/docs/2022/Images/Day83_Monitoring8.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring8.png rename to docs/2022/Images/Day83_Monitoring8.png diff --git a/2022/Days/Images/Day83_Monitoring9.png b/docs/2022/Images/Day83_Monitoring9.png similarity index 100% rename from 2022/Days/Images/Day83_Monitoring9.png rename to docs/2022/Images/Day83_Monitoring9.png diff --git a/2022/Days/Images/Day84_Data1.png b/docs/2022/Images/Day84_Data1.png similarity index 100% rename from 2022/Days/Images/Day84_Data1.png rename to docs/2022/Images/Day84_Data1.png diff --git a/2022/Days/Images/Day85_Data1.png b/docs/2022/Images/Day85_Data1.png similarity index 100% rename from 2022/Days/Images/Day85_Data1.png rename to docs/2022/Images/Day85_Data1.png diff --git a/2022/Days/Images/Day85_Data2.png b/docs/2022/Images/Day85_Data2.png similarity index 100% rename from 2022/Days/Images/Day85_Data2.png rename to docs/2022/Images/Day85_Data2.png diff --git a/2022/Days/Images/Day85_Data3.png b/docs/2022/Images/Day85_Data3.png similarity index 100% rename from 2022/Days/Images/Day85_Data3.png rename to docs/2022/Images/Day85_Data3.png diff --git a/2022/Days/Images/Day85_Data4.png b/docs/2022/Images/Day85_Data4.png similarity index 100% rename from 2022/Days/Images/Day85_Data4.png rename to docs/2022/Images/Day85_Data4.png diff --git a/2022/Days/Images/Day86_Data1.png b/docs/2022/Images/Day86_Data1.png similarity index 100% rename from 2022/Days/Images/Day86_Data1.png rename to docs/2022/Images/Day86_Data1.png diff --git a/2022/Days/Images/Day86_Data10.png b/docs/2022/Images/Day86_Data10.png similarity index 100% rename from 2022/Days/Images/Day86_Data10.png rename to docs/2022/Images/Day86_Data10.png diff --git a/2022/Days/Images/Day86_Data11.png b/docs/2022/Images/Day86_Data11.png similarity index 100% rename from 2022/Days/Images/Day86_Data11.png rename to docs/2022/Images/Day86_Data11.png diff --git a/2022/Days/Images/Day86_Data12.png b/docs/2022/Images/Day86_Data12.png similarity index 100% rename from 2022/Days/Images/Day86_Data12.png rename to docs/2022/Images/Day86_Data12.png diff --git a/2022/Days/Images/Day86_Data13.png b/docs/2022/Images/Day86_Data13.png similarity index 100% rename from 2022/Days/Images/Day86_Data13.png rename to docs/2022/Images/Day86_Data13.png diff --git a/2022/Days/Images/Day86_Data14.png b/docs/2022/Images/Day86_Data14.png similarity index 100% rename from 2022/Days/Images/Day86_Data14.png rename to docs/2022/Images/Day86_Data14.png diff --git a/2022/Days/Images/Day86_Data15.png b/docs/2022/Images/Day86_Data15.png similarity index 100% rename from 2022/Days/Images/Day86_Data15.png rename to docs/2022/Images/Day86_Data15.png diff --git a/2022/Days/Images/Day86_Data16.png b/docs/2022/Images/Day86_Data16.png similarity index 100% rename from 2022/Days/Images/Day86_Data16.png rename to docs/2022/Images/Day86_Data16.png diff --git a/2022/Days/Images/Day86_Data17.png b/docs/2022/Images/Day86_Data17.png similarity index 100% rename from 2022/Days/Images/Day86_Data17.png rename to docs/2022/Images/Day86_Data17.png diff --git a/2022/Days/Images/Day86_Data18.png b/docs/2022/Images/Day86_Data18.png similarity index 100% rename from 2022/Days/Images/Day86_Data18.png rename to docs/2022/Images/Day86_Data18.png diff --git a/2022/Days/Images/Day86_Data19.png b/docs/2022/Images/Day86_Data19.png similarity index 100% rename from 2022/Days/Images/Day86_Data19.png rename to docs/2022/Images/Day86_Data19.png diff --git a/2022/Days/Images/Day86_Data2.png b/docs/2022/Images/Day86_Data2.png similarity index 100% rename from 2022/Days/Images/Day86_Data2.png rename to docs/2022/Images/Day86_Data2.png diff --git a/2022/Days/Images/Day86_Data20.png b/docs/2022/Images/Day86_Data20.png similarity index 100% rename from 2022/Days/Images/Day86_Data20.png rename to docs/2022/Images/Day86_Data20.png diff --git a/2022/Days/Images/Day86_Data21.png b/docs/2022/Images/Day86_Data21.png similarity index 100% rename from 2022/Days/Images/Day86_Data21.png rename to docs/2022/Images/Day86_Data21.png diff --git a/2022/Days/Images/Day86_Data22.png b/docs/2022/Images/Day86_Data22.png similarity index 100% rename from 2022/Days/Images/Day86_Data22.png rename to docs/2022/Images/Day86_Data22.png diff --git a/2022/Days/Images/Day86_Data3.png b/docs/2022/Images/Day86_Data3.png similarity index 100% rename from 2022/Days/Images/Day86_Data3.png rename to docs/2022/Images/Day86_Data3.png diff --git a/2022/Days/Images/Day86_Data4.png b/docs/2022/Images/Day86_Data4.png similarity index 100% rename from 2022/Days/Images/Day86_Data4.png rename to docs/2022/Images/Day86_Data4.png diff --git a/2022/Days/Images/Day86_Data5.png b/docs/2022/Images/Day86_Data5.png similarity index 100% rename from 2022/Days/Images/Day86_Data5.png rename to docs/2022/Images/Day86_Data5.png diff --git a/2022/Days/Images/Day86_Data6.png b/docs/2022/Images/Day86_Data6.png similarity index 100% rename from 2022/Days/Images/Day86_Data6.png rename to docs/2022/Images/Day86_Data6.png diff --git a/2022/Days/Images/Day86_Data7.png b/docs/2022/Images/Day86_Data7.png similarity index 100% rename from 2022/Days/Images/Day86_Data7.png rename to docs/2022/Images/Day86_Data7.png diff --git a/2022/Days/Images/Day86_Data8.png b/docs/2022/Images/Day86_Data8.png similarity index 100% rename from 2022/Days/Images/Day86_Data8.png rename to docs/2022/Images/Day86_Data8.png diff --git a/2022/Days/Images/Day86_Data9.png b/docs/2022/Images/Day86_Data9.png similarity index 100% rename from 2022/Days/Images/Day86_Data9.png rename to docs/2022/Images/Day86_Data9.png diff --git a/2022/Days/Images/Day87_Data1.png b/docs/2022/Images/Day87_Data1.png similarity index 100% rename from 2022/Days/Images/Day87_Data1.png rename to docs/2022/Images/Day87_Data1.png diff --git a/2022/Days/Images/Day87_Data10.png b/docs/2022/Images/Day87_Data10.png similarity index 100% rename from 2022/Days/Images/Day87_Data10.png rename to docs/2022/Images/Day87_Data10.png diff --git a/2022/Days/Images/Day87_Data11.png b/docs/2022/Images/Day87_Data11.png similarity index 100% rename from 2022/Days/Images/Day87_Data11.png rename to docs/2022/Images/Day87_Data11.png diff --git a/2022/Days/Images/Day87_Data12.png b/docs/2022/Images/Day87_Data12.png similarity index 100% rename from 2022/Days/Images/Day87_Data12.png rename to docs/2022/Images/Day87_Data12.png diff --git a/2022/Days/Images/Day87_Data13.png b/docs/2022/Images/Day87_Data13.png similarity index 100% rename from 2022/Days/Images/Day87_Data13.png rename to docs/2022/Images/Day87_Data13.png diff --git a/2022/Days/Images/Day87_Data14.png b/docs/2022/Images/Day87_Data14.png similarity index 100% rename from 2022/Days/Images/Day87_Data14.png rename to docs/2022/Images/Day87_Data14.png diff --git a/2022/Days/Images/Day87_Data15.png b/docs/2022/Images/Day87_Data15.png similarity index 100% rename from 2022/Days/Images/Day87_Data15.png rename to docs/2022/Images/Day87_Data15.png diff --git a/2022/Days/Images/Day87_Data16.png b/docs/2022/Images/Day87_Data16.png similarity index 100% rename from 2022/Days/Images/Day87_Data16.png rename to docs/2022/Images/Day87_Data16.png diff --git a/2022/Days/Images/Day87_Data17.png b/docs/2022/Images/Day87_Data17.png similarity index 100% rename from 2022/Days/Images/Day87_Data17.png rename to docs/2022/Images/Day87_Data17.png diff --git a/2022/Days/Images/Day87_Data18.png b/docs/2022/Images/Day87_Data18.png similarity index 100% rename from 2022/Days/Images/Day87_Data18.png rename to docs/2022/Images/Day87_Data18.png diff --git a/2022/Days/Images/Day87_Data19.png b/docs/2022/Images/Day87_Data19.png similarity index 100% rename from 2022/Days/Images/Day87_Data19.png rename to docs/2022/Images/Day87_Data19.png diff --git a/2022/Days/Images/Day87_Data2.png b/docs/2022/Images/Day87_Data2.png similarity index 100% rename from 2022/Days/Images/Day87_Data2.png rename to docs/2022/Images/Day87_Data2.png diff --git a/2022/Days/Images/Day87_Data20.png b/docs/2022/Images/Day87_Data20.png similarity index 100% rename from 2022/Days/Images/Day87_Data20.png rename to docs/2022/Images/Day87_Data20.png diff --git a/2022/Days/Images/Day87_Data21.png b/docs/2022/Images/Day87_Data21.png similarity index 100% rename from 2022/Days/Images/Day87_Data21.png rename to docs/2022/Images/Day87_Data21.png diff --git a/2022/Days/Images/Day87_Data22.png b/docs/2022/Images/Day87_Data22.png similarity index 100% rename from 2022/Days/Images/Day87_Data22.png rename to docs/2022/Images/Day87_Data22.png diff --git a/2022/Days/Images/Day87_Data23.png b/docs/2022/Images/Day87_Data23.png similarity index 100% rename from 2022/Days/Images/Day87_Data23.png rename to docs/2022/Images/Day87_Data23.png diff --git a/2022/Days/Images/Day87_Data3.png b/docs/2022/Images/Day87_Data3.png similarity index 100% rename from 2022/Days/Images/Day87_Data3.png rename to docs/2022/Images/Day87_Data3.png diff --git a/2022/Days/Images/Day87_Data4.png b/docs/2022/Images/Day87_Data4.png similarity index 100% rename from 2022/Days/Images/Day87_Data4.png rename to docs/2022/Images/Day87_Data4.png diff --git a/2022/Days/Images/Day87_Data5.png b/docs/2022/Images/Day87_Data5.png similarity index 100% rename from 2022/Days/Images/Day87_Data5.png rename to docs/2022/Images/Day87_Data5.png diff --git a/2022/Days/Images/Day87_Data6.png b/docs/2022/Images/Day87_Data6.png similarity index 100% rename from 2022/Days/Images/Day87_Data6.png rename to docs/2022/Images/Day87_Data6.png diff --git a/2022/Days/Images/Day87_Data7.png b/docs/2022/Images/Day87_Data7.png similarity index 100% rename from 2022/Days/Images/Day87_Data7.png rename to docs/2022/Images/Day87_Data7.png diff --git a/2022/Days/Images/Day87_Data8.png b/docs/2022/Images/Day87_Data8.png similarity index 100% rename from 2022/Days/Images/Day87_Data8.png rename to docs/2022/Images/Day87_Data8.png diff --git a/2022/Days/Images/Day87_Data9.png b/docs/2022/Images/Day87_Data9.png similarity index 100% rename from 2022/Days/Images/Day87_Data9.png rename to docs/2022/Images/Day87_Data9.png diff --git a/2022/Days/Images/Day88_Data1.png b/docs/2022/Images/Day88_Data1.png similarity index 100% rename from 2022/Days/Images/Day88_Data1.png rename to docs/2022/Images/Day88_Data1.png diff --git a/2022/Days/Images/Day88_Data10.png b/docs/2022/Images/Day88_Data10.png similarity index 100% rename from 2022/Days/Images/Day88_Data10.png rename to docs/2022/Images/Day88_Data10.png diff --git a/2022/Days/Images/Day88_Data11.png b/docs/2022/Images/Day88_Data11.png similarity index 100% rename from 2022/Days/Images/Day88_Data11.png rename to docs/2022/Images/Day88_Data11.png diff --git a/2022/Days/Images/Day88_Data12.png b/docs/2022/Images/Day88_Data12.png similarity index 100% rename from 2022/Days/Images/Day88_Data12.png rename to docs/2022/Images/Day88_Data12.png diff --git a/2022/Days/Images/Day88_Data13.png b/docs/2022/Images/Day88_Data13.png similarity index 100% rename from 2022/Days/Images/Day88_Data13.png rename to docs/2022/Images/Day88_Data13.png diff --git a/2022/Days/Images/Day88_Data14.png b/docs/2022/Images/Day88_Data14.png similarity index 100% rename from 2022/Days/Images/Day88_Data14.png rename to docs/2022/Images/Day88_Data14.png diff --git a/2022/Days/Images/Day88_Data15.png b/docs/2022/Images/Day88_Data15.png similarity index 100% rename from 2022/Days/Images/Day88_Data15.png rename to docs/2022/Images/Day88_Data15.png diff --git a/2022/Days/Images/Day88_Data16.png b/docs/2022/Images/Day88_Data16.png similarity index 100% rename from 2022/Days/Images/Day88_Data16.png rename to docs/2022/Images/Day88_Data16.png diff --git a/2022/Days/Images/Day88_Data17.png b/docs/2022/Images/Day88_Data17.png similarity index 100% rename from 2022/Days/Images/Day88_Data17.png rename to docs/2022/Images/Day88_Data17.png diff --git a/2022/Days/Images/Day88_Data2.png b/docs/2022/Images/Day88_Data2.png similarity index 100% rename from 2022/Days/Images/Day88_Data2.png rename to docs/2022/Images/Day88_Data2.png diff --git a/2022/Days/Images/Day88_Data3.png b/docs/2022/Images/Day88_Data3.png similarity index 100% rename from 2022/Days/Images/Day88_Data3.png rename to docs/2022/Images/Day88_Data3.png diff --git a/2022/Days/Images/Day88_Data4.png b/docs/2022/Images/Day88_Data4.png similarity index 100% rename from 2022/Days/Images/Day88_Data4.png rename to docs/2022/Images/Day88_Data4.png diff --git a/2022/Days/Images/Day88_Data5.png b/docs/2022/Images/Day88_Data5.png similarity index 100% rename from 2022/Days/Images/Day88_Data5.png rename to docs/2022/Images/Day88_Data5.png diff --git a/2022/Days/Images/Day88_Data6.png b/docs/2022/Images/Day88_Data6.png similarity index 100% rename from 2022/Days/Images/Day88_Data6.png rename to docs/2022/Images/Day88_Data6.png diff --git a/2022/Days/Images/Day88_Data7.png b/docs/2022/Images/Day88_Data7.png similarity index 100% rename from 2022/Days/Images/Day88_Data7.png rename to docs/2022/Images/Day88_Data7.png diff --git a/2022/Days/Images/Day88_Data8.png b/docs/2022/Images/Day88_Data8.png similarity index 100% rename from 2022/Days/Images/Day88_Data8.png rename to docs/2022/Images/Day88_Data8.png diff --git a/2022/Days/Images/Day88_Data9.png b/docs/2022/Images/Day88_Data9.png similarity index 100% rename from 2022/Days/Images/Day88_Data9.png rename to docs/2022/Images/Day88_Data9.png diff --git a/2022/Days/Images/Day89_Data1.png b/docs/2022/Images/Day89_Data1.png similarity index 100% rename from 2022/Days/Images/Day89_Data1.png rename to docs/2022/Images/Day89_Data1.png diff --git a/2022/Days/Images/Day89_Data10.png b/docs/2022/Images/Day89_Data10.png similarity index 100% rename from 2022/Days/Images/Day89_Data10.png rename to docs/2022/Images/Day89_Data10.png diff --git a/2022/Days/Images/Day89_Data11.png b/docs/2022/Images/Day89_Data11.png similarity index 100% rename from 2022/Days/Images/Day89_Data11.png rename to docs/2022/Images/Day89_Data11.png diff --git a/2022/Days/Images/Day89_Data12.png b/docs/2022/Images/Day89_Data12.png similarity index 100% rename from 2022/Days/Images/Day89_Data12.png rename to docs/2022/Images/Day89_Data12.png diff --git a/2022/Days/Images/Day89_Data13.png b/docs/2022/Images/Day89_Data13.png similarity index 100% rename from 2022/Days/Images/Day89_Data13.png rename to docs/2022/Images/Day89_Data13.png diff --git a/2022/Days/Images/Day89_Data14.png b/docs/2022/Images/Day89_Data14.png similarity index 100% rename from 2022/Days/Images/Day89_Data14.png rename to docs/2022/Images/Day89_Data14.png diff --git a/2022/Days/Images/Day89_Data15.png b/docs/2022/Images/Day89_Data15.png similarity index 100% rename from 2022/Days/Images/Day89_Data15.png rename to docs/2022/Images/Day89_Data15.png diff --git a/2022/Days/Images/Day89_Data16.png b/docs/2022/Images/Day89_Data16.png similarity index 100% rename from 2022/Days/Images/Day89_Data16.png rename to docs/2022/Images/Day89_Data16.png diff --git a/2022/Days/Images/Day89_Data17.png b/docs/2022/Images/Day89_Data17.png similarity index 100% rename from 2022/Days/Images/Day89_Data17.png rename to docs/2022/Images/Day89_Data17.png diff --git a/2022/Days/Images/Day89_Data18.png b/docs/2022/Images/Day89_Data18.png similarity index 100% rename from 2022/Days/Images/Day89_Data18.png rename to docs/2022/Images/Day89_Data18.png diff --git a/2022/Days/Images/Day89_Data19.png b/docs/2022/Images/Day89_Data19.png similarity index 100% rename from 2022/Days/Images/Day89_Data19.png rename to docs/2022/Images/Day89_Data19.png diff --git a/2022/Days/Images/Day89_Data2.png b/docs/2022/Images/Day89_Data2.png similarity index 100% rename from 2022/Days/Images/Day89_Data2.png rename to docs/2022/Images/Day89_Data2.png diff --git a/2022/Days/Images/Day89_Data20.png b/docs/2022/Images/Day89_Data20.png similarity index 100% rename from 2022/Days/Images/Day89_Data20.png rename to docs/2022/Images/Day89_Data20.png diff --git a/2022/Days/Images/Day89_Data21.png b/docs/2022/Images/Day89_Data21.png similarity index 100% rename from 2022/Days/Images/Day89_Data21.png rename to docs/2022/Images/Day89_Data21.png diff --git a/2022/Days/Images/Day89_Data22.png b/docs/2022/Images/Day89_Data22.png similarity index 100% rename from 2022/Days/Images/Day89_Data22.png rename to docs/2022/Images/Day89_Data22.png diff --git a/2022/Days/Images/Day89_Data23.png b/docs/2022/Images/Day89_Data23.png similarity index 100% rename from 2022/Days/Images/Day89_Data23.png rename to docs/2022/Images/Day89_Data23.png diff --git a/2022/Days/Images/Day89_Data24.png b/docs/2022/Images/Day89_Data24.png similarity index 100% rename from 2022/Days/Images/Day89_Data24.png rename to docs/2022/Images/Day89_Data24.png diff --git a/2022/Days/Images/Day89_Data25.png b/docs/2022/Images/Day89_Data25.png similarity index 100% rename from 2022/Days/Images/Day89_Data25.png rename to docs/2022/Images/Day89_Data25.png diff --git a/2022/Days/Images/Day89_Data26.png b/docs/2022/Images/Day89_Data26.png similarity index 100% rename from 2022/Days/Images/Day89_Data26.png rename to docs/2022/Images/Day89_Data26.png diff --git a/2022/Days/Images/Day89_Data3.png b/docs/2022/Images/Day89_Data3.png similarity index 100% rename from 2022/Days/Images/Day89_Data3.png rename to docs/2022/Images/Day89_Data3.png diff --git a/2022/Days/Images/Day89_Data4.png b/docs/2022/Images/Day89_Data4.png similarity index 100% rename from 2022/Days/Images/Day89_Data4.png rename to docs/2022/Images/Day89_Data4.png diff --git a/2022/Days/Images/Day89_Data5.png b/docs/2022/Images/Day89_Data5.png similarity index 100% rename from 2022/Days/Images/Day89_Data5.png rename to docs/2022/Images/Day89_Data5.png diff --git a/2022/Days/Images/Day89_Data6.png b/docs/2022/Images/Day89_Data6.png similarity index 100% rename from 2022/Days/Images/Day89_Data6.png rename to docs/2022/Images/Day89_Data6.png diff --git a/2022/Days/Images/Day89_Data7.png b/docs/2022/Images/Day89_Data7.png similarity index 100% rename from 2022/Days/Images/Day89_Data7.png rename to docs/2022/Images/Day89_Data7.png diff --git a/2022/Days/Images/Day89_Data8.png b/docs/2022/Images/Day89_Data8.png similarity index 100% rename from 2022/Days/Images/Day89_Data8.png rename to docs/2022/Images/Day89_Data8.png diff --git a/2022/Days/Images/Day89_Data9.png b/docs/2022/Images/Day89_Data9.png similarity index 100% rename from 2022/Days/Images/Day89_Data9.png rename to docs/2022/Images/Day89_Data9.png diff --git a/2022/Days/Images/Day8_Go1.png b/docs/2022/Images/Day8_Go1.png similarity index 100% rename from 2022/Days/Images/Day8_Go1.png rename to docs/2022/Images/Day8_Go1.png diff --git a/2022/Days/Images/Day8_Go10.png b/docs/2022/Images/Day8_Go10.png similarity index 100% rename from 2022/Days/Images/Day8_Go10.png rename to docs/2022/Images/Day8_Go10.png diff --git a/2022/Days/Images/Day8_Go11.png b/docs/2022/Images/Day8_Go11.png similarity index 100% rename from 2022/Days/Images/Day8_Go11.png rename to docs/2022/Images/Day8_Go11.png diff --git a/2022/Days/Images/Day8_Go12.png b/docs/2022/Images/Day8_Go12.png similarity index 100% rename from 2022/Days/Images/Day8_Go12.png rename to docs/2022/Images/Day8_Go12.png diff --git a/2022/Days/Images/Day8_Go13.png b/docs/2022/Images/Day8_Go13.png similarity index 100% rename from 2022/Days/Images/Day8_Go13.png rename to docs/2022/Images/Day8_Go13.png diff --git a/2022/Days/Images/Day8_Go2.png b/docs/2022/Images/Day8_Go2.png similarity index 100% rename from 2022/Days/Images/Day8_Go2.png rename to docs/2022/Images/Day8_Go2.png diff --git a/2022/Days/Images/Day8_Go3.png b/docs/2022/Images/Day8_Go3.png similarity index 100% rename from 2022/Days/Images/Day8_Go3.png rename to docs/2022/Images/Day8_Go3.png diff --git a/2022/Days/Images/Day8_Go4.png b/docs/2022/Images/Day8_Go4.png similarity index 100% rename from 2022/Days/Images/Day8_Go4.png rename to docs/2022/Images/Day8_Go4.png diff --git a/2022/Days/Images/Day8_Go5.png b/docs/2022/Images/Day8_Go5.png similarity index 100% rename from 2022/Days/Images/Day8_Go5.png rename to docs/2022/Images/Day8_Go5.png diff --git a/2022/Days/Images/Day8_Go6.png b/docs/2022/Images/Day8_Go6.png similarity index 100% rename from 2022/Days/Images/Day8_Go6.png rename to docs/2022/Images/Day8_Go6.png diff --git a/2022/Days/Images/Day8_Go7.png b/docs/2022/Images/Day8_Go7.png similarity index 100% rename from 2022/Days/Images/Day8_Go7.png rename to docs/2022/Images/Day8_Go7.png diff --git a/2022/Days/Images/Day8_Go8.png b/docs/2022/Images/Day8_Go8.png similarity index 100% rename from 2022/Days/Images/Day8_Go8.png rename to docs/2022/Images/Day8_Go8.png diff --git a/2022/Days/Images/Day8_Go9.png b/docs/2022/Images/Day8_Go9.png similarity index 100% rename from 2022/Days/Images/Day8_Go9.png rename to docs/2022/Images/Day8_Go9.png diff --git a/2022/Days/Images/Day90_Data1.png b/docs/2022/Images/Day90_Data1.png similarity index 100% rename from 2022/Days/Images/Day90_Data1.png rename to docs/2022/Images/Day90_Data1.png diff --git a/2022/Days/Images/Day90_Data10.png b/docs/2022/Images/Day90_Data10.png similarity index 100% rename from 2022/Days/Images/Day90_Data10.png rename to docs/2022/Images/Day90_Data10.png diff --git a/2022/Days/Images/Day90_Data11.png b/docs/2022/Images/Day90_Data11.png similarity index 100% rename from 2022/Days/Images/Day90_Data11.png rename to docs/2022/Images/Day90_Data11.png diff --git a/2022/Days/Images/Day90_Data12.png b/docs/2022/Images/Day90_Data12.png similarity index 100% rename from 2022/Days/Images/Day90_Data12.png rename to docs/2022/Images/Day90_Data12.png diff --git a/2022/Days/Images/Day90_Data13.png b/docs/2022/Images/Day90_Data13.png similarity index 100% rename from 2022/Days/Images/Day90_Data13.png rename to docs/2022/Images/Day90_Data13.png diff --git a/2022/Days/Images/Day90_Data2.png b/docs/2022/Images/Day90_Data2.png similarity index 100% rename from 2022/Days/Images/Day90_Data2.png rename to docs/2022/Images/Day90_Data2.png diff --git a/2022/Days/Images/Day90_Data3.png b/docs/2022/Images/Day90_Data3.png similarity index 100% rename from 2022/Days/Images/Day90_Data3.png rename to docs/2022/Images/Day90_Data3.png diff --git a/2022/Days/Images/Day90_Data4.png b/docs/2022/Images/Day90_Data4.png similarity index 100% rename from 2022/Days/Images/Day90_Data4.png rename to docs/2022/Images/Day90_Data4.png diff --git a/2022/Days/Images/Day90_Data5.png b/docs/2022/Images/Day90_Data5.png similarity index 100% rename from 2022/Days/Images/Day90_Data5.png rename to docs/2022/Images/Day90_Data5.png diff --git a/2022/Days/Images/Day90_Data6.png b/docs/2022/Images/Day90_Data6.png similarity index 100% rename from 2022/Days/Images/Day90_Data6.png rename to docs/2022/Images/Day90_Data6.png diff --git a/2022/Days/Images/Day90_Data7.png b/docs/2022/Images/Day90_Data7.png similarity index 100% rename from 2022/Days/Images/Day90_Data7.png rename to docs/2022/Images/Day90_Data7.png diff --git a/2022/Days/Images/Day90_Data8.png b/docs/2022/Images/Day90_Data8.png similarity index 100% rename from 2022/Days/Images/Day90_Data8.png rename to docs/2022/Images/Day90_Data8.png diff --git a/2022/Days/Images/Day90_Data9.png b/docs/2022/Images/Day90_Data9.png similarity index 100% rename from 2022/Days/Images/Day90_Data9.png rename to docs/2022/Images/Day90_Data9.png diff --git a/2022/Days/Images/Day9_Go1.png b/docs/2022/Images/Day9_Go1.png similarity index 100% rename from 2022/Days/Images/Day9_Go1.png rename to docs/2022/Images/Day9_Go1.png diff --git a/2022/Days/Images/Day9_Go2.png b/docs/2022/Images/Day9_Go2.png similarity index 100% rename from 2022/Days/Images/Day9_Go2.png rename to docs/2022/Images/Day9_Go2.png diff --git a/2022/Days/Images/Day9_Go3.png b/docs/2022/Images/Day9_Go3.png similarity index 100% rename from 2022/Days/Images/Day9_Go3.png rename to docs/2022/Images/Day9_Go3.png diff --git a/2022/Days/Images/Day9_Go4.png b/docs/2022/Images/Day9_Go4.png similarity index 100% rename from 2022/Days/Images/Day9_Go4.png rename to docs/2022/Images/Day9_Go4.png diff --git a/2022/Days/Images/Day9_Go5.png b/docs/2022/Images/Day9_Go5.png similarity index 100% rename from 2022/Days/Images/Day9_Go5.png rename to docs/2022/Images/Day9_Go5.png diff --git a/2022/Days/Images/Day9_Go6.png b/docs/2022/Images/Day9_Go6.png similarity index 100% rename from 2022/Days/Images/Day9_Go6.png rename to docs/2022/Images/Day9_Go6.png diff --git a/2022/Days/Kubernetes/Rancher/.gitignore b/docs/2022/Kubernetes/Rancher/.gitignore similarity index 100% rename from 2022/Days/Kubernetes/Rancher/.gitignore rename to docs/2022/Kubernetes/Rancher/.gitignore diff --git a/2022/Days/Kubernetes/Rancher/Vagrantfile b/docs/2022/Kubernetes/Rancher/Vagrantfile similarity index 100% rename from 2022/Days/Kubernetes/Rancher/Vagrantfile rename to docs/2022/Kubernetes/Rancher/Vagrantfile diff --git a/2022/Days/Kubernetes/Rancher/scripts/common.sh b/docs/2022/Kubernetes/Rancher/scripts/common.sh similarity index 100% rename from 2022/Days/Kubernetes/Rancher/scripts/common.sh rename to docs/2022/Kubernetes/Rancher/scripts/common.sh diff --git a/2022/Days/Kubernetes/Rancher/scripts/master.sh b/docs/2022/Kubernetes/Rancher/scripts/master.sh similarity index 100% rename from 2022/Days/Kubernetes/Rancher/scripts/master.sh rename to docs/2022/Kubernetes/Rancher/scripts/master.sh diff --git a/2022/Days/Kubernetes/Rancher/scripts/node.sh b/docs/2022/Kubernetes/Rancher/scripts/node.sh similarity index 100% rename from 2022/Days/Kubernetes/Rancher/scripts/node.sh rename to docs/2022/Kubernetes/Rancher/scripts/node.sh diff --git a/2022/Days/Kubernetes/Vagrantfile b/docs/2022/Kubernetes/Vagrantfile similarity index 100% rename from 2022/Days/Kubernetes/Vagrantfile rename to docs/2022/Kubernetes/Vagrantfile diff --git a/2022/Days/Kubernetes/configs/config b/docs/2022/Kubernetes/configs/config similarity index 100% rename from 2022/Days/Kubernetes/configs/config rename to docs/2022/Kubernetes/configs/config diff --git a/2022/Days/Kubernetes/configs/join.sh b/docs/2022/Kubernetes/configs/join.sh similarity index 100% rename from 2022/Days/Kubernetes/configs/join.sh rename to docs/2022/Kubernetes/configs/join.sh diff --git a/2022/Days/Kubernetes/configs/token b/docs/2022/Kubernetes/configs/token similarity index 100% rename from 2022/Days/Kubernetes/configs/token rename to docs/2022/Kubernetes/configs/token diff --git a/2022/Days/Kubernetes/nginx-stateless-demo.yaml b/docs/2022/Kubernetes/nginx-stateless-demo.yaml similarity index 100% rename from 2022/Days/Kubernetes/nginx-stateless-demo.yaml rename to docs/2022/Kubernetes/nginx-stateless-demo.yaml diff --git a/2022/Days/Kubernetes/pacman-ingress.yaml b/docs/2022/Kubernetes/pacman-ingress.yaml similarity index 100% rename from 2022/Days/Kubernetes/pacman-ingress.yaml rename to docs/2022/Kubernetes/pacman-ingress.yaml diff --git a/2022/Days/Kubernetes/pacman-stateful-demo.yaml b/docs/2022/Kubernetes/pacman-stateful-demo.yaml similarity index 100% rename from 2022/Days/Kubernetes/pacman-stateful-demo.yaml rename to docs/2022/Kubernetes/pacman-stateful-demo.yaml diff --git a/2022/Days/Kubernetes/scripts/common.sh b/docs/2022/Kubernetes/scripts/common.sh similarity index 100% rename from 2022/Days/Kubernetes/scripts/common.sh rename to docs/2022/Kubernetes/scripts/common.sh diff --git a/2022/Days/Kubernetes/scripts/master.sh b/docs/2022/Kubernetes/scripts/master.sh similarity index 100% rename from 2022/Days/Kubernetes/scripts/master.sh rename to docs/2022/Kubernetes/scripts/master.sh diff --git a/2022/Days/Kubernetes/scripts/node.sh b/docs/2022/Kubernetes/scripts/node.sh similarity index 100% rename from 2022/Days/Kubernetes/scripts/node.sh rename to docs/2022/Kubernetes/scripts/node.sh diff --git a/2022/Days/Kubernetes/statefulset.yaml b/docs/2022/Kubernetes/statefulset.yaml similarity index 100% rename from 2022/Days/Kubernetes/statefulset.yaml rename to docs/2022/Kubernetes/statefulset.yaml diff --git a/2022/Days/Linux/VAGRANTFILE b/docs/2022/Linux/VAGRANTFILE similarity index 100% rename from 2022/Days/Linux/VAGRANTFILE rename to docs/2022/Linux/VAGRANTFILE diff --git a/2022/Days/Linux/create-user.sh b/docs/2022/Linux/create-user.sh similarity index 100% rename from 2022/Days/Linux/create-user.sh rename to docs/2022/Linux/create-user.sh diff --git a/2022/Days/Monitoring/EFK Stack/efk-stack.yaml b/docs/2022/Monitoring/EFK Stack/efk-stack.yaml similarity index 100% rename from 2022/Days/Monitoring/EFK Stack/efk-stack.yaml rename to docs/2022/Monitoring/EFK Stack/efk-stack.yaml diff --git a/2022/Days/Monitoring/Elastic Stack/.env b/docs/2022/Monitoring/Elastic Stack/.env similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/.env rename to docs/2022/Monitoring/Elastic Stack/.env diff --git a/2022/Days/Monitoring/Elastic Stack/LICENSE b/docs/2022/Monitoring/Elastic Stack/LICENSE similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/LICENSE rename to docs/2022/Monitoring/Elastic Stack/LICENSE diff --git a/2022/Days/Monitoring/Elastic Stack/docker-compose.yaml b/docs/2022/Monitoring/Elastic Stack/docker-compose.yaml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/docker-compose.yaml rename to docs/2022/Monitoring/Elastic Stack/docker-compose.yaml diff --git a/2022/Days/Monitoring/Elastic Stack/elasticsearch/.dockerignore b/docs/2022/Monitoring/Elastic Stack/elasticsearch/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/elasticsearch/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/elasticsearch/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/elasticsearch/Dockerfile b/docs/2022/Monitoring/Elastic Stack/elasticsearch/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/elasticsearch/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/elasticsearch/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/elasticsearch/config/elasticsearch.yml b/docs/2022/Monitoring/Elastic Stack/elasticsearch/config/elasticsearch.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/elasticsearch/config/elasticsearch.yml rename to docs/2022/Monitoring/Elastic Stack/elasticsearch/config/elasticsearch.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/apm-server/.dockerignore b/docs/2022/Monitoring/Elastic Stack/extensions/apm-server/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/apm-server/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/extensions/apm-server/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/apm-server/Dockerfile b/docs/2022/Monitoring/Elastic Stack/extensions/apm-server/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/apm-server/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/extensions/apm-server/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/apm-server/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/apm-server/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/apm-server/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/apm-server/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/apm-server/apm-server-compose.yml b/docs/2022/Monitoring/Elastic Stack/extensions/apm-server/apm-server-compose.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/apm-server/apm-server-compose.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/apm-server/apm-server-compose.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/apm-server/config/apm-server.yml b/docs/2022/Monitoring/Elastic Stack/extensions/apm-server/config/apm-server.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/apm-server/config/apm-server.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/apm-server/config/apm-server.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/curator/.dockerignore b/docs/2022/Monitoring/Elastic Stack/extensions/curator/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/curator/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/extensions/curator/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/curator/Dockerfile b/docs/2022/Monitoring/Elastic Stack/extensions/curator/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/curator/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/extensions/curator/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/curator/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/curator/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/curator/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/curator/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/curator/config/curator.yml b/docs/2022/Monitoring/Elastic Stack/extensions/curator/config/curator.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/curator/config/curator.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/curator/config/curator.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/curator/config/delete_log_files_curator.yml b/docs/2022/Monitoring/Elastic Stack/extensions/curator/config/delete_log_files_curator.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/curator/config/delete_log_files_curator.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/curator/config/delete_log_files_curator.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/curator/curator-compose.yml b/docs/2022/Monitoring/Elastic Stack/extensions/curator/curator-compose.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/curator/curator-compose.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/curator/curator-compose.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/.dockerignore b/docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/Dockerfile b/docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/config/enterprise-search.yml b/docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/config/enterprise-search.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/config/enterprise-search.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/config/enterprise-search.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/enterprise-search-compose.yml b/docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/enterprise-search-compose.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/enterprise-search/enterprise-search-compose.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/enterprise-search/enterprise-search-compose.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/filebeat/.dockerignore b/docs/2022/Monitoring/Elastic Stack/extensions/filebeat/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/filebeat/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/extensions/filebeat/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/filebeat/Dockerfile b/docs/2022/Monitoring/Elastic Stack/extensions/filebeat/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/filebeat/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/extensions/filebeat/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/filebeat/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/filebeat/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/filebeat/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/filebeat/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/filebeat/config/filebeat.yml b/docs/2022/Monitoring/Elastic Stack/extensions/filebeat/config/filebeat.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/filebeat/config/filebeat.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/filebeat/config/filebeat.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/filebeat/filebeat-compose.yml b/docs/2022/Monitoring/Elastic Stack/extensions/filebeat/filebeat-compose.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/filebeat/filebeat-compose.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/filebeat/filebeat-compose.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/logspout/.dockerignore b/docs/2022/Monitoring/Elastic Stack/extensions/logspout/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/logspout/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/extensions/logspout/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/logspout/Dockerfile b/docs/2022/Monitoring/Elastic Stack/extensions/logspout/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/logspout/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/extensions/logspout/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/logspout/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/logspout/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/logspout/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/logspout/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/logspout/build.sh b/docs/2022/Monitoring/Elastic Stack/extensions/logspout/build.sh similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/logspout/build.sh rename to docs/2022/Monitoring/Elastic Stack/extensions/logspout/build.sh diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/logspout/logspout-compose.yml b/docs/2022/Monitoring/Elastic Stack/extensions/logspout/logspout-compose.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/logspout/logspout-compose.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/logspout/logspout-compose.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/logspout/modules.go b/docs/2022/Monitoring/Elastic Stack/extensions/logspout/modules.go similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/logspout/modules.go rename to docs/2022/Monitoring/Elastic Stack/extensions/logspout/modules.go diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/.dockerignore b/docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/Dockerfile b/docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/README.md b/docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/README.md similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/README.md rename to docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/README.md diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/config/metricbeat.yml b/docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/config/metricbeat.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/config/metricbeat.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/config/metricbeat.yml diff --git a/2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/metricbeat-compose.yml b/docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/metricbeat-compose.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/extensions/metricbeat/metricbeat-compose.yml rename to docs/2022/Monitoring/Elastic Stack/extensions/metricbeat/metricbeat-compose.yml diff --git a/2022/Days/Monitoring/Elastic Stack/kibana/.dockerignore b/docs/2022/Monitoring/Elastic Stack/kibana/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/kibana/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/kibana/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/kibana/Dockerfile b/docs/2022/Monitoring/Elastic Stack/kibana/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/kibana/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/kibana/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/kibana/config/kibana.yml b/docs/2022/Monitoring/Elastic Stack/kibana/config/kibana.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/kibana/config/kibana.yml rename to docs/2022/Monitoring/Elastic Stack/kibana/config/kibana.yml diff --git a/2022/Days/Monitoring/Elastic Stack/logstash/.dockerignore b/docs/2022/Monitoring/Elastic Stack/logstash/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/logstash/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/logstash/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/logstash/Dockerfile b/docs/2022/Monitoring/Elastic Stack/logstash/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/logstash/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/logstash/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/logstash/config/logstash.yml b/docs/2022/Monitoring/Elastic Stack/logstash/config/logstash.yml similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/logstash/config/logstash.yml rename to docs/2022/Monitoring/Elastic Stack/logstash/config/logstash.yml diff --git a/2022/Days/Monitoring/Elastic Stack/logstash/pipeline/logstash.conf b/docs/2022/Monitoring/Elastic Stack/logstash/pipeline/logstash.conf similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/logstash/pipeline/logstash.conf rename to docs/2022/Monitoring/Elastic Stack/logstash/pipeline/logstash.conf diff --git a/2022/Days/Monitoring/Elastic Stack/setup/.dockerignore b/docs/2022/Monitoring/Elastic Stack/setup/.dockerignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/setup/.dockerignore rename to docs/2022/Monitoring/Elastic Stack/setup/.dockerignore diff --git a/2022/Days/Monitoring/Elastic Stack/setup/.gitignore b/docs/2022/Monitoring/Elastic Stack/setup/.gitignore similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/setup/.gitignore rename to docs/2022/Monitoring/Elastic Stack/setup/.gitignore diff --git a/2022/Days/Monitoring/Elastic Stack/setup/Dockerfile b/docs/2022/Monitoring/Elastic Stack/setup/Dockerfile similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/setup/Dockerfile rename to docs/2022/Monitoring/Elastic Stack/setup/Dockerfile diff --git a/2022/Days/Monitoring/Elastic Stack/setup/entrypoint.sh b/docs/2022/Monitoring/Elastic Stack/setup/entrypoint.sh similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/setup/entrypoint.sh rename to docs/2022/Monitoring/Elastic Stack/setup/entrypoint.sh diff --git a/2022/Days/Monitoring/Elastic Stack/setup/helpers.sh b/docs/2022/Monitoring/Elastic Stack/setup/helpers.sh similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/setup/helpers.sh rename to docs/2022/Monitoring/Elastic Stack/setup/helpers.sh diff --git a/2022/Days/Monitoring/Elastic Stack/setup/roles/logstash_writer.json b/docs/2022/Monitoring/Elastic Stack/setup/roles/logstash_writer.json similarity index 100% rename from 2022/Days/Monitoring/Elastic Stack/setup/roles/logstash_writer.json rename to docs/2022/Monitoring/Elastic Stack/setup/roles/logstash_writer.json diff --git a/2022/Days/Networking/192.168.169.115_20220127_145846 b/docs/2022/Networking/192.168.169.115_20220127_145846 similarity index 100% rename from 2022/Days/Networking/192.168.169.115_20220127_145846 rename to docs/2022/Networking/192.168.169.115_20220127_145846 diff --git a/2022/Days/Networking/192.168.169.125_20220127_145846 b/docs/2022/Networking/192.168.169.125_20220127_145846 similarity index 100% rename from 2022/Days/Networking/192.168.169.125_20220127_145846 rename to docs/2022/Networking/192.168.169.125_20220127_145846 diff --git a/2022/Days/Networking/192.168.169.178_20220127_145846 b/docs/2022/Networking/192.168.169.178_20220127_145846 similarity index 100% rename from 2022/Days/Networking/192.168.169.178_20220127_145846 rename to docs/2022/Networking/192.168.169.178_20220127_145846 diff --git a/2022/Days/Networking/192.168.169.193_20220127_145846 b/docs/2022/Networking/192.168.169.193_20220127_145846 similarity index 100% rename from 2022/Days/Networking/192.168.169.193_20220127_145846 rename to docs/2022/Networking/192.168.169.193_20220127_145846 diff --git a/2022/Days/Networking/192.168.169.197_20220127_145846 b/docs/2022/Networking/192.168.169.197_20220127_145846 similarity index 100% rename from 2022/Days/Networking/192.168.169.197_20220127_145846 rename to docs/2022/Networking/192.168.169.197_20220127_145846 diff --git a/2022/Days/Networking/R1 b/docs/2022/Networking/R1 similarity index 100% rename from 2022/Days/Networking/R1 rename to docs/2022/Networking/R1 diff --git a/2022/Days/Networking/SW1 b/docs/2022/Networking/SW1 similarity index 100% rename from 2022/Days/Networking/SW1 rename to docs/2022/Networking/SW1 diff --git a/2022/Days/Networking/SW2 b/docs/2022/Networking/SW2 similarity index 100% rename from 2022/Days/Networking/SW2 rename to docs/2022/Networking/SW2 diff --git a/2022/Days/Networking/SW3 b/docs/2022/Networking/SW3 similarity index 100% rename from 2022/Days/Networking/SW3 rename to docs/2022/Networking/SW3 diff --git a/2022/Days/Networking/SW4 b/docs/2022/Networking/SW4 similarity index 100% rename from 2022/Days/Networking/SW4 rename to docs/2022/Networking/SW4 diff --git a/2022/Days/Networking/backup.py b/docs/2022/Networking/backup.py similarity index 100% rename from 2022/Days/Networking/backup.py rename to docs/2022/Networking/backup.py diff --git a/2022/Days/Networking/backup.txt b/docs/2022/Networking/backup.txt similarity index 100% rename from 2022/Days/Networking/backup.txt rename to docs/2022/Networking/backup.txt diff --git a/2022/Days/Networking/netmiko_con_multi.py b/docs/2022/Networking/netmiko_con_multi.py similarity index 100% rename from 2022/Days/Networking/netmiko_con_multi.py rename to docs/2022/Networking/netmiko_con_multi.py diff --git a/2022/Days/Networking/netmiko_con_multi_vlan.py b/docs/2022/Networking/netmiko_con_multi_vlan.py similarity index 100% rename from 2022/Days/Networking/netmiko_con_multi_vlan.py rename to docs/2022/Networking/netmiko_con_multi_vlan.py diff --git a/2022/Days/Networking/netmiko_sendchange.py b/docs/2022/Networking/netmiko_sendchange.py similarity index 100% rename from 2022/Days/Networking/netmiko_sendchange.py rename to docs/2022/Networking/netmiko_sendchange.py diff --git a/2022/Days/Networking/paramiko_show.py b/docs/2022/Networking/paramiko_show.py similarity index 100% rename from 2022/Days/Networking/paramiko_show.py rename to docs/2022/Networking/paramiko_show.py diff --git a/2022/Days/day01.md b/docs/2022/day01.md similarity index 100% rename from 2022/Days/day01.md rename to docs/2022/day01.md diff --git a/2022/Days/day02.md b/docs/2022/day02.md similarity index 100% rename from 2022/Days/day02.md rename to docs/2022/day02.md diff --git a/2022/Days/day03.md b/docs/2022/day03.md similarity index 100% rename from 2022/Days/day03.md rename to docs/2022/day03.md diff --git a/2022/Days/day04.md b/docs/2022/day04.md similarity index 100% rename from 2022/Days/day04.md rename to docs/2022/day04.md diff --git a/2022/Days/day05.md b/docs/2022/day05.md similarity index 100% rename from 2022/Days/day05.md rename to docs/2022/day05.md diff --git a/2022/Days/day06.md b/docs/2022/day06.md similarity index 100% rename from 2022/Days/day06.md rename to docs/2022/day06.md diff --git a/2022/Days/day07.md b/docs/2022/day07.md similarity index 100% rename from 2022/Days/day07.md rename to docs/2022/day07.md diff --git a/2022/Days/day08.md b/docs/2022/day08.md similarity index 100% rename from 2022/Days/day08.md rename to docs/2022/day08.md diff --git a/2022/Days/day09.md b/docs/2022/day09.md similarity index 100% rename from 2022/Days/day09.md rename to docs/2022/day09.md diff --git a/2022/Days/day10.md b/docs/2022/day10.md similarity index 100% rename from 2022/Days/day10.md rename to docs/2022/day10.md diff --git a/2022/Days/day11.md b/docs/2022/day11.md similarity index 100% rename from 2022/Days/day11.md rename to docs/2022/day11.md diff --git a/2022/Days/day12.md b/docs/2022/day12.md similarity index 100% rename from 2022/Days/day12.md rename to docs/2022/day12.md diff --git a/2022/Days/day13.md b/docs/2022/day13.md similarity index 100% rename from 2022/Days/day13.md rename to docs/2022/day13.md diff --git a/2022/Days/day14.md b/docs/2022/day14.md similarity index 100% rename from 2022/Days/day14.md rename to docs/2022/day14.md diff --git a/2022/Days/day15.md b/docs/2022/day15.md similarity index 100% rename from 2022/Days/day15.md rename to docs/2022/day15.md diff --git a/2022/Days/day16.md b/docs/2022/day16.md similarity index 100% rename from 2022/Days/day16.md rename to docs/2022/day16.md diff --git a/2022/Days/day17.md b/docs/2022/day17.md similarity index 100% rename from 2022/Days/day17.md rename to docs/2022/day17.md diff --git a/2022/Days/day18.md b/docs/2022/day18.md similarity index 100% rename from 2022/Days/day18.md rename to docs/2022/day18.md diff --git a/2022/Days/day19.md b/docs/2022/day19.md similarity index 100% rename from 2022/Days/day19.md rename to docs/2022/day19.md diff --git a/2022/Days/day20.md b/docs/2022/day20.md similarity index 100% rename from 2022/Days/day20.md rename to docs/2022/day20.md diff --git a/2022/Days/day21.md b/docs/2022/day21.md similarity index 100% rename from 2022/Days/day21.md rename to docs/2022/day21.md diff --git a/2022/Days/day22.md b/docs/2022/day22.md similarity index 100% rename from 2022/Days/day22.md rename to docs/2022/day22.md diff --git a/2022/Days/day23.md b/docs/2022/day23.md similarity index 100% rename from 2022/Days/day23.md rename to docs/2022/day23.md diff --git a/2022/Days/day24.md b/docs/2022/day24.md similarity index 100% rename from 2022/Days/day24.md rename to docs/2022/day24.md diff --git a/2022/Days/day25.md b/docs/2022/day25.md similarity index 100% rename from 2022/Days/day25.md rename to docs/2022/day25.md diff --git a/2022/Days/day26.md b/docs/2022/day26.md similarity index 100% rename from 2022/Days/day26.md rename to docs/2022/day26.md diff --git a/2022/Days/day27.md b/docs/2022/day27.md similarity index 100% rename from 2022/Days/day27.md rename to docs/2022/day27.md diff --git a/2022/Days/day28.md b/docs/2022/day28.md similarity index 100% rename from 2022/Days/day28.md rename to docs/2022/day28.md diff --git a/2022/Days/day29.md b/docs/2022/day29.md similarity index 100% rename from 2022/Days/day29.md rename to docs/2022/day29.md diff --git a/2022/Days/day30.md b/docs/2022/day30.md similarity index 100% rename from 2022/Days/day30.md rename to docs/2022/day30.md diff --git a/2022/Days/day31.md b/docs/2022/day31.md similarity index 100% rename from 2022/Days/day31.md rename to docs/2022/day31.md diff --git a/2022/Days/day32.md b/docs/2022/day32.md similarity index 100% rename from 2022/Days/day32.md rename to docs/2022/day32.md diff --git a/2022/Days/day33.md b/docs/2022/day33.md similarity index 100% rename from 2022/Days/day33.md rename to docs/2022/day33.md diff --git a/2022/Days/day34.md b/docs/2022/day34.md similarity index 100% rename from 2022/Days/day34.md rename to docs/2022/day34.md diff --git a/2022/Days/day35.md b/docs/2022/day35.md similarity index 100% rename from 2022/Days/day35.md rename to docs/2022/day35.md diff --git a/2022/Days/day36.md b/docs/2022/day36.md similarity index 100% rename from 2022/Days/day36.md rename to docs/2022/day36.md diff --git a/2022/Days/day37.md b/docs/2022/day37.md similarity index 100% rename from 2022/Days/day37.md rename to docs/2022/day37.md diff --git a/2022/Days/day38.md b/docs/2022/day38.md similarity index 100% rename from 2022/Days/day38.md rename to docs/2022/day38.md diff --git a/2022/Days/day39.md b/docs/2022/day39.md similarity index 100% rename from 2022/Days/day39.md rename to docs/2022/day39.md diff --git a/2022/Days/day40.md b/docs/2022/day40.md similarity index 100% rename from 2022/Days/day40.md rename to docs/2022/day40.md diff --git a/2022/Days/day41.md b/docs/2022/day41.md similarity index 100% rename from 2022/Days/day41.md rename to docs/2022/day41.md diff --git a/2022/Days/day42.md b/docs/2022/day42.md similarity index 100% rename from 2022/Days/day42.md rename to docs/2022/day42.md diff --git a/2022/Days/day43.md b/docs/2022/day43.md similarity index 100% rename from 2022/Days/day43.md rename to docs/2022/day43.md diff --git a/2022/Days/day44.md b/docs/2022/day44.md similarity index 100% rename from 2022/Days/day44.md rename to docs/2022/day44.md diff --git a/2022/Days/day45.md b/docs/2022/day45.md similarity index 100% rename from 2022/Days/day45.md rename to docs/2022/day45.md diff --git a/2022/Days/day46.md b/docs/2022/day46.md similarity index 100% rename from 2022/Days/day46.md rename to docs/2022/day46.md diff --git a/2022/Days/day47.md b/docs/2022/day47.md similarity index 100% rename from 2022/Days/day47.md rename to docs/2022/day47.md diff --git a/2022/Days/day48.md b/docs/2022/day48.md similarity index 100% rename from 2022/Days/day48.md rename to docs/2022/day48.md diff --git a/2022/Days/day49.md b/docs/2022/day49.md similarity index 100% rename from 2022/Days/day49.md rename to docs/2022/day49.md diff --git a/2022/Days/day50.md b/docs/2022/day50.md similarity index 100% rename from 2022/Days/day50.md rename to docs/2022/day50.md diff --git a/2022/Days/day51.md b/docs/2022/day51.md similarity index 100% rename from 2022/Days/day51.md rename to docs/2022/day51.md diff --git a/2022/Days/day52.md b/docs/2022/day52.md similarity index 100% rename from 2022/Days/day52.md rename to docs/2022/day52.md diff --git a/2022/Days/day53.md b/docs/2022/day53.md similarity index 100% rename from 2022/Days/day53.md rename to docs/2022/day53.md diff --git a/2022/Days/day54.md b/docs/2022/day54.md similarity index 100% rename from 2022/Days/day54.md rename to docs/2022/day54.md diff --git a/2022/Days/day55.md b/docs/2022/day55.md similarity index 100% rename from 2022/Days/day55.md rename to docs/2022/day55.md diff --git a/2022/Days/day56.md b/docs/2022/day56.md similarity index 100% rename from 2022/Days/day56.md rename to docs/2022/day56.md diff --git a/2022/Days/day57.md b/docs/2022/day57.md similarity index 100% rename from 2022/Days/day57.md rename to docs/2022/day57.md diff --git a/2022/Days/day58.md b/docs/2022/day58.md similarity index 100% rename from 2022/Days/day58.md rename to docs/2022/day58.md diff --git a/2022/Days/day59.md b/docs/2022/day59.md similarity index 100% rename from 2022/Days/day59.md rename to docs/2022/day59.md diff --git a/2022/Days/day60.md b/docs/2022/day60.md similarity index 100% rename from 2022/Days/day60.md rename to docs/2022/day60.md diff --git a/2022/Days/day61.md b/docs/2022/day61.md similarity index 100% rename from 2022/Days/day61.md rename to docs/2022/day61.md diff --git a/2022/Days/day62.md b/docs/2022/day62.md similarity index 100% rename from 2022/Days/day62.md rename to docs/2022/day62.md diff --git a/2022/Days/day63.md b/docs/2022/day63.md similarity index 100% rename from 2022/Days/day63.md rename to docs/2022/day63.md diff --git a/2022/Days/day64.md b/docs/2022/day64.md similarity index 100% rename from 2022/Days/day64.md rename to docs/2022/day64.md diff --git a/2022/Days/day65.md b/docs/2022/day65.md similarity index 100% rename from 2022/Days/day65.md rename to docs/2022/day65.md diff --git a/2022/Days/day66.md b/docs/2022/day66.md similarity index 100% rename from 2022/Days/day66.md rename to docs/2022/day66.md diff --git a/2022/Days/day67.md b/docs/2022/day67.md similarity index 100% rename from 2022/Days/day67.md rename to docs/2022/day67.md diff --git a/2022/Days/day68.md b/docs/2022/day68.md similarity index 100% rename from 2022/Days/day68.md rename to docs/2022/day68.md diff --git a/2022/Days/day69.md b/docs/2022/day69.md similarity index 100% rename from 2022/Days/day69.md rename to docs/2022/day69.md diff --git a/2022/Days/day70.md b/docs/2022/day70.md similarity index 100% rename from 2022/Days/day70.md rename to docs/2022/day70.md diff --git a/2022/Days/day71.md b/docs/2022/day71.md similarity index 100% rename from 2022/Days/day71.md rename to docs/2022/day71.md diff --git a/2022/Days/day72.md b/docs/2022/day72.md similarity index 100% rename from 2022/Days/day72.md rename to docs/2022/day72.md diff --git a/2022/Days/day73.md b/docs/2022/day73.md similarity index 100% rename from 2022/Days/day73.md rename to docs/2022/day73.md diff --git a/2022/Days/day74.md b/docs/2022/day74.md similarity index 100% rename from 2022/Days/day74.md rename to docs/2022/day74.md diff --git a/2022/Days/day75.md b/docs/2022/day75.md similarity index 100% rename from 2022/Days/day75.md rename to docs/2022/day75.md diff --git a/2022/Days/day76.md b/docs/2022/day76.md similarity index 100% rename from 2022/Days/day76.md rename to docs/2022/day76.md diff --git a/2022/Days/day77.md b/docs/2022/day77.md similarity index 100% rename from 2022/Days/day77.md rename to docs/2022/day77.md diff --git a/2022/Days/day78.md b/docs/2022/day78.md similarity index 100% rename from 2022/Days/day78.md rename to docs/2022/day78.md diff --git a/2022/Days/day79.md b/docs/2022/day79.md similarity index 100% rename from 2022/Days/day79.md rename to docs/2022/day79.md diff --git a/2022/Days/day80.md b/docs/2022/day80.md similarity index 100% rename from 2022/Days/day80.md rename to docs/2022/day80.md diff --git a/2022/Days/day81.md b/docs/2022/day81.md similarity index 100% rename from 2022/Days/day81.md rename to docs/2022/day81.md diff --git a/2022/Days/day82.md b/docs/2022/day82.md similarity index 100% rename from 2022/Days/day82.md rename to docs/2022/day82.md diff --git a/2022/Days/day83.md b/docs/2022/day83.md similarity index 100% rename from 2022/Days/day83.md rename to docs/2022/day83.md diff --git a/2022/Days/day84.md b/docs/2022/day84.md similarity index 100% rename from 2022/Days/day84.md rename to docs/2022/day84.md diff --git a/2022/Days/day85.md b/docs/2022/day85.md similarity index 100% rename from 2022/Days/day85.md rename to docs/2022/day85.md diff --git a/2022/Days/day86.md b/docs/2022/day86.md similarity index 100% rename from 2022/Days/day86.md rename to docs/2022/day86.md diff --git a/2022/Days/day87.md b/docs/2022/day87.md similarity index 100% rename from 2022/Days/day87.md rename to docs/2022/day87.md diff --git a/2022/Days/day88.md b/docs/2022/day88.md similarity index 100% rename from 2022/Days/day88.md rename to docs/2022/day88.md diff --git a/2022/Days/day89.md b/docs/2022/day89.md similarity index 100% rename from 2022/Days/day89.md rename to docs/2022/day89.md diff --git a/2022/Days/day90.md b/docs/2022/day90.md similarity index 100% rename from 2022/Days/day90.md rename to docs/2022/day90.md diff --git a/docs/2022/index.md b/docs/2022/index.md new file mode 100644 index 0000000..d99a383 --- /dev/null +++ b/docs/2022/index.md @@ -0,0 +1,170 @@ +# 2022 Edition + +

+ 90DaysOfDevOps Logo +

+ +English Version | [Versión en Castellano](2022/es/README.md) | [中文版本](2022/zh_cn/README.md) | [繁體中文版本](2022/zh_tw/README.md)| [日本語版](2022/ja/README.md) | [Wersja Polska](2022/pl/README.md) | [Tiếng Việt](2022/vi/README.md) | [한국어](2022/ko/README.md) + +This repository is used to document my journey on getting a better foundational knowledge of "DevOps". I will be starting this journey on the 1st January 2022 but the idea is that we take 90 days which just so happens to be January 1st to March 31st. + +The reason for documenting these days is so that others can take something from it and also hopefully enhance the resources. + +The goal is to take 90 days, 1 hour each a day, to tackle over 13 areas of "DevOps" to a foundational knowledge. + +This will **not cover all things** "DevOps" but it will cover the areas that I feel will benefit my learning and understanding overall. + +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N33YRCS) + +[![](https://dcbadge.vercel.app/api/server/vqwPrNQsyK)](https://discord.gg/vqwPrNQsyK) + +The quickest way to get in touch is going to be via Twitter, my handle is [@MichaelCade1](https://twitter.com/MichaelCade1) + +## Progress + +- [✔️] ♾️ 1 > [Introduction](day01) + +### What is and why do we use DevOps + +- [✔️] ♾️ 2 > [Responsibilities of a DevOps Engineer](day02) +- [✔️] ♾️ 3 > [DevOps Lifecycle - Application Focused](day03) +- [✔️] ♾️ 4 > [DevOps & Agile](day04) +- [✔️] ♾️ 5 > [Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >](day05) +- [✔️] ♾️ 6 > [DevOps - The real stories](day06) + +### Learning a Programming Language + +- [✔️] ⌨️ 7 > [The Big Picture: DevOps & Learning a Programming Language](day07) +- [✔️] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](day08) +- [✔️] ⌨️ 9 > [Let's explain the Hello World code](day09) +- [✔️] ⌨️ 10 > [The Go Workspace & Compiling & running code](day10) +- [✔️] ⌨️ 11 > [Variables, Constants & Data Types](day11) +- [✔️] ⌨️ 12 > [Getting user input with Pointers and a finished program](day12) +- [✔️] ⌨️ 13 > [Tweet your progress with our new App](day13) + +### Knowing Linux Basics + +- [✔️] 🐧 14 > [The Big Picture: DevOps and Linux](day14) +- [✔️] 🐧 15 > [Linux Commands for DevOps (Actually everyone)](day15) +- [✔️] 🐧 16 > [Managing your Linux System, Filesystem & Storage](day16) +- [✔️] 🐧 17 > [Text Editors - nano vs vim](day17) +- [✔️] 🐧 18 > [SSH & Web Server(LAMP)](day18) +- [✔️] 🐧 19 > [Automate tasks with bash scripts](day19) +- [✔️] 🐧 20 > [Dev workstation setup - All the pretty things](day20) + +### Understand Networking + +- [✔️] 🌐 21 > [The Big Picture: DevOps and Networking](day21) +- [✔️] 🌐 22 > [The OSI Model - The 7 Layers](day22) +- [✔️] 🌐 23 > [Network Protocols](day23) +- [✔️] 🌐 24 > [Network Automation](day24) +- [✔️] 🌐 25 > [Python for Network Automation](day25) +- [✔️] 🌐 26 > [Building our Lab](day26) +- [✔️] 🌐 27 > [Getting Hands-On with Python & Network](day27) + +### Stick to one Cloud Provider + +- [✔️] ☁️ 28 > [The Big Picture: DevOps & The Cloud](day28) +- [✔️] ☁️ 29 > [Microsoft Azure Fundamentals](day29) +- [✔️] ☁️ 30 > [Microsoft Azure Security Models](day30) +- [✔️] ☁️ 31 > [Microsoft Azure Compute Models](day31) +- [✔️] ☁️ 32 > [Microsoft Azure Storage & Database Models](day32) +- [✔️] ☁️ 33 > [Microsoft Azure Networking Models + Azure Management](day33) +- [✔️] ☁️ 34 > [Microsoft Azure Hands-On Scenarios](day34) + +### Use Git Effectively + +- [✔️] 📚 35 > [The Big Picture: Git - Version Control](day35) +- [✔️] 📚 36 > [Installing & Configuring Git](day36) +- [✔️] 📚 37 > [Gitting to know Git](day37) +- [✔️] 📚 38 > [Staging & Changing](day38) +- [✔️] 📚 39 > [Viewing, unstaging, discarding & restoring](day39) +- [✔️] 📚 40 > [Social Network for code](day40) +- [✔️] 📚 41 > [The Open Source Workflow](day41) + +### Containers + +- [✔️] 🏗️ 42 > [The Big Picture: Containers](day42) +- [✔️] 🏗️ 43 > [What is Docker & Getting installed](day43) +- [✔️] 🏗️ 44 > [Docker Images & Hands-On with Docker Desktop](day44) +- [✔️] 🏗️ 45 > [The anatomy of a Docker Image](day45) +- [✔️] 🏗️ 46 > [Docker Compose](day46) +- [✔️] 🏗️ 47 > [Docker Networking & Security](day47) +- [✔️] 🏗️ 48 > [Alternatives to Docker](day48) + +### Kubernetes + +- [✔️] ☸ 49 > [The Big Picture: Kubernetes](day49) +- [✔️] ☸ 50 > [Choosing your Kubernetes platform](day50) +- [✔️] ☸ 51 > [Deploying your first Kubernetes Cluster](day51) +- [✔️] ☸ 52 > [Setting up a multinode Kubernetes Cluster](day52) +- [✔️] ☸ 53 > [Rancher Overview - Hands On](day53) +- [✔️] ☸ 54 > [Kubernetes Application Deployment](day54) +- [✔️] ☸ 55 > [State and Ingress in Kubernetes](day55) + +### Learn Infrastructure as Code + +- [✔️] 🤖 56 > [The Big Picture: IaC](day56) +- [✔️] 🤖 57 > [An intro to Terraform](day57) +- [✔️] 🤖 58 > [HashiCorp Configuration Language (HCL)](day58) +- [✔️] 🤖 59 > [Create a VM with Terraform & Variables](day59) +- [✔️] 🤖 60 > [Docker Containers, Provisioners & Modules](day60) +- [✔️] 🤖 61 > [Kubernetes & Multiple Environments](day61) +- [✔️] 🤖 62 > [Testing, Tools & Alternatives](day62) + +### Automate Configuration Management + +- [✔️] 📜 63 > [The Big Picture: Configuration Management](day63) +- [✔️] 📜 64 > [Ansible: Getting Started](day64) +- [✔️] 📜 65 > [Ansible Playbooks](day65) +- [✔️] 📜 66 > [Ansible Playbooks Continued...](day66) +- [✔️] 📜 67 > [Using Roles & Deploying a Loadbalancer](day67) +- [✔️] 📜 68 > [Tags, Variables, Inventory & Database Server config](day68) +- [✔️] 📜 69 > [All other things Ansible - Automation Controller, AWX, Vault](day69) + +### Create CI/CD Pipelines + +- [✔️] 🔄 70 > [The Big Picture: CI/CD Pipelines](day70) +- [✔️] 🔄 71 > [What is Jenkins?](day71) +- [✔️] 🔄 72 > [Getting hands on with Jenkins](day72) +- [✔️] 🔄 73 > [Building a Jenkins pipeline](day73) +- [✔️] 🔄 74 > [Hello World - Jenkinsfile App Pipeline](day74) +- [✔️] 🔄 75 > [GitHub Actions Overview](day75) +- [✔️] 🔄 76 > [ArgoCD Overview](day76) + +### Monitoring, Log Management, and Data Visualisation + +- [✔️] 📈 77 > [The Big Picture: Monitoring](day77) +- [✔️] 📈 78 > [Hands-On Monitoring Tools](day78) +- [✔️] 📈 79 > [The Big Picture: Log Management](day79) +- [✔️] 📈 80 > [ELK Stack](day80) +- [✔️] 📈 81 > [Fluentd & FluentBit](day81) +- [✔️] 📈 82 > [EFK Stack](day82) +- [✔️] 📈 83 > [Data Visualisation - Grafana](day83) + +### Store & Protect Your Data + +- [✔️] 🗃️ 84 > [The Big Picture: Data Management](day84) +- [✔️] 🗃️ 85 > [Data Services](day85) +- [✔️] 🗃️ 86 > [Backup all the platforms](day86) +- [✔️] 🗃️ 87 > [Hands-On Backup & Recovery](day87) +- [✔️] 🗃️ 88 > [Application Focused Backups](day88) +- [✔️] 🗃️ 89 > [Disaster Recovery](day89) +- [✔️] 🗃️ 90 > [Data & Application Mobility](day90) + +## License + +Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] + +This work is licensed under a +[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. + +[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa] + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=MichaelCade/90DaysOfDevOps&type=Timeline)](https://star-history.com/#MichaelCade/90DaysOfDevOps&Timeline) + +[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/ +[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png +[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg diff --git a/docs/2023.png b/docs/2023.png new file mode 100644 index 0000000..8533dfa Binary files /dev/null and b/docs/2023.png differ diff --git a/docs/images/devops_icon.svg b/docs/images/devops_icon.svg new file mode 100644 index 0000000..a0f0653 --- /dev/null +++ b/docs/images/devops_icon.svg @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..2437d1b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,57 @@ +# Welcome to 90DaysOfDevOps + +

+ 90DaysOfDevOps Logo +

+ +[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.90daysofdevops.com)](https://www.90daysofdevops.com) [![GitHub Repo stars](https://img.shields.io/github/stars/MichaelCade/90DaysOfDevOps)](https://github.com/MichaelCade/90DaysOfDevOps) + +This repository is used to document my journey on getting a better foundational knowledge of "DevOps". I will be starting this journey on the 1st January 2022 but the idea is that we take 90 days which just so happens to be January 1st to March 31st. + +The reason for documenting these days is so that others can take something from it and also hopefully enhance the resources. + +This will **not cover all things** "DevOps" but it will cover the areas that I feel will benefit my learning and understanding overall. + +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N33YRCS) + +[![Discord Invite Link](https://dcbadge.vercel.app/api/server/vqwPrNQsyK)](https://discord.gg/vqwPrNQsyK) + +![GitHub Repo Stars](https://img.shields.io/github/stars/michaelcade/90daysofdevops?style=social?) + +The two images below will take you to the 2022 and 2023 edition of the learning journey. + +

+ + 2022 +

+ + +

+ + 2023 +

+ + +From this year we have built website for 90DaysOfDevops Challenge :rocket: :technologist: - [Link for website](https://www.90daysofdevops.com/#/2023) + +The quickest way to get in touch is going to be via Twitter, my handle is [@MichaelCade1](https://twitter.com/MichaelCade1) + + + +## License + +Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] + +This work is licensed under a +[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. + +[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa] + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=MichaelCade/90DaysOfDevOps&type=Timeline)](https://star-history.com/#MichaelCade/90DaysOfDevOps&Timeline) + +[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/ +[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png +[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg + diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..2d2ae3c Binary files /dev/null and b/docs/logo.png differ diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..3fac78b --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,50 @@ +site_name: 90DaysOfDevOps +copyright: Copyright © 90DaysOfDevOps +theme: + logo: images/devops_icon.svg + favicon: images/devops_icon.svg + features: + - navigation.footer + name: material + palette: + + # Palette toggle for automatic mode + - media: "(prefers-color-scheme)" + toggle: + icon: material/brightness-auto + name: Switch to light mode + + # Palette toggle for light mode + - media: "(prefers-color-scheme: light)" + scheme: default + toggle: + icon: material/brightness-7 + name: Switch to dark mode + + # Palette toggle for dark mode + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to system preference + + +# Repository +repo_name: MichaelCade/90DaysOfDevOps +repo_url: https://github.com/MichaelCade/90DaysOfDevOps + +font: + text: Roboto + code: Roboto Mono + +icon: + logo: logo + +extra: + consent: + title: Cookie consent + description: >- + We use cookies to recognize your repeated visits and preferences, as well + as to measure the effectiveness of our documentation and whether users + find what they're searching for. With your consent, you're helping us to + make our documentation better. \ No newline at end of file