Skip to content

Commit de4deda

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent fd1f4d6 commit de4deda

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed
26.9 MB
Binary file not shown.

superstack/gettingstarted/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,13 @@
362362
<div class="md-content" data-md-component="content">
363363
<article class="md-content__inner md-typeset">
364364
<h1 id="getting-started">🚀 Getting Started</h1>
365+
<video controls="" width="100%">
366+
<source src="/superstack/assets/getting-started.mp4" type="video/mp4"/>
367+
Your browser does not support the video tag.
368+
Music: https://www.bensound.com
369+
License code: UZG5X7IWWLQOQEU1
370+
Artist: : Lunar Years
371+
</video>
365372
<p>SuperStack uses Docker, so make sure <a href="https://docs.docker.com/get-docker/">Docker is
366373
installed</a> before you begin.</p>
367374
<h2 id="1-get-superstack">1. Get SuperStack</h2>

superstack/psql/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ <h2 id="open-a-psql-shell">📟 Open a psql Shell</h2>
670670
</code></pre></div>
671671
<h2 id="run-inline-sql-commands">🔹 Run Inline SQL Commands</h2>
672672
<p>You can also run SQL directly from the command line:</p>
673-
<div class="highlight"><pre><span></span><code>bin/postgres psql -c &#39;select * from api.movie;&#39;
673+
<div class="highlight"><pre><span></span><code>bin/postgres psql -c &#39;select * from movie;&#39;
674674
</code></pre></div>
675675
<h2 id="customize-psql-behavior">⚙️ Customize psql Behavior</h2>
676676
<p>You can persist your preferences using <code>.psqlrc</code> and <code>.inputrc</code>.</p>

superstack/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

superstack/sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://explodinglabs.com/superstack/</loc>
5-
<lastmod>2025-07-10</lastmod>
5+
<lastmod>2025-07-11</lastmod>
66
</url>
77
<url>
88
<loc>https://explodinglabs.com/superstack/deploying/</loc>
9-
<lastmod>2025-07-10</lastmod>
9+
<lastmod>2025-07-11</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://explodinglabs.com/superstack/extensions/</loc>
13-
<lastmod>2025-07-10</lastmod>
13+
<lastmod>2025-07-11</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://explodinglabs.com/superstack/gettingstarted/</loc>
17-
<lastmod>2025-07-10</lastmod>
17+
<lastmod>2025-07-11</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://explodinglabs.com/superstack/migrations/</loc>
21-
<lastmod>2025-07-10</lastmod>
21+
<lastmod>2025-07-11</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://explodinglabs.com/superstack/psql/</loc>
25-
<lastmod>2025-07-10</lastmod>
25+
<lastmod>2025-07-11</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://explodinglabs.com/superstack/upgrading/</loc>
29-
<lastmod>2025-07-10</lastmod>
29+
<lastmod>2025-07-11</lastmod>
3030
</url>
3131
</urlset>

superstack/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)