Skip to content

Commit b77f80f

Browse files
committed
Rebuild iko docs
1 parent 04b46c3 commit b77f80f

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

iko/gettingstarted/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,13 @@ <h2 id="2-create-a-env-file">2. Create a .env file</h2>
613613
<div class="highlight"><pre><span></span><code>SQITCH_TARGET=db:pg://postgres:postgres@localhost/app
614614
</code></pre></div>
615615
<p>On Mac or WSL2, use <code>host.docker.internal</code> instead of <code>localhost</code>.</p>
616+
<p>Verify your connection:</p>
617+
<div class="highlight"><pre><span></span><code>iko<span class="w"> </span>check
618+
</code></pre></div>
619+
<p>You should get:</p>
620+
<div class="highlight"><pre><span></span><code>No registry found in db:pg://postgres@postgres/app. Have you ever deployed?
621+
</code></pre></div>
622+
<p>This means your connection is working.</p>
616623
<h2 id="3-initialise-a-project">3. Initialise a project</h2>
617624
<div class="highlight"><pre><span></span><code>iko<span class="w"> </span>init<span class="w"> </span>myapp
618625
</code></pre></div>

iko/images/logo.png

-6.2 KB
Loading

iko/search/search_index.json

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

iko/sitemap.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://explodinglabs.com/iko/</loc>
5-
<lastmod>2025-06-02</lastmod>
5+
<lastmod>2025-06-05</lastmod>
66
</url>
77
<url>
88
<loc>https://explodinglabs.com/iko/commands/</loc>
9-
<lastmod>2025-06-02</lastmod>
9+
<lastmod>2025-06-05</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://explodinglabs.com/iko/deploying/</loc>
13-
<lastmod>2025-06-02</lastmod>
13+
<lastmod>2025-06-05</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://explodinglabs.com/iko/gettingstarted/</loc>
17-
<lastmod>2025-06-02</lastmod>
17+
<lastmod>2025-06-05</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://explodinglabs.com/iko/running/</loc>
21-
<lastmod>2025-06-02</lastmod>
21+
<lastmod>2025-06-05</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://explodinglabs.com/iko/scripting/</loc>
25-
<lastmod>2025-06-02</lastmod>
25+
<lastmod>2025-06-05</lastmod>
2626
</url>
2727
</urlset>

iko/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)