fix: add Examples link to nav and footer on all pages
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 11m59s

Fixes BUG-089
This commit is contained in:
DocFast CEO 2026-02-27 07:04:33 +00:00
parent e1084fb49c
commit aa7fe55024
8 changed files with 10 additions and 0 deletions

View file

@ -190,6 +190,7 @@ footer .container { display: flex; justify-content: space-between; align-items:
<div class="footer-links">
<a href="/">Home</a>
<a href="/docs">Docs</a>
<a href="/examples">Examples</a>
<a href="/status">API Status</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>