Skip to content

Commit

Permalink
update mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Hadeli committed Apr 27, 2022
1 parent b9366ce commit 2f5ea25
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: ./moveFiles.sh

- name: Deploy MkDocs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.12
uses: mhausenblas/mkdocs-deploy-gh-pages@1.24
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
3 changes: 2 additions & 1 deletion docs/clean-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
- [AleksK1NG/Go-CQRS-Kafka-gRPC-Microservices](https://github.com/AleksK1NG/Go-CQRS-Kafka-gRPC-Microservices) - Go gRPC Kafka CQRS microservices with tracing
- [AleksK1NG/Go-NATS-Streaming-gRPC-PostgreSQL](https://github.com/AleksK1NG/Go-NATS-Streaming-gRPC-PostgreSQL) - Go Nats Streaming gRPC PostgerSQL emails microservice
- [AleksK1NG/Go-gRPC-RabbitMQ-microservice](https://github.com/AleksK1NG/Go-gRPC-RabbitMQ-microservice) - Go gRPC RabbitMQ email microservice
- [AleksK1NG/Go-GRPC-Auth-Microservice](https://github.com/AleksK1NG/Go-GRPC-Auth-Microservice) - Go GRPC Auth Microservice
- [AleksK1NG/Go-GRPC-Auth-Microservice](https://github.com/AleksK1NG/Go-GRPC-Auth-Microservice) - Go GRPC Auth Microservice
- [joaofbantunes/OOPsIDidItAgainGo](https://github.com/joaofbantunes/OOPsIDidItAgainGo) - OOPs, I did it again - Go edition
3 changes: 2 additions & 1 deletion docs/cqrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
- [vardius/go-api-boilerplate](https://github.com/vardius/go-api-boilerplate) - Go Server/API boilerplate using best practices DDD CQRS ES gRPC
- [AleksK1NG/Go-CQRS-Kafka-gRPC-Microservices](https://github.com/AleksK1NG/Go-CQRS-Kafka-gRPC-Microservices) - Go gRPC Kafka CQRS microservices with traci
- [eyazici90/go-ddd](https://github.com/eyazici90/go-ddd) - Practical implementation of Domain Driven Design in go
- [AleksK1NG/es-microservice](https://github.com/AleksK1NG/es-microservice)
- [AleksK1NG/es-microservice](https://github.com/AleksK1NG/es-microservice)
- [joaofbantunes/OOPsIDidItAgainGo](https://github.com/joaofbantunes/OOPsIDidItAgainGo)
1 change: 1 addition & 0 deletions docs/web/web-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- [zeromicro/go-zero](https://github.com/zeromicro/go-zero) - go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
- [justinas/alice](https://github.com/justinas/alice) - Painless middleware chaining for Go
- [eyazici90/go-mediator](https://github.com/eyazici90/go-mediator) - Simple mediator implementation in go
- [eapache/go-resiliency](https://github.com/eapache/go-resiliency) - Resiliency patterns for golang
## 🚀 Samples
- [Mindinventory/Golang-Project-Structure](https://github.com/Mindinventory/Golang-Project-Structure) - Golang Skeleton With Fully Managed Versions For Kick Start GoLang Project Development
- [gothinkster/golang-gin-realworld-example-app](https://github.com/gothinkster/golang-gin-realworld-example-app) - Exemplary real world application built with Golang + Gin
Expand Down
12 changes: 10 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ edit_uri: edit/main/docs/
theme:
name: material
palette:
primary: 'deep purple'
accent: 'indigo'
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
prev_next_buttons_location: both
navigation_depth: 4
titles_only: False
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs==1.1.2
mkdocs==1.2.3
mkdocs-material
pymdown-extensions

0 comments on commit 2f5ea25

Please sign in to comment.