Skip to content

Commit 8978d7a

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 57d5346 commit 8978d7a

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

superstack/gettingstarted/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,16 +710,13 @@ <h2 id="3-start-the-stack">3. Start the Stack</h2>
710710
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
711711
</code></pre></div>
712712
<p>That's it – your backend is live.</p>
713-
<p>You can now open
714-
<a href="http://localhost:8000/openapi/">http://localhost:8000/openapi/</a> to explore
715-
your API (assuming 8000 is your Caddy port).</p>
716713
<hr />
717714
<h2 id="what-just-happened">🧩 What Just Happened?</h2>
718715
<p>SuperStack automatically:</p>
719716
<ol>
720717
<li>Starts a fresh Postgres database</li>
721718
<li>Applies initial migrations</li>
722-
<li>Launches PostgREST and Swagger UI</li>
719+
<li>Launches PostgREST</li>
723720
<li>Serves everything through Caddy</li>
724721
</ol>
725722
<blockquote>

superstack/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ <h2 id="what-can-i-do-with-superstack">🚀 What Can I Do with SuperStack?</h2>
307307
<hr/>
308308
<h2 id="architecture">🏛️ Architecture</h2>
309309
<pre class="mermaid"><code>flowchart TD
310-
Caddy["Caddy (API Gateway)"]
310+
APIGateway["API Gateway (Caddy)"]
311311
Caddy --&gt; Services["Services (PostgREST, + add more)"]
312-
Services --&gt; Postgres
312+
Services --&gt; Database["Database (Postgres)"]
313313
</code></pre>
314314
<hr/>
315315
<h2 id="whats-next">📚 What's next?</h2>

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-23</lastmod>
5+
<lastmod>2025-07-24</lastmod>
66
</url>
77
<url>
88
<loc>https://explodinglabs.com/superstack/deploying/</loc>
9-
<lastmod>2025-07-23</lastmod>
9+
<lastmod>2025-07-24</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://explodinglabs.com/superstack/extensions/</loc>
13-
<lastmod>2025-07-23</lastmod>
13+
<lastmod>2025-07-24</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://explodinglabs.com/superstack/gettingstarted/</loc>
17-
<lastmod>2025-07-23</lastmod>
17+
<lastmod>2025-07-24</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://explodinglabs.com/superstack/migrations/</loc>
21-
<lastmod>2025-07-23</lastmod>
21+
<lastmod>2025-07-24</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://explodinglabs.com/superstack/psql/</loc>
25-
<lastmod>2025-07-23</lastmod>
25+
<lastmod>2025-07-24</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://explodinglabs.com/superstack/upgrading/</loc>
29-
<lastmod>2025-07-23</lastmod>
29+
<lastmod>2025-07-24</lastmod>
3030
</url>
3131
</urlset>

superstack/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)