Skip to content

Commit

Permalink
change in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Oct 27, 2022
1 parent 9a9d2cc commit 95ca8fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/clean-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- [Fat Controller CQRS Diet Talk](https://www.youtube.com/watch?v=icyvKTuZkzE)
- [Mini Course #1 Clean Architecture + CQRS](https://www.youtube.com/watch?v=NzcZcim9tp8)
- [Clean Architecture with ASP.NET Core 6](https://www.youtube.com/watch?v=lkmvnjypENw)

- [Why is Clean Architecture so Popular?](https://www.youtube.com/watch?v=g0XmFpmvsDk)
## 🚀 Samples

- [Sairyss/domain-driven-hexagon](https://github.com/Sairyss/domain-driven-hexagon) - Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
Expand Down
2 changes: 1 addition & 1 deletion docs/vertical-slice-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- [Organize Code by Feature | Vertical Slices](https://www.youtube.com/watch?v=PRns0rqPonA)
- [Vertical Slice Architecture](https://www.youtube.com/watch?v=id2kfgzONMA)
- [Clean Architecture Example & Breakdown - Do I use it?](https://www.youtube.com/watch?v=Ys_W6MyWOCw)

- [Tired of Layers? Vertical Slice Architecture to the rescue!](https://www.youtube.com/watch?v=lsddiYwWaOQ)
## 🚀 Samples
- [jbogard/ContosoUniversityDotNetCore-Pages](https://github.com/jbogard/ContosoUniversityDotNetCore-Pages)
- [oskardudycz/EventSourcing.NetCore/Sample/Warehouse](https://github.com/oskardudycz/EventSourcing.NetCore/tree/cqrs_with_net5/Sample/Warehouse)
Expand Down
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ repo_url: https://github.com/mehdihadeli/awesome-software-architecture
edit_uri: edit/main/docs/
theme:
name: material
#https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand Down

0 comments on commit 95ca8fa

Please sign in to comment.