Skip to content

Commit a7237fc

Browse files
author
committed
Deployed 8c0db76 with MkDocs version: 1.6.1
1 parent eb64997 commit a7237fc

13 files changed

Lines changed: 1183 additions & 75 deletions

File tree

404.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,34 @@
483483

484484

485485

486+
487+
488+
489+
490+
491+
492+
<li class="md-nav__item">
493+
<a href="/recipes/link-header-pagination/" class="md-nav__link">
494+
495+
496+
497+
<span class="md-ellipsis">
498+
499+
500+
Link header pagination
501+
502+
503+
504+
</span>
505+
506+
507+
508+
</a>
509+
</li>
510+
511+
512+
513+
486514
</ul>
487515
</nav>
488516

dev/contributing/index.html

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="canonical" href="https://httpware.modern-python.org/dev/contributing/">
1212

1313

14-
<link rel="prev" href="../../recipes/phase-decorator-patterns/">
14+
<link rel="prev" href="../../recipes/link-header-pagination/">
1515

1616

1717

@@ -492,6 +492,34 @@
492492

493493

494494

495+
496+
497+
498+
499+
500+
501+
<li class="md-nav__item">
502+
<a href="../../recipes/link-header-pagination/" class="md-nav__link">
503+
504+
505+
506+
<span class="md-ellipsis">
507+
508+
509+
Link header pagination
510+
511+
512+
513+
</span>
514+
515+
516+
517+
</a>
518+
</li>
519+
520+
521+
522+
495523
</ul>
496524
</nav>
497525

@@ -890,7 +918,7 @@ <h2 id="license">License<a class="headerlink" href="#license" title="Permanent l
890918
<nav class="md-footer__inner md-grid" aria-label="Footer" >
891919

892920

893-
<a href="../../recipes/phase-decorator-patterns/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Phase decorator patterns">
921+
<a href="../../recipes/link-header-pagination/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Link header pagination">
894922
<div class="md-footer__button md-icon">
895923

896924
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
@@ -900,7 +928,7 @@ <h2 id="license">License<a class="headerlink" href="#license" title="Permanent l
900928
Previous
901929
</span>
902930
<div class="md-ellipsis">
903-
Phase decorator patterns
931+
Link header pagination
904932
</div>
905933
</div>
906934
</a>

errors/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,34 @@
618618

619619

620620

621+
622+
623+
624+
625+
626+
627+
<li class="md-nav__item">
628+
<a href="../recipes/link-header-pagination/" class="md-nav__link">
629+
630+
631+
632+
<span class="md-ellipsis">
633+
634+
635+
Link header pagination
636+
637+
638+
639+
</span>
640+
641+
642+
643+
</a>
644+
</li>
645+
646+
647+
648+
621649
</ul>
622650
</nav>
623651

index.html

Lines changed: 51 additions & 68 deletions
Large diffs are not rendered by default.

middleware/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,34 @@
618618

619619

620620

621+
622+
623+
624+
625+
626+
627+
<li class="md-nav__item">
628+
<a href="../recipes/link-header-pagination/" class="md-nav__link">
629+
630+
631+
632+
<span class="md-ellipsis">
633+
634+
635+
Link header pagination
636+
637+
638+
639+
</span>
640+
641+
642+
643+
</a>
644+
</li>
645+
646+
647+
648+
621649
</ul>
622650
</nav>
623651

0 commit comments

Comments
 (0)