Skip to content

Commit 6e4db31

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 644e7fc commit 6e4db31

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

superstack/gettingstarted/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@
347347
</li>
348348

349349
<li class="md-nav__item">
350-
<a href="#2-configure-environment-variables" class="md-nav__link">
350+
<a href="#2-create-environment-file" class="md-nav__link">
351351
<span class="md-ellipsis">
352-
2. Configure Environment Variables
352+
2. Create Environment File
353353
</span>
354354
</a>
355355

@@ -461,9 +461,9 @@
461461
</li>
462462

463463
<li class="md-nav__item">
464-
<a href="#2-configure-environment-variables" class="md-nav__link">
464+
<a href="#2-create-environment-file" class="md-nav__link">
465465
<span class="md-ellipsis">
466-
2. Configure Environment Variables
466+
2. Create Environment File
467467
</span>
468468
</a>
469469

@@ -519,13 +519,13 @@ <h1 id="getting-started">🚀 Getting Started</h1>
519519
<p>SuperStack uses Docker, so make sure <a href="https://docs.docker.com/get-docker/">Docker is
520520
installed</a> before you begin.</p>
521521
<h2 id="1-get-superstack">1. Get SuperStack</h2>
522-
<p>Click <a href="https://github.com/explodinglabs/superstack/generate">Use this template</a>
522+
<p>Click <em><strong><a href="https://github.com/explodinglabs/superstack/generate">Use this template</a></strong></em>
523523
and create a new repository (e.g. <code>myapp-backend</code>) on GitHub.</p>
524524
<p>Clone it to your machine:</p>
525525
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/yourname/myapp-backend.git
526526
<span class="nb">cd</span><span class="w"> </span>myapp-backend
527527
</code></pre></div>
528-
<h2 id="2-configure-environment-variables">2. Configure Environment Variables</h2>
528+
<h2 id="2-create-environment-file">2. Create Environment File</h2>
529529
<p>Copy the example environment file:</p>
530530
<div class="highlight"><pre><span></span><code><span class="nb">cd</span><span class="w"> </span>app
531531
cp<span class="w"> </span>example.env<span class="w"> </span>.env

0 commit comments

Comments
 (0)