From 6c852a8b62e9e2208c4271c81832dfaf1a312378 Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Wed, 24 Jul 2024 21:52:18 +0530 Subject: [PATCH] fix: V2 cleanup (#93) --- .gitignore | 1 + TODO.md | 4 - docs/Kubernetes/other-resources.md | 9 --- docs/argocd/other-resources.md | 5 +- docs/bash-scripting/other-resources.md | 7 +- docs/docker/other-resources.md | 5 +- docs/{Git => git}/_category_.json | 0 docs/{Git => git}/commands.md | 0 docs/{Git => git}/introduction.md | 0 docs/{Git => git}/learning-resources.md | 0 docs/github-actions/other-resources.md | 3 +- .../{app => apps}/Discord-bot/.env.example | 0 .../{app => apps}/Discord-bot/bot/bot.go | 0 .../Discord-bot/config/config.go | 0 docs/golang/{app => apps}/Discord-bot/go.mod | 0 docs/golang/{app => apps}/Discord-bot/go.sum | 0 docs/golang/{app => apps}/Discord-bot/main.go | 0 docs/golang/{app => apps}/booking-app/go.mod | 0 docs/golang/{app => apps}/booking-app/main.go | 0 .../booking-app/validator/validator.go | 0 docs/golang/{app => apps}/dice-game/main.go | 0 docs/golang/{app => apps}/get-random-quote.go | 0 .../{app => apps}/go-graphql/db/mongodb.go | 0 docs/golang/{app => apps}/go-graphql/go.mod | 0 docs/golang/{app => apps}/go-graphql/go.sum | 0 .../{app => apps}/go-graphql/gqlgen.yml | 0 .../go-graphql/graph/generated.go | 0 .../go-graphql/graph/model/models_gen.go | 0 .../go-graphql/graph/resolver.go | 0 .../go-graphql/graph/schema.graphqls | 0 .../go-graphql/graph/schema.resolvers.go | 0 .../go-graphql/handler/handler.go | 0 .../go-graphql/middleware/basicAuth.go | 0 .../golang/{app => apps}/go-graphql/server.go | 0 .../{app => apps}/http-server/api/server.go | 0 docs/golang/{app => apps}/http-server/go.mod | 0 docs/golang/{app => apps}/http-server/go.sum | 0 docs/golang/{app => apps}/http-server/main.go | 0 docs/golang/{app => apps}/jwt-app/main.go | 0 .../mongo-api/controller/controller.go | 0 docs/golang/{app => apps}/mongo-api/go.mod | 0 docs/golang/{app => apps}/mongo-api/go.sum | 0 docs/golang/{app => apps}/mongo-api/main.go | 0 .../{app => apps}/mongo-api/model/model.go | 0 docs/golang/{app => apps}/mongo-api/mongo-api | Bin .../{app => apps}/mongo-api/router/router.go | 0 docs/golang/{app => apps}/mux-api/go.mod | 0 docs/golang/{app => apps}/mux-api/go.sum | 0 docs/golang/{app => apps}/mux-api/main.go | 0 docs/golang/{app => apps}/mux-api/mux-api | Bin docs/golang/{app => apps}/pizza-rating/go.mod | 0 .../golang/{app => apps}/pizza-rating/main.go | 0 .../{app => apps}/pizza-rating/pizza-rating | Bin .../pizza-rating/pizza-rating.exe | Bin docs/golang/{app => apps}/redis-app/go.mod | 0 docs/golang/{app => apps}/redis-app/go.sum | 0 docs/golang/{app => apps}/redis-app/main.go | 0 .../README.md => apps/redis-app/redis.txt} | 0 .../{app => apps}/techcrunch-scrapper/go.mod | 0 .../{app => apps}/techcrunch-scrapper/go.sum | 0 .../{app => apps}/techcrunch-scrapper/main.go | 0 .../{app => apps}/viper-app/config.json | 0 .../{app => apps}/viper-app/config1.yaml | 0 docs/golang/{app => apps}/viper-app/go.mod | 0 docs/golang/{app => apps}/viper-app/go.sum | 0 docs/golang/{app => apps}/viper-app/main.go | 0 docs/golang/other-resources.md | 7 +- .../_category_.json | 0 docs/{Kubernetes => kubernetes}/commands.md | 0 .../introduction.md | 0 .../learning-resources.md | 0 .../Drupal-postgres/drupal-deployment.yaml | 0 .../Drupal-postgres/drupal-ingress.yaml | 0 .../Drupal-postgres/drupal-service.yaml | 0 .../Drupal-postgres/psql-deployment.yaml | 0 .../Drupal-postgres/psql-secrets.yaml | 0 .../Drupal-postgres/psql-service.yaml | 0 .../Drupal-postgres/psql-volume.yaml | 0 .../Drupal-postgres/psql-volumeclaim.yaml | 0 .../Mongo/mongo-configmap.yaml | 0 .../Mongo/mongo-deployment.yaml | 0 .../Mongo/mongo-exp-deployment.yaml | 0 .../Mongo/mongo-secrets.yaml | 0 .../Mongo/mongo-service.yaml | 0 .../Complete-app-setup/Nginx/deployment.yaml | 0 .../Complete-app-setup/Nginx/ingress.yaml | 0 .../Complete-app-setup/Nginx/service.yaml | 0 .../manifests}/Ingress/multiple-path.yaml | 0 .../manifests}/Ingress/tls-ingress.yaml | 0 .../Multi-container-manifest/alpine.yaml | 0 .../Multi-container-manifest/curlimage.yaml | 0 .../Recreate-strategy/deployment.yaml | 0 .../Rolling-update-strategy/deployment.yaml | 0 .../Secret + Config as volume/config.yaml | 0 .../Secret + Config as volume/mosquitto.yaml | 0 .../Secret + Config as volume/secret.yaml | 0 .../Volume/Nginx-app/nginx-volume.yaml | 0 .../Volume/Nginx-app/nginx-volumeclaim.yaml | 0 .../manifests}/Volume/Nginx-app/nginx.yaml | 0 .../manifests}/Volume/nginx-local.yaml | 0 .../manifests}/canray/deploy1.yaml | 0 .../manifests}/canray/deploy2.yaml | 0 .../manifests}/canray/service.yaml | 0 docs/kubernetes/other-resources.md | 8 ++ docs/{Kubernetes => kubernetes}/playground.md | 0 .../tools/_category_.json | 0 .../tools/introduction.md | 0 .../tools/kubescape.md | 0 docs/{Kubernetes => kubernetes}/tools/lens.md | 0 .../tools/portainer.md | 0 .../tools/validkube.md | 0 docs/{Linux => linux}/_category_.json | 0 docs/{Linux => linux}/commands.md | 0 docs/{Linux => linux}/introduction.md | 0 docs/{Linux => linux}/learning-resources.md | 0 old-index.html | 72 ------------------ 116 files changed, 20 insertions(+), 101 deletions(-) delete mode 100644 TODO.md delete mode 100644 docs/Kubernetes/other-resources.md rename docs/{Git => git}/_category_.json (100%) rename docs/{Git => git}/commands.md (100%) rename docs/{Git => git}/introduction.md (100%) rename docs/{Git => git}/learning-resources.md (100%) rename docs/golang/{app => apps}/Discord-bot/.env.example (100%) rename docs/golang/{app => apps}/Discord-bot/bot/bot.go (100%) rename docs/golang/{app => apps}/Discord-bot/config/config.go (100%) rename docs/golang/{app => apps}/Discord-bot/go.mod (100%) rename docs/golang/{app => apps}/Discord-bot/go.sum (100%) rename docs/golang/{app => apps}/Discord-bot/main.go (100%) rename docs/golang/{app => apps}/booking-app/go.mod (100%) rename docs/golang/{app => apps}/booking-app/main.go (100%) rename docs/golang/{app => apps}/booking-app/validator/validator.go (100%) rename docs/golang/{app => apps}/dice-game/main.go (100%) rename docs/golang/{app => apps}/get-random-quote.go (100%) rename docs/golang/{app => apps}/go-graphql/db/mongodb.go (100%) rename docs/golang/{app => apps}/go-graphql/go.mod (100%) rename docs/golang/{app => apps}/go-graphql/go.sum (100%) rename docs/golang/{app => apps}/go-graphql/gqlgen.yml (100%) rename docs/golang/{app => apps}/go-graphql/graph/generated.go (100%) rename docs/golang/{app => apps}/go-graphql/graph/model/models_gen.go (100%) rename docs/golang/{app => apps}/go-graphql/graph/resolver.go (100%) rename docs/golang/{app => apps}/go-graphql/graph/schema.graphqls (100%) rename docs/golang/{app => apps}/go-graphql/graph/schema.resolvers.go (100%) rename docs/golang/{app => apps}/go-graphql/handler/handler.go (100%) rename docs/golang/{app => apps}/go-graphql/middleware/basicAuth.go (100%) rename docs/golang/{app => apps}/go-graphql/server.go (100%) rename docs/golang/{app => apps}/http-server/api/server.go (100%) rename docs/golang/{app => apps}/http-server/go.mod (100%) rename docs/golang/{app => apps}/http-server/go.sum (100%) rename docs/golang/{app => apps}/http-server/main.go (100%) rename docs/golang/{app => apps}/jwt-app/main.go (100%) rename docs/golang/{app => apps}/mongo-api/controller/controller.go (100%) rename docs/golang/{app => apps}/mongo-api/go.mod (100%) rename docs/golang/{app => apps}/mongo-api/go.sum (100%) rename docs/golang/{app => apps}/mongo-api/main.go (100%) rename docs/golang/{app => apps}/mongo-api/model/model.go (100%) rename docs/golang/{app => apps}/mongo-api/mongo-api (100%) rename docs/golang/{app => apps}/mongo-api/router/router.go (100%) rename docs/golang/{app => apps}/mux-api/go.mod (100%) rename docs/golang/{app => apps}/mux-api/go.sum (100%) rename docs/golang/{app => apps}/mux-api/main.go (100%) rename docs/golang/{app => apps}/mux-api/mux-api (100%) rename docs/golang/{app => apps}/pizza-rating/go.mod (100%) rename docs/golang/{app => apps}/pizza-rating/main.go (100%) rename docs/golang/{app => apps}/pizza-rating/pizza-rating (100%) rename docs/golang/{app => apps}/pizza-rating/pizza-rating.exe (100%) rename docs/golang/{app => apps}/redis-app/go.mod (100%) rename docs/golang/{app => apps}/redis-app/go.sum (100%) rename docs/golang/{app => apps}/redis-app/main.go (100%) rename docs/golang/{app/redis-app/README.md => apps/redis-app/redis.txt} (100%) rename docs/golang/{app => apps}/techcrunch-scrapper/go.mod (100%) rename docs/golang/{app => apps}/techcrunch-scrapper/go.sum (100%) rename docs/golang/{app => apps}/techcrunch-scrapper/main.go (100%) rename docs/golang/{app => apps}/viper-app/config.json (100%) rename docs/golang/{app => apps}/viper-app/config1.yaml (100%) rename docs/golang/{app => apps}/viper-app/go.mod (100%) rename docs/golang/{app => apps}/viper-app/go.sum (100%) rename docs/golang/{app => apps}/viper-app/main.go (100%) rename docs/{Kubernetes => kubernetes}/_category_.json (100%) rename docs/{Kubernetes => kubernetes}/commands.md (100%) rename docs/{Kubernetes => kubernetes}/introduction.md (100%) rename docs/{Kubernetes => kubernetes}/learning-resources.md (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/drupal-deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/drupal-ingress.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/drupal-service.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/psql-deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/psql-secrets.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/psql-service.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/psql-volume.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Drupal-postgres/psql-volumeclaim.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Mongo/mongo-configmap.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Mongo/mongo-deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Mongo/mongo-exp-deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Mongo/mongo-secrets.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Mongo/mongo-service.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Nginx/deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Nginx/ingress.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Complete-app-setup/Nginx/service.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Ingress/multiple-path.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Ingress/tls-ingress.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Multi-container-manifest/alpine.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Multi-container-manifest/curlimage.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Recreate-strategy/deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Rolling-update-strategy/deployment.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Secret + Config as volume/config.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Secret + Config as volume/mosquitto.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Secret + Config as volume/secret.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Volume/Nginx-app/nginx-volume.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Volume/Nginx-app/nginx-volumeclaim.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Volume/Nginx-app/nginx.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/Volume/nginx-local.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/canray/deploy1.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/canray/deploy2.yaml (100%) rename docs/{Kubernetes/config => kubernetes/manifests}/canray/service.yaml (100%) create mode 100644 docs/kubernetes/other-resources.md rename docs/{Kubernetes => kubernetes}/playground.md (100%) rename docs/{Kubernetes => kubernetes}/tools/_category_.json (100%) rename docs/{Kubernetes => kubernetes}/tools/introduction.md (100%) rename docs/{Kubernetes => kubernetes}/tools/kubescape.md (100%) rename docs/{Kubernetes => kubernetes}/tools/lens.md (100%) rename docs/{Kubernetes => kubernetes}/tools/portainer.md (100%) rename docs/{Kubernetes => kubernetes}/tools/validkube.md (100%) rename docs/{Linux => linux}/_category_.json (100%) rename docs/{Linux => linux}/commands.md (100%) rename docs/{Linux => linux}/introduction.md (100%) rename docs/{Linux => linux}/learning-resources.md (100%) delete mode 100644 old-index.html diff --git a/.gitignore b/.gitignore index 74a47e4..747b0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ yarn-error.log* .env .DS_Store .vercel +TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 49e5ec9..0000000 --- a/TODO.md +++ /dev/null @@ -1,4 +0,0 @@ -- Add a main page introduction. -- Update Favicons. -- Create a favicon and logo. -- Update the links in the RAEDME.md file. \ No newline at end of file diff --git a/docs/Kubernetes/other-resources.md b/docs/Kubernetes/other-resources.md deleted file mode 100644 index 68e3900..0000000 --- a/docs/Kubernetes/other-resources.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -sidebar_position: 6 -title: Other Resources ---- - -Here are list of other resources that you can refer to learn more about Kubernetes: - -TODO: Add the correct GitHub path links -- [Kubernetes Manifest files](https://www.docker.com/) diff --git a/docs/argocd/other-resources.md b/docs/argocd/other-resources.md index 2b177ea..1d8f54b 100644 --- a/docs/argocd/other-resources.md +++ b/docs/argocd/other-resources.md @@ -3,7 +3,6 @@ sidebar_position: 6 title: Other Resources --- -Here are list of other resources that you can refer to learn more about Kubernetes: +Here are list of other resources that you can refer to learn more about ArgoCD: -TODO: Add the correct GitHub path links -- [Manifest files](https://www.docker.com/) +- [Sample ArgoCD Manifest files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/argocd/manifests): A collection of ArgoCD manifest files to help you understand the concepts better. diff --git a/docs/bash-scripting/other-resources.md b/docs/bash-scripting/other-resources.md index dacd455..9cce8dc 100644 --- a/docs/bash-scripting/other-resources.md +++ b/docs/bash-scripting/other-resources.md @@ -3,8 +3,7 @@ sidebar_position: 6 title: Other Resources --- -Here are list of other resources that you can refer to learn more about Kubernetes: +Here are list of other resources that you can refer to learn more about Bash Scripting: -TODO: Add the correct GitHub path links -- [Concepts](https://kubernetes.io/docs/concepts/) -- [Scripts](https://www.docker.com/) +- [Concepts](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/bash-scripting/concepts): Each topic is break into seprate files to help better understand the concepts. +- [Scripts](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/bash-scripting/scripts): A collection of Bash scripts I have created to help you understand the concepts better. diff --git a/docs/docker/other-resources.md b/docs/docker/other-resources.md index 64c1e9c..3e4e69e 100644 --- a/docs/docker/other-resources.md +++ b/docs/docker/other-resources.md @@ -5,6 +5,5 @@ title: Other Resources Here are list of other resources that you can refer to learn more about Docker: -TODO: Add the correct GitHub path links -- [Dockerfiles files](htrtps://www.docker.com/) -- [Docker Compose files](https://www.docker.com/) +- [Dockerfiles files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/docker/dockerfiles): A collection of Dockerfiles to help you understand the concepts better. +- [Docker Compose files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/docker/docker-compose): A collection of Docker Compose files I have created for different applications to help you understand the concepts better. \ No newline at end of file diff --git a/docs/Git/_category_.json b/docs/git/_category_.json similarity index 100% rename from docs/Git/_category_.json rename to docs/git/_category_.json diff --git a/docs/Git/commands.md b/docs/git/commands.md similarity index 100% rename from docs/Git/commands.md rename to docs/git/commands.md diff --git a/docs/Git/introduction.md b/docs/git/introduction.md similarity index 100% rename from docs/Git/introduction.md rename to docs/git/introduction.md diff --git a/docs/Git/learning-resources.md b/docs/git/learning-resources.md similarity index 100% rename from docs/Git/learning-resources.md rename to docs/git/learning-resources.md diff --git a/docs/github-actions/other-resources.md b/docs/github-actions/other-resources.md index bf4f75c..147e366 100644 --- a/docs/github-actions/other-resources.md +++ b/docs/github-actions/other-resources.md @@ -5,5 +5,4 @@ title: Other Resources Here are list of other resources that you can refer to learn more about GitHub Actions: -TODO: Add the correct GitHub path links -- [Wokflow files](https://www.docker.com/) +- [Wokflow files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/github-actions/Workflows): A collection of GitHub Actions workflow files I use and created to help you understand the concepts better. diff --git a/docs/golang/app/Discord-bot/.env.example b/docs/golang/apps/Discord-bot/.env.example similarity index 100% rename from docs/golang/app/Discord-bot/.env.example rename to docs/golang/apps/Discord-bot/.env.example diff --git a/docs/golang/app/Discord-bot/bot/bot.go b/docs/golang/apps/Discord-bot/bot/bot.go similarity index 100% rename from docs/golang/app/Discord-bot/bot/bot.go rename to docs/golang/apps/Discord-bot/bot/bot.go diff --git a/docs/golang/app/Discord-bot/config/config.go b/docs/golang/apps/Discord-bot/config/config.go similarity index 100% rename from docs/golang/app/Discord-bot/config/config.go rename to docs/golang/apps/Discord-bot/config/config.go diff --git a/docs/golang/app/Discord-bot/go.mod b/docs/golang/apps/Discord-bot/go.mod similarity index 100% rename from docs/golang/app/Discord-bot/go.mod rename to docs/golang/apps/Discord-bot/go.mod diff --git a/docs/golang/app/Discord-bot/go.sum b/docs/golang/apps/Discord-bot/go.sum similarity index 100% rename from docs/golang/app/Discord-bot/go.sum rename to docs/golang/apps/Discord-bot/go.sum diff --git a/docs/golang/app/Discord-bot/main.go b/docs/golang/apps/Discord-bot/main.go similarity index 100% rename from docs/golang/app/Discord-bot/main.go rename to docs/golang/apps/Discord-bot/main.go diff --git a/docs/golang/app/booking-app/go.mod b/docs/golang/apps/booking-app/go.mod similarity index 100% rename from docs/golang/app/booking-app/go.mod rename to docs/golang/apps/booking-app/go.mod diff --git a/docs/golang/app/booking-app/main.go b/docs/golang/apps/booking-app/main.go similarity index 100% rename from docs/golang/app/booking-app/main.go rename to docs/golang/apps/booking-app/main.go diff --git a/docs/golang/app/booking-app/validator/validator.go b/docs/golang/apps/booking-app/validator/validator.go similarity index 100% rename from docs/golang/app/booking-app/validator/validator.go rename to docs/golang/apps/booking-app/validator/validator.go diff --git a/docs/golang/app/dice-game/main.go b/docs/golang/apps/dice-game/main.go similarity index 100% rename from docs/golang/app/dice-game/main.go rename to docs/golang/apps/dice-game/main.go diff --git a/docs/golang/app/get-random-quote.go b/docs/golang/apps/get-random-quote.go similarity index 100% rename from docs/golang/app/get-random-quote.go rename to docs/golang/apps/get-random-quote.go diff --git a/docs/golang/app/go-graphql/db/mongodb.go b/docs/golang/apps/go-graphql/db/mongodb.go similarity index 100% rename from docs/golang/app/go-graphql/db/mongodb.go rename to docs/golang/apps/go-graphql/db/mongodb.go diff --git a/docs/golang/app/go-graphql/go.mod b/docs/golang/apps/go-graphql/go.mod similarity index 100% rename from docs/golang/app/go-graphql/go.mod rename to docs/golang/apps/go-graphql/go.mod diff --git a/docs/golang/app/go-graphql/go.sum b/docs/golang/apps/go-graphql/go.sum similarity index 100% rename from docs/golang/app/go-graphql/go.sum rename to docs/golang/apps/go-graphql/go.sum diff --git a/docs/golang/app/go-graphql/gqlgen.yml b/docs/golang/apps/go-graphql/gqlgen.yml similarity index 100% rename from docs/golang/app/go-graphql/gqlgen.yml rename to docs/golang/apps/go-graphql/gqlgen.yml diff --git a/docs/golang/app/go-graphql/graph/generated.go b/docs/golang/apps/go-graphql/graph/generated.go similarity index 100% rename from docs/golang/app/go-graphql/graph/generated.go rename to docs/golang/apps/go-graphql/graph/generated.go diff --git a/docs/golang/app/go-graphql/graph/model/models_gen.go b/docs/golang/apps/go-graphql/graph/model/models_gen.go similarity index 100% rename from docs/golang/app/go-graphql/graph/model/models_gen.go rename to docs/golang/apps/go-graphql/graph/model/models_gen.go diff --git a/docs/golang/app/go-graphql/graph/resolver.go b/docs/golang/apps/go-graphql/graph/resolver.go similarity index 100% rename from docs/golang/app/go-graphql/graph/resolver.go rename to docs/golang/apps/go-graphql/graph/resolver.go diff --git a/docs/golang/app/go-graphql/graph/schema.graphqls b/docs/golang/apps/go-graphql/graph/schema.graphqls similarity index 100% rename from docs/golang/app/go-graphql/graph/schema.graphqls rename to docs/golang/apps/go-graphql/graph/schema.graphqls diff --git a/docs/golang/app/go-graphql/graph/schema.resolvers.go b/docs/golang/apps/go-graphql/graph/schema.resolvers.go similarity index 100% rename from docs/golang/app/go-graphql/graph/schema.resolvers.go rename to docs/golang/apps/go-graphql/graph/schema.resolvers.go diff --git a/docs/golang/app/go-graphql/handler/handler.go b/docs/golang/apps/go-graphql/handler/handler.go similarity index 100% rename from docs/golang/app/go-graphql/handler/handler.go rename to docs/golang/apps/go-graphql/handler/handler.go diff --git a/docs/golang/app/go-graphql/middleware/basicAuth.go b/docs/golang/apps/go-graphql/middleware/basicAuth.go similarity index 100% rename from docs/golang/app/go-graphql/middleware/basicAuth.go rename to docs/golang/apps/go-graphql/middleware/basicAuth.go diff --git a/docs/golang/app/go-graphql/server.go b/docs/golang/apps/go-graphql/server.go similarity index 100% rename from docs/golang/app/go-graphql/server.go rename to docs/golang/apps/go-graphql/server.go diff --git a/docs/golang/app/http-server/api/server.go b/docs/golang/apps/http-server/api/server.go similarity index 100% rename from docs/golang/app/http-server/api/server.go rename to docs/golang/apps/http-server/api/server.go diff --git a/docs/golang/app/http-server/go.mod b/docs/golang/apps/http-server/go.mod similarity index 100% rename from docs/golang/app/http-server/go.mod rename to docs/golang/apps/http-server/go.mod diff --git a/docs/golang/app/http-server/go.sum b/docs/golang/apps/http-server/go.sum similarity index 100% rename from docs/golang/app/http-server/go.sum rename to docs/golang/apps/http-server/go.sum diff --git a/docs/golang/app/http-server/main.go b/docs/golang/apps/http-server/main.go similarity index 100% rename from docs/golang/app/http-server/main.go rename to docs/golang/apps/http-server/main.go diff --git a/docs/golang/app/jwt-app/main.go b/docs/golang/apps/jwt-app/main.go similarity index 100% rename from docs/golang/app/jwt-app/main.go rename to docs/golang/apps/jwt-app/main.go diff --git a/docs/golang/app/mongo-api/controller/controller.go b/docs/golang/apps/mongo-api/controller/controller.go similarity index 100% rename from docs/golang/app/mongo-api/controller/controller.go rename to docs/golang/apps/mongo-api/controller/controller.go diff --git a/docs/golang/app/mongo-api/go.mod b/docs/golang/apps/mongo-api/go.mod similarity index 100% rename from docs/golang/app/mongo-api/go.mod rename to docs/golang/apps/mongo-api/go.mod diff --git a/docs/golang/app/mongo-api/go.sum b/docs/golang/apps/mongo-api/go.sum similarity index 100% rename from docs/golang/app/mongo-api/go.sum rename to docs/golang/apps/mongo-api/go.sum diff --git a/docs/golang/app/mongo-api/main.go b/docs/golang/apps/mongo-api/main.go similarity index 100% rename from docs/golang/app/mongo-api/main.go rename to docs/golang/apps/mongo-api/main.go diff --git a/docs/golang/app/mongo-api/model/model.go b/docs/golang/apps/mongo-api/model/model.go similarity index 100% rename from docs/golang/app/mongo-api/model/model.go rename to docs/golang/apps/mongo-api/model/model.go diff --git a/docs/golang/app/mongo-api/mongo-api b/docs/golang/apps/mongo-api/mongo-api similarity index 100% rename from docs/golang/app/mongo-api/mongo-api rename to docs/golang/apps/mongo-api/mongo-api diff --git a/docs/golang/app/mongo-api/router/router.go b/docs/golang/apps/mongo-api/router/router.go similarity index 100% rename from docs/golang/app/mongo-api/router/router.go rename to docs/golang/apps/mongo-api/router/router.go diff --git a/docs/golang/app/mux-api/go.mod b/docs/golang/apps/mux-api/go.mod similarity index 100% rename from docs/golang/app/mux-api/go.mod rename to docs/golang/apps/mux-api/go.mod diff --git a/docs/golang/app/mux-api/go.sum b/docs/golang/apps/mux-api/go.sum similarity index 100% rename from docs/golang/app/mux-api/go.sum rename to docs/golang/apps/mux-api/go.sum diff --git a/docs/golang/app/mux-api/main.go b/docs/golang/apps/mux-api/main.go similarity index 100% rename from docs/golang/app/mux-api/main.go rename to docs/golang/apps/mux-api/main.go diff --git a/docs/golang/app/mux-api/mux-api b/docs/golang/apps/mux-api/mux-api similarity index 100% rename from docs/golang/app/mux-api/mux-api rename to docs/golang/apps/mux-api/mux-api diff --git a/docs/golang/app/pizza-rating/go.mod b/docs/golang/apps/pizza-rating/go.mod similarity index 100% rename from docs/golang/app/pizza-rating/go.mod rename to docs/golang/apps/pizza-rating/go.mod diff --git a/docs/golang/app/pizza-rating/main.go b/docs/golang/apps/pizza-rating/main.go similarity index 100% rename from docs/golang/app/pizza-rating/main.go rename to docs/golang/apps/pizza-rating/main.go diff --git a/docs/golang/app/pizza-rating/pizza-rating b/docs/golang/apps/pizza-rating/pizza-rating similarity index 100% rename from docs/golang/app/pizza-rating/pizza-rating rename to docs/golang/apps/pizza-rating/pizza-rating diff --git a/docs/golang/app/pizza-rating/pizza-rating.exe b/docs/golang/apps/pizza-rating/pizza-rating.exe similarity index 100% rename from docs/golang/app/pizza-rating/pizza-rating.exe rename to docs/golang/apps/pizza-rating/pizza-rating.exe diff --git a/docs/golang/app/redis-app/go.mod b/docs/golang/apps/redis-app/go.mod similarity index 100% rename from docs/golang/app/redis-app/go.mod rename to docs/golang/apps/redis-app/go.mod diff --git a/docs/golang/app/redis-app/go.sum b/docs/golang/apps/redis-app/go.sum similarity index 100% rename from docs/golang/app/redis-app/go.sum rename to docs/golang/apps/redis-app/go.sum diff --git a/docs/golang/app/redis-app/main.go b/docs/golang/apps/redis-app/main.go similarity index 100% rename from docs/golang/app/redis-app/main.go rename to docs/golang/apps/redis-app/main.go diff --git a/docs/golang/app/redis-app/README.md b/docs/golang/apps/redis-app/redis.txt similarity index 100% rename from docs/golang/app/redis-app/README.md rename to docs/golang/apps/redis-app/redis.txt diff --git a/docs/golang/app/techcrunch-scrapper/go.mod b/docs/golang/apps/techcrunch-scrapper/go.mod similarity index 100% rename from docs/golang/app/techcrunch-scrapper/go.mod rename to docs/golang/apps/techcrunch-scrapper/go.mod diff --git a/docs/golang/app/techcrunch-scrapper/go.sum b/docs/golang/apps/techcrunch-scrapper/go.sum similarity index 100% rename from docs/golang/app/techcrunch-scrapper/go.sum rename to docs/golang/apps/techcrunch-scrapper/go.sum diff --git a/docs/golang/app/techcrunch-scrapper/main.go b/docs/golang/apps/techcrunch-scrapper/main.go similarity index 100% rename from docs/golang/app/techcrunch-scrapper/main.go rename to docs/golang/apps/techcrunch-scrapper/main.go diff --git a/docs/golang/app/viper-app/config.json b/docs/golang/apps/viper-app/config.json similarity index 100% rename from docs/golang/app/viper-app/config.json rename to docs/golang/apps/viper-app/config.json diff --git a/docs/golang/app/viper-app/config1.yaml b/docs/golang/apps/viper-app/config1.yaml similarity index 100% rename from docs/golang/app/viper-app/config1.yaml rename to docs/golang/apps/viper-app/config1.yaml diff --git a/docs/golang/app/viper-app/go.mod b/docs/golang/apps/viper-app/go.mod similarity index 100% rename from docs/golang/app/viper-app/go.mod rename to docs/golang/apps/viper-app/go.mod diff --git a/docs/golang/app/viper-app/go.sum b/docs/golang/apps/viper-app/go.sum similarity index 100% rename from docs/golang/app/viper-app/go.sum rename to docs/golang/apps/viper-app/go.sum diff --git a/docs/golang/app/viper-app/main.go b/docs/golang/apps/viper-app/main.go similarity index 100% rename from docs/golang/app/viper-app/main.go rename to docs/golang/apps/viper-app/main.go diff --git a/docs/golang/other-resources.md b/docs/golang/other-resources.md index 36c1818..acf2551 100644 --- a/docs/golang/other-resources.md +++ b/docs/golang/other-resources.md @@ -3,8 +3,7 @@ sidebar_position: 3 title: Other Resources --- -Here are list of other resources that you can refer to learn more about GitHub Actions: +Here are list of other resources that you can refer to learn more about Golang: -TODO: Add the correct GitHub path links -- [Apps](https://www.docker.com/): Source code for the apps I build with Golang -- [Concepts](https://www.docker.com/): Seprate file for each concept \ No newline at end of file +- [Apps](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/golang/apps): Source code for the apps I build while learning Golang +- [Concepts](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/golang/concepts): Each Golang topic is break into seprate files to help better understand the concepts. \ No newline at end of file diff --git a/docs/Kubernetes/_category_.json b/docs/kubernetes/_category_.json similarity index 100% rename from docs/Kubernetes/_category_.json rename to docs/kubernetes/_category_.json diff --git a/docs/Kubernetes/commands.md b/docs/kubernetes/commands.md similarity index 100% rename from docs/Kubernetes/commands.md rename to docs/kubernetes/commands.md diff --git a/docs/Kubernetes/introduction.md b/docs/kubernetes/introduction.md similarity index 100% rename from docs/Kubernetes/introduction.md rename to docs/kubernetes/introduction.md diff --git a/docs/Kubernetes/learning-resources.md b/docs/kubernetes/learning-resources.md similarity index 100% rename from docs/Kubernetes/learning-resources.md rename to docs/kubernetes/learning-resources.md diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/drupal-deployment.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/drupal-deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/drupal-deployment.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/drupal-deployment.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/drupal-ingress.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/drupal-ingress.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/drupal-ingress.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/drupal-ingress.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/drupal-service.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/drupal-service.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/drupal-service.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/drupal-service.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-deployment.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-deployment.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-deployment.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-secrets.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-secrets.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-secrets.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-secrets.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-service.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-service.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-service.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-service.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-volume.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-volume.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-volume.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-volume.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-volumeclaim.yaml b/docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-volumeclaim.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Drupal-postgres/psql-volumeclaim.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Drupal-postgres/psql-volumeclaim.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-configmap.yaml b/docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-configmap.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-configmap.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-configmap.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-deployment.yaml b/docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-deployment.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-deployment.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-exp-deployment.yaml b/docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-exp-deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-exp-deployment.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-exp-deployment.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-secrets.yaml b/docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-secrets.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-secrets.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-secrets.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-service.yaml b/docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-service.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Mongo/mongo-service.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Mongo/mongo-service.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Nginx/deployment.yaml b/docs/kubernetes/manifests/Complete-app-setup/Nginx/deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Nginx/deployment.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Nginx/deployment.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Nginx/ingress.yaml b/docs/kubernetes/manifests/Complete-app-setup/Nginx/ingress.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Nginx/ingress.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Nginx/ingress.yaml diff --git a/docs/Kubernetes/config/Complete-app-setup/Nginx/service.yaml b/docs/kubernetes/manifests/Complete-app-setup/Nginx/service.yaml similarity index 100% rename from docs/Kubernetes/config/Complete-app-setup/Nginx/service.yaml rename to docs/kubernetes/manifests/Complete-app-setup/Nginx/service.yaml diff --git a/docs/Kubernetes/config/Ingress/multiple-path.yaml b/docs/kubernetes/manifests/Ingress/multiple-path.yaml similarity index 100% rename from docs/Kubernetes/config/Ingress/multiple-path.yaml rename to docs/kubernetes/manifests/Ingress/multiple-path.yaml diff --git a/docs/Kubernetes/config/Ingress/tls-ingress.yaml b/docs/kubernetes/manifests/Ingress/tls-ingress.yaml similarity index 100% rename from docs/Kubernetes/config/Ingress/tls-ingress.yaml rename to docs/kubernetes/manifests/Ingress/tls-ingress.yaml diff --git a/docs/Kubernetes/config/Multi-container-manifest/alpine.yaml b/docs/kubernetes/manifests/Multi-container-manifest/alpine.yaml similarity index 100% rename from docs/Kubernetes/config/Multi-container-manifest/alpine.yaml rename to docs/kubernetes/manifests/Multi-container-manifest/alpine.yaml diff --git a/docs/Kubernetes/config/Multi-container-manifest/curlimage.yaml b/docs/kubernetes/manifests/Multi-container-manifest/curlimage.yaml similarity index 100% rename from docs/Kubernetes/config/Multi-container-manifest/curlimage.yaml rename to docs/kubernetes/manifests/Multi-container-manifest/curlimage.yaml diff --git a/docs/Kubernetes/config/Recreate-strategy/deployment.yaml b/docs/kubernetes/manifests/Recreate-strategy/deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Recreate-strategy/deployment.yaml rename to docs/kubernetes/manifests/Recreate-strategy/deployment.yaml diff --git a/docs/Kubernetes/config/Rolling-update-strategy/deployment.yaml b/docs/kubernetes/manifests/Rolling-update-strategy/deployment.yaml similarity index 100% rename from docs/Kubernetes/config/Rolling-update-strategy/deployment.yaml rename to docs/kubernetes/manifests/Rolling-update-strategy/deployment.yaml diff --git a/docs/Kubernetes/config/Secret + Config as volume/config.yaml b/docs/kubernetes/manifests/Secret + Config as volume/config.yaml similarity index 100% rename from docs/Kubernetes/config/Secret + Config as volume/config.yaml rename to docs/kubernetes/manifests/Secret + Config as volume/config.yaml diff --git a/docs/Kubernetes/config/Secret + Config as volume/mosquitto.yaml b/docs/kubernetes/manifests/Secret + Config as volume/mosquitto.yaml similarity index 100% rename from docs/Kubernetes/config/Secret + Config as volume/mosquitto.yaml rename to docs/kubernetes/manifests/Secret + Config as volume/mosquitto.yaml diff --git a/docs/Kubernetes/config/Secret + Config as volume/secret.yaml b/docs/kubernetes/manifests/Secret + Config as volume/secret.yaml similarity index 100% rename from docs/Kubernetes/config/Secret + Config as volume/secret.yaml rename to docs/kubernetes/manifests/Secret + Config as volume/secret.yaml diff --git a/docs/Kubernetes/config/Volume/Nginx-app/nginx-volume.yaml b/docs/kubernetes/manifests/Volume/Nginx-app/nginx-volume.yaml similarity index 100% rename from docs/Kubernetes/config/Volume/Nginx-app/nginx-volume.yaml rename to docs/kubernetes/manifests/Volume/Nginx-app/nginx-volume.yaml diff --git a/docs/Kubernetes/config/Volume/Nginx-app/nginx-volumeclaim.yaml b/docs/kubernetes/manifests/Volume/Nginx-app/nginx-volumeclaim.yaml similarity index 100% rename from docs/Kubernetes/config/Volume/Nginx-app/nginx-volumeclaim.yaml rename to docs/kubernetes/manifests/Volume/Nginx-app/nginx-volumeclaim.yaml diff --git a/docs/Kubernetes/config/Volume/Nginx-app/nginx.yaml b/docs/kubernetes/manifests/Volume/Nginx-app/nginx.yaml similarity index 100% rename from docs/Kubernetes/config/Volume/Nginx-app/nginx.yaml rename to docs/kubernetes/manifests/Volume/Nginx-app/nginx.yaml diff --git a/docs/Kubernetes/config/Volume/nginx-local.yaml b/docs/kubernetes/manifests/Volume/nginx-local.yaml similarity index 100% rename from docs/Kubernetes/config/Volume/nginx-local.yaml rename to docs/kubernetes/manifests/Volume/nginx-local.yaml diff --git a/docs/Kubernetes/config/canray/deploy1.yaml b/docs/kubernetes/manifests/canray/deploy1.yaml similarity index 100% rename from docs/Kubernetes/config/canray/deploy1.yaml rename to docs/kubernetes/manifests/canray/deploy1.yaml diff --git a/docs/Kubernetes/config/canray/deploy2.yaml b/docs/kubernetes/manifests/canray/deploy2.yaml similarity index 100% rename from docs/Kubernetes/config/canray/deploy2.yaml rename to docs/kubernetes/manifests/canray/deploy2.yaml diff --git a/docs/Kubernetes/config/canray/service.yaml b/docs/kubernetes/manifests/canray/service.yaml similarity index 100% rename from docs/Kubernetes/config/canray/service.yaml rename to docs/kubernetes/manifests/canray/service.yaml diff --git a/docs/kubernetes/other-resources.md b/docs/kubernetes/other-resources.md new file mode 100644 index 0000000..93ee481 --- /dev/null +++ b/docs/kubernetes/other-resources.md @@ -0,0 +1,8 @@ +--- +sidebar_position: 6 +title: Other Resources +--- + +Here are list of other resources that you can refer to learn more about Kubernetes: + +- [Kubernetes Manifest files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/kubernetes/manifests): A collection of Kubernetes manifest files to help you understand the concepts better. diff --git a/docs/Kubernetes/playground.md b/docs/kubernetes/playground.md similarity index 100% rename from docs/Kubernetes/playground.md rename to docs/kubernetes/playground.md diff --git a/docs/Kubernetes/tools/_category_.json b/docs/kubernetes/tools/_category_.json similarity index 100% rename from docs/Kubernetes/tools/_category_.json rename to docs/kubernetes/tools/_category_.json diff --git a/docs/Kubernetes/tools/introduction.md b/docs/kubernetes/tools/introduction.md similarity index 100% rename from docs/Kubernetes/tools/introduction.md rename to docs/kubernetes/tools/introduction.md diff --git a/docs/Kubernetes/tools/kubescape.md b/docs/kubernetes/tools/kubescape.md similarity index 100% rename from docs/Kubernetes/tools/kubescape.md rename to docs/kubernetes/tools/kubescape.md diff --git a/docs/Kubernetes/tools/lens.md b/docs/kubernetes/tools/lens.md similarity index 100% rename from docs/Kubernetes/tools/lens.md rename to docs/kubernetes/tools/lens.md diff --git a/docs/Kubernetes/tools/portainer.md b/docs/kubernetes/tools/portainer.md similarity index 100% rename from docs/Kubernetes/tools/portainer.md rename to docs/kubernetes/tools/portainer.md diff --git a/docs/Kubernetes/tools/validkube.md b/docs/kubernetes/tools/validkube.md similarity index 100% rename from docs/Kubernetes/tools/validkube.md rename to docs/kubernetes/tools/validkube.md diff --git a/docs/Linux/_category_.json b/docs/linux/_category_.json similarity index 100% rename from docs/Linux/_category_.json rename to docs/linux/_category_.json diff --git a/docs/Linux/commands.md b/docs/linux/commands.md similarity index 100% rename from docs/Linux/commands.md rename to docs/linux/commands.md diff --git a/docs/Linux/introduction.md b/docs/linux/introduction.md similarity index 100% rename from docs/Linux/introduction.md rename to docs/linux/introduction.md diff --git a/docs/Linux/learning-resources.md b/docs/linux/learning-resources.md similarity index 100% rename from docs/Linux/learning-resources.md rename to docs/linux/learning-resources.md diff --git a/old-index.html b/old-index.html deleted file mode 100644 index 1eaa65b..0000000 --- a/old-index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - DevOps - - - - - - - - - - -
- - - - - - - -