DocFast session 97: BUG-088 fix, verification+email tests (143 total)

This commit is contained in:
Hoid 2026-02-26 07:05:21 +00:00
parent 96d8e36a9d
commit 2888c71973
5 changed files with 52 additions and 18 deletions

View file

@ -1,3 +1,11 @@
## BUG-088: Landing page and FAQ schema falsely claim SDKs exist
- **Date:** 2026-02-26
- **Severity:** MEDIUM
- **Issue:** FAQ structured data and landing page text both claim "Official SDKs for Node.js, Python, Go, PHP, and Laravel" exist. SDKs have NOT been published — only code examples exist. The /examples page was fixed (BUG-086) but landing page and FAQ schema were missed.
- **Impact:** Misleading structured data could hurt SEO trust. Users expecting `npm install docfast` would be confused.
- **Fix:** Updated FAQ answer and landing page subtitle to say "Code examples for Node.js, Python, Go, PHP, and cURL. Official SDKs coming soon."
- **Status:** ✅ FIXED — commit 9dcc473
## BUG-087: OpenAPI spec empty on staging — swagger-jsdoc 7.0.0-rc.6 regression
- **Date:** 2026-02-25
- **Severity:** HIGH