Skip to content

Commit f6b0e22

Browse files
committed
Replace www.explodinglabs.com with explodinglabs.com
1 parent 543dc76 commit f6b0e22

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Caddy), making it easy to develop locally or deploy remotely.
4949
```mermaid
5050
flowchart 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

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: SuperStack
2-
site_url: https://www.explodinglabs.com/superstack/
2+
site_url: https://explodinglabs.com/superstack/
33
repo_url: https://github.com/explodinglabs/superstack
44
theme:
55
name: material
@@ -11,6 +11,7 @@ theme:
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
3635
plugins:
3736
- search
3837
- mermaid2
38+
extra_css:
39+
- assets/extra.css
3940
markdown_extensions:
4041
- pymdownx.highlight
4142
- pymdownx.superfences:

0 commit comments

Comments
 (0)