Skip to content

Commit 47ae9db

Browse files
committed
Rebuild iko docs
1 parent 1b98391 commit 47ae9db

File tree

12 files changed

+864
-15
lines changed

12 files changed

+864
-15
lines changed

iko/404.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,28 @@
358358

359359

360360

361+
362+
363+
364+
365+
366+
367+
<li class="md-nav__item">
368+
<a href="/iko/deploy/" class="md-nav__link">
369+
370+
371+
372+
<span class="md-ellipsis">
373+
Deploying
374+
375+
</span>
376+
377+
378+
</a>
379+
</li>
380+
381+
382+
361383
</ul>
362384
</nav>
363385
</div>

iko/commands/index.html

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,28 @@
684684

685685

686686

687+
688+
689+
690+
691+
692+
693+
<li class="md-nav__item">
694+
<a href="../deploy/" class="md-nav__link">
695+
696+
697+
698+
<span class="md-ellipsis">
699+
Deploying
700+
701+
</span>
702+
703+
704+
</a>
705+
</li>
706+
707+
708+
687709
</ul>
688710
</nav>
689711
</div>
@@ -1008,17 +1030,16 @@ <h2 id="sqitch-commands">Sqitch commands</h2>
10081030
<p>You can also access <code>sqitch</code> directly, for example:</p>
10091031
<div class="highlight"><pre><span></span><code>iko<span class="w"> </span>sqitch<span class="w"> </span>--version
10101032
</code></pre></div>
1011-
<p>See <a href="https://sqitch.org/docs/manual/">the full list of Sqitch's commands</a>.</p>
10121033
<h2 id="ad-hoc-migrations">Ad-hoc migrations</h2>
1034+
<blockquote>
1035+
<p>📖 Refer to <a href="https://sqitch.org/docs/manual/sqitch-add/">sqitch-add</a>.</p>
1036+
</blockquote>
10131037
<p>If your change is not covered by the below commands, use <code>add</code> to crate an
10141038
ad-hoc migration, for example:</p>
10151039
<div class="highlight"><pre><span></span><code>add<span class="w"> </span>create_customer_view
10161040
</code></pre></div>
10171041
<p>You'll be required to set a note, and then write the deploy, verify and revert
10181042
scripts yourself.</p>
1019-
<blockquote>
1020-
<p>📖 Refer to <a href="https://sqitch.org/docs/manual/sqitch-add/">sqitch-add</a>.</p>
1021-
</blockquote>
10221043
<h2 id="comments">Comments</h2>
10231044
<blockquote>
10241045
<p>📖 Refer to Postgres

0 commit comments

Comments
 (0)