Skip to content

Commit

Permalink
docs: added toc to view
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jul 7, 2022
1 parent 64335b0 commit 13e2aa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/api/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ include ../_onboard
block body
if !user
+onboard(t('Need docs with real data and keys?'), t('Simply sign up or log in to have your API keys and real account data populated below.'), l(`/faq?redirect_to=${l('/email-forwarding-api')}`), '#top', 'border-bottom')
.fixed-bottom.text-right.mb-2.mr-2
a(href='#table-of-contents').btn.btn-dark.text-center
i.fa.fa-list
= ' '
= t('Table of Contents')
.container-fluid.bg-dark.py-3.px-5.py-md-5.d-block.text-center
.row
.col-md-12
Expand Down

0 comments on commit 13e2aa5

Please sign in to comment.