Skip to content

Commit cd366c9

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 6285a03 commit cd366c9

File tree

11 files changed

+82
-21
lines changed

11 files changed

+82
-21
lines changed

superstack/404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242

4343

4444

45+
<link rel="stylesheet" href="/superstack/assets/extra.css">
46+
4547
<script>__md_scope=new URL("/superstack/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4648

4749

superstack/assets/extra.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/* CSS custom properties replacing Sass variables */
2+
:root {
3+
}
4+
5+
body {
6+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
7+
"Segoe UI", "Liberation Sans", sans-serif;
8+
}
9+
10+
/* Change header fonts */
11+
.md-typeset h1,
12+
.md-typeset h2,
13+
.md-typeset h3,
14+
.md-typeset h4,
15+
.md-typeset h5,
16+
.md-typeset h6 {
17+
font-weight: 600;
18+
color: #111;
19+
}
20+
21+
.md-typeset h1 {
22+
font-style: normal;
23+
letter-spacing: -0.5px;
24+
line-height: 130%;
25+
26+
margin: 1em 0 0.5 0;
27+
@media screen and (max-width: var(--on-palm)) {
28+
margin-top: calc(var(--vspace) * 1.5);
29+
}
30+
}
31+
32+
.md-typeset h2 {
33+
margin: 1.5em 0 1em 0;
34+
font-style: normal;
35+
letter-spacing: -0.5px;
36+
line-height: 100%;
37+
font-size: 120%;
38+
}
39+
40+
.md-typeset h3 {
41+
margin: 2em 0 1em 0;
42+
font-style: normal;
43+
letter-spacing: -0.5px;
44+
line-height: 100%;
45+
font-size: 110%;
46+
}

superstack/deploying/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/superstack/deploying/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/superstack/deploying/">
1212

1313

1414
<link rel="prev" href="../psql/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

superstack/extensions/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/superstack/extensions/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/superstack/extensions/">
1212

1313

1414
<link rel="prev" href="../migrations/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

superstack/gettingstarted/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/superstack/gettingstarted/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/superstack/gettingstarted/">
1212

1313

1414
<link rel="prev" href="..">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

superstack/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8"/>
77
<meta content="width=device-width,initial-scale=1" name="viewport"/>
8-
<link href="https://explodinglabs.com/superstack/" rel="canonical"/>
8+
<link href="https://www.explodinglabs.com/superstack/" rel="canonical"/>
99
<link href="gettingstarted/" rel="next"/>
1010
<link href="assets/images/favicon.png" rel="icon"/>
1111
<meta content="mkdocs-1.6.1, mkdocs-material-9.6.15" name="generator"/>
@@ -15,6 +15,7 @@
1515
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
1616
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&amp;display=fallback" rel="stylesheet"/>
1717
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
18+
<link href="assets/extra.css" rel="stylesheet"/>
1819
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
1920
</head>
2021
<body data-md-color-accent="indigo" data-md-color-primary="black" data-md-color-scheme="default" dir="ltr">

superstack/migrations/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/superstack/migrations/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/superstack/migrations/">
1212

1313

1414
<link rel="prev" href="../gettingstarted/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

superstack/psql/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/superstack/psql/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/superstack/psql/">
1212

1313

1414
<link rel="prev" href="../extensions/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

superstack/sitemap.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://explodinglabs.com/superstack/</loc>
5-
<lastmod>2025-07-14</lastmod>
4+
<loc>https://www.explodinglabs.com/superstack/</loc>
5+
<lastmod>2025-07-16</lastmod>
66
</url>
77
<url>
8-
<loc>https://explodinglabs.com/superstack/deploying/</loc>
9-
<lastmod>2025-07-14</lastmod>
8+
<loc>https://www.explodinglabs.com/superstack/deploying/</loc>
9+
<lastmod>2025-07-16</lastmod>
1010
</url>
1111
<url>
12-
<loc>https://explodinglabs.com/superstack/extensions/</loc>
13-
<lastmod>2025-07-14</lastmod>
12+
<loc>https://www.explodinglabs.com/superstack/extensions/</loc>
13+
<lastmod>2025-07-16</lastmod>
1414
</url>
1515
<url>
16-
<loc>https://explodinglabs.com/superstack/gettingstarted/</loc>
17-
<lastmod>2025-07-14</lastmod>
16+
<loc>https://www.explodinglabs.com/superstack/gettingstarted/</loc>
17+
<lastmod>2025-07-16</lastmod>
1818
</url>
1919
<url>
20-
<loc>https://explodinglabs.com/superstack/migrations/</loc>
21-
<lastmod>2025-07-14</lastmod>
20+
<loc>https://www.explodinglabs.com/superstack/migrations/</loc>
21+
<lastmod>2025-07-16</lastmod>
2222
</url>
2323
<url>
24-
<loc>https://explodinglabs.com/superstack/psql/</loc>
25-
<lastmod>2025-07-14</lastmod>
24+
<loc>https://www.explodinglabs.com/superstack/psql/</loc>
25+
<lastmod>2025-07-16</lastmod>
2626
</url>
2727
<url>
28-
<loc>https://explodinglabs.com/superstack/upgrading/</loc>
29-
<lastmod>2025-07-14</lastmod>
28+
<loc>https://www.explodinglabs.com/superstack/upgrading/</loc>
29+
<lastmod>2025-07-16</lastmod>
3030
</url>
3131
</urlset>

superstack/sitemap.xml.gz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)