Skip to content

Commit 6e650a3

Browse files
committed
Rebuild superstack docs
1 parent d2629ea commit 6e650a3

File tree

13 files changed

+1858
-61
lines changed

13 files changed

+1858
-61
lines changed

superstack/404.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,28 @@
364364

365365

366366

367+
<li class="md-nav__item">
368+
<a href="/superstack/rabbitmq/" class="md-nav__link">
369+
370+
371+
372+
<span class="md-ellipsis">
373+
RabbitMQ
374+
375+
</span>
376+
377+
378+
</a>
379+
</li>
380+
381+
382+
383+
384+
385+
386+
387+
388+
367389
<li class="md-nav__item">
368390
<a href="/superstack/psql/" class="md-nav__link">
369391

@@ -402,6 +424,28 @@
402424

403425

404426

427+
428+
429+
430+
431+
432+
433+
<li class="md-nav__item">
434+
<a href="/superstack/update_superstack/" class="md-nav__link">
435+
436+
437+
438+
<span class="md-ellipsis">
439+
Update SuperStack
440+
441+
</span>
442+
443+
444+
</a>
445+
</li>
446+
447+
448+
405449
</ul>
406450
</nav>
407451
</div>

superstack/authentication/index.html

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="prev" href="../extensions/">
1515

1616

17-
<link rel="next" href="../psql/">
17+
<link rel="next" href="../rabbitmq/">
1818

1919

2020
<link rel="icon" href="../assets/images/favicon.png">
@@ -510,6 +510,28 @@
510510

511511

512512

513+
<li class="md-nav__item">
514+
<a href="../rabbitmq/" class="md-nav__link">
515+
516+
517+
518+
<span class="md-ellipsis">
519+
RabbitMQ
520+
521+
</span>
522+
523+
524+
</a>
525+
</li>
526+
527+
528+
529+
530+
531+
532+
533+
534+
513535
<li class="md-nav__item">
514536
<a href="../psql/" class="md-nav__link">
515537

@@ -548,6 +570,28 @@
548570

549571

550572

573+
574+
575+
576+
577+
578+
579+
<li class="md-nav__item">
580+
<a href="../update_superstack/" class="md-nav__link">
581+
582+
583+
584+
<span class="md-ellipsis">
585+
Update SuperStack
586+
587+
</span>
588+
589+
590+
</a>
591+
</li>
592+
593+
594+
551595
</ul>
552596
</nav>
553597
</div>
@@ -953,13 +997,13 @@ <h2 id="4-add-the-auth-schema-to-postgrest">4. Add the Auth Schema to PostgREST<
953997

954998

955999

956-
<a href="../psql/" class="md-footer__link md-footer__link--next" aria-label="Next: Psql">
1000+
<a href="../rabbitmq/" class="md-footer__link md-footer__link--next" aria-label="Next: RabbitMQ">
9571001
<div class="md-footer__title">
9581002
<span class="md-footer__direction">
9591003
Next
9601004
</span>
9611005
<div class="md-ellipsis">
962-
Psql
1006+
RabbitMQ
9631007
</div>
9641008
</div>
9651009
<div class="md-footer__button md-icon">

superstack/deploying/index.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<link rel="prev" href="../psql/">
1515

1616

17+
<link rel="next" href="../update_superstack/">
18+
1719

1820
<link rel="icon" href="../assets/images/favicon.png">
1921
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
@@ -373,6 +375,28 @@
373375

374376

375377

378+
<li class="md-nav__item">
379+
<a href="../rabbitmq/" class="md-nav__link">
380+
381+
382+
383+
<span class="md-ellipsis">
384+
RabbitMQ
385+
386+
</span>
387+
388+
389+
</a>
390+
</li>
391+
392+
393+
394+
395+
396+
397+
398+
399+
376400
<li class="md-nav__item">
377401
<a href="../psql/" class="md-nav__link">
378402

@@ -540,6 +564,28 @@
540564

541565

542566

567+
568+
569+
570+
571+
572+
573+
<li class="md-nav__item">
574+
<a href="../update_superstack/" class="md-nav__link">
575+
576+
577+
578+
<span class="md-ellipsis">
579+
Update SuperStack
580+
581+
</span>
582+
583+
584+
</a>
585+
</li>
586+
587+
588+
543589
</ul>
544590
</nav>
545591
</div>
@@ -773,6 +819,22 @@ <h3 id="3-restart-the-stack-if-needed">3. Restart the Stack (if needed)</h3>
773819
</a>
774820

775821

822+
823+
<a href="../update_superstack/" class="md-footer__link md-footer__link--next" aria-label="Next: Update SuperStack">
824+
<div class="md-footer__title">
825+
<span class="md-footer__direction">
826+
Next
827+
</span>
828+
<div class="md-ellipsis">
829+
Update SuperStack
830+
</div>
831+
</div>
832+
<div class="md-footer__button md-icon">
833+
834+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11z"/></svg>
835+
</div>
836+
</a>
837+
776838
</nav>
777839

778840

superstack/extensions/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,28 @@
468468

469469

470470

471+
<li class="md-nav__item">
472+
<a href="../rabbitmq/" class="md-nav__link">
473+
474+
475+
476+
<span class="md-ellipsis">
477+
RabbitMQ
478+
479+
</span>
480+
481+
482+
</a>
483+
</li>
484+
485+
486+
487+
488+
489+
490+
491+
492+
471493
<li class="md-nav__item">
472494
<a href="../psql/" class="md-nav__link">
473495

@@ -506,6 +528,28 @@
506528

507529

508530

531+
532+
533+
534+
535+
536+
537+
<li class="md-nav__item">
538+
<a href="../update_superstack/" class="md-nav__link">
539+
540+
541+
542+
<span class="md-ellipsis">
543+
Update SuperStack
544+
545+
</span>
546+
547+
548+
</a>
549+
</li>
550+
551+
552+
509553
</ul>
510554
</nav>
511555
</div>

0 commit comments

Comments
 (0)