Skip to content

Commit 755c603

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 2120557 commit 755c603

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

superstack/advanced/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,16 @@
216216
<nav aria-label="🚀 3. Deploying to a Remote Server" class="md-nav">
217217
<ul class="md-nav__list">
218218
<li class="md-nav__item">
219-
<a class="md-nav__link" href="#1-deploy-the-proxy">
219+
<a class="md-nav__link" href="#step-1-deploy-the-proxy">
220220
<span class="md-ellipsis">
221-
1. Deploy the Proxy
221+
Step 1. Deploy the Proxy
222222
</span>
223223
</a>
224224
</li>
225225
<li class="md-nav__item">
226-
<a class="md-nav__link" href="#2-deploy-a-new-app-version">
226+
<a class="md-nav__link" href="#step-2-deploy-a-new-app-version">
227227
<span class="md-ellipsis">
228-
2. Deploy a new App version
228+
Step 2. Deploy a new App version
229229
</span>
230230
</a>
231231
</li>
@@ -318,16 +318,16 @@
318318
<nav aria-label="🚀 3. Deploying to a Remote Server" class="md-nav">
319319
<ul class="md-nav__list">
320320
<li class="md-nav__item">
321-
<a class="md-nav__link" href="#1-deploy-the-proxy">
321+
<a class="md-nav__link" href="#step-1-deploy-the-proxy">
322322
<span class="md-ellipsis">
323-
1. Deploy the Proxy
323+
Step 1. Deploy the Proxy
324324
</span>
325325
</a>
326326
</li>
327327
<li class="md-nav__item">
328-
<a class="md-nav__link" href="#2-deploy-a-new-app-version">
328+
<a class="md-nav__link" href="#step-2-deploy-a-new-app-version">
329329
<span class="md-ellipsis">
330-
2. Deploy a new App version
330+
Step 2. Deploy a new App version
331331
</span>
332332
</a>
333333
</li>
@@ -477,7 +477,7 @@ <h2 id="3-deploying-to-a-remote-server">🚀 3. Deploying to a Remote Server</h2
477477
compose.yaml
478478
.env
479479
</code></pre></div>
480-
<h3 id="1-deploy-the-proxy">1. Deploy the Proxy</h3>
480+
<h3 id="step-1-deploy-the-proxy">Step 1. Deploy the Proxy</h3>
481481
<p>Before deploying, build and push your own proxy image by adding an <code>image:</code>
482482
line to the Compose file:</p>
483483
<div class="highlight"><span class="filename">proxy/compose.yaml</span><pre><span></span><code><span class="nt">services</span><span class="p">:</span>
@@ -499,7 +499,7 @@ <h3 id="1-deploy-the-proxy">1. Deploy the Proxy</h3>
499499
<p>Start the proxy:</p>
500500
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
501501
</code></pre></div>
502-
<h3 id="2-deploy-a-new-app-version">2. Deploy a new App version</h3>
502+
<h3 id="step-2-deploy-a-new-app-version">Step 2. Deploy a new App version</h3>
503503
<p>Deploy your app into a new directory (e.g. <code>app/b/</code>):</p>
504504
<blockquote>
505505
<p>Important: Give it a unique directory name every time. Here we use 'b' for

0 commit comments

Comments
 (0)