Docs quality pass: SEO descriptions, broken links, screenshot pipeline - #108
Open
nicdavidson wants to merge 1 commit into
Open
Docs quality pass: SEO descriptions, broken links, screenshot pipeline#108nicdavidson wants to merge 1 commit into
nicdavidson wants to merge 1 commit into
Conversation
✅ Deploy Preview for dreamfactory-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Add SEO meta descriptions to the 13 pages missing them (all pages covered now) - Fix all broken links (footer /introduction on every page, 14 pages of stale paths, slug mismatches) and both broken anchors: build is now warning-clean - Add scripts/shots.mjs: Playwright capture of the live admin UI for refreshing outdated screenshots (creds via DF_EMAIL/DF_PASS env only) - Log missing rate-limiting docs page as docs-debt
nicdavidson
force-pushed
the
docs/quality-pass-2026-08
branch
from
August 22, 2026 01:11
3064b1b to
13952ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
/introduction(broken on all 86 pages; the intro page's slug is/), 14 pages carried stale pre-migration paths (/api-security/*, numberedthe-system-apislugs, etc.), plus two slug mismatches and two broken anchors.npm run buildis now completely clean of link/anchor warnings.scripts/shots.mjs(Playwright) logs into a live admin instance and captures every sidebar page for refreshing the 2024-era screenshots; stages to.shots/(gitignored) for review. Screenshot refresh lands as a follow-up PR.docs-debt/, links retargeted to the auth guide as a stopgap; a real Limits page is queued.Testing
npm run buildpasses with zero broken-link and zero broken-anchor warnings (previously ~110 broken links across 12 target paths).