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/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/README.md b/docs/golang/apps/redis-app/README.md similarity index 100% rename from docs/golang/app/redis-app/README.md rename to docs/golang/apps/redis-app/README.md 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/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/other-resources.md b/docs/kubernetes/other-resources.md index 80978d2..93ee481 100644 --- a/docs/kubernetes/other-resources.md +++ b/docs/kubernetes/other-resources.md @@ -5,5 +5,4 @@ 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](h +- [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.