docfast session 102: demo tests + nav fix (BUG-089)

This commit is contained in:
Hoid 2026-02-27 07:07:03 +00:00
parent f8f1d1b43d
commit deaa454283
4 changed files with 26 additions and 3 deletions

View file

@ -1,3 +1,11 @@
## BUG-089: Examples page not linked from main navigation or footer
- **Date:** 2026-02-27
- **Severity:** MEDIUM
- **Issue:** The `/examples` page exists and is in the sitemap, but is NOT linked from the main landing page nav or footer. The examples page itself includes "Examples" in its nav, but all other pages (/, /docs, /impressum, /privacy, /terms, /status) lack it. Developers can't discover code examples from the homepage.
- **Impact:** High-value developer conversion page is hidden. Only discoverable via sitemap or direct URL.
- **Fix:** Add "Examples" link to nav and footer partials so it appears on all pages.
- **Status:** ✅ FIXED — commit aa7fe55. Added to landing page inline nav, landing page footer, and shared footer partial. Nav partial already had the link.
## BUG-088: Landing page and FAQ schema falsely claim SDKs exist
- **Date:** 2026-02-26
- **Severity:** MEDIUM