File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Caddy), making it easy to develop locally or deploy remotely.
4949``` mermaid
5050flowchart TD
5151 Caddy["Caddy (API Gateway)"]
52- Caddy --> Services["Services (PostgREST, Swagger UI + more)"]
52+ Caddy --> Services["Services (PostgREST, + add more)"]
5353 Services --> Postgres
5454```
5555
Original file line number Diff line number Diff line change 11site_name : SuperStack
2- site_url : https://www. explodinglabs.com/superstack/
2+ site_url : https://explodinglabs.com/superstack/
33repo_url : https://github.com/explodinglabs/superstack
44theme :
55 name : material
1111 palette :
1212 # Palette toggle for automatic mode
1313 - media : " (prefers-color-scheme)"
14+ scheme : default
1415 primary : " black"
1516 toggle :
1617 icon : material/brightness-auto
@@ -31,11 +32,11 @@ theme:
3132 toggle :
3233 icon : material/brightness-4
3334 name : Switch to system preference
34- extra_css :
35- - assets/extra.css
3635plugins :
3736 - search
3837 - mermaid2
38+ extra_css :
39+ - assets/extra.css
3940markdown_extensions :
4041 - pymdownx.highlight
4142 - pymdownx.superfences :
You can’t perform that action at this time.
0 commit comments