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.
49
49
``` mermaid
50
50
flowchart TD
51
51
Caddy["Caddy (API Gateway)"]
52
- Caddy --> Services["Services (PostgREST, Swagger UI + more)"]
52
+ Caddy --> Services["Services (PostgREST, + add more)"]
53
53
Services --> Postgres
54
54
```
55
55
Original file line number Diff line number Diff line change 1
1
site_name : SuperStack
2
- site_url : https://www. explodinglabs.com/superstack/
2
+ site_url : https://explodinglabs.com/superstack/
3
3
repo_url : https://github.com/explodinglabs/superstack
4
4
theme :
5
5
name : material
11
11
palette :
12
12
# Palette toggle for automatic mode
13
13
- media : " (prefers-color-scheme)"
14
+ scheme : default
14
15
primary : " black"
15
16
toggle :
16
17
icon : material/brightness-auto
@@ -31,11 +32,11 @@ theme:
31
32
toggle :
32
33
icon : material/brightness-4
33
34
name : Switch to system preference
34
- extra_css :
35
- - assets/extra.css
36
35
plugins :
37
36
- search
38
37
- mermaid2
38
+ extra_css :
39
+ - assets/extra.css
39
40
markdown_extensions :
40
41
- pymdownx.highlight
41
42
- pymdownx.superfences :
You can’t perform that action at this time.
0 commit comments