[Phase 5] Add pricing comparison page to docs-site (docs.leeworks.dev/pricing/) #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap reference
MASTER_BUILD_PROMPT §Phase 5 —
docs.leeworks.dev/pricing/← cross-API comparison page.Problem
The MASTER_BUILD_PROMPT explicitly specifies a pricing page at
docs.leeworks.dev/pricing/showing a cross-API comparison of all three services. This page:The docs-site currently has per-API pages (
/zip-enrichment,/holidays,/air-quality), a blog, and legal pages — but no pricing page.What to do
Create
docs-site/src/pages/pricing.astro(orpricing/index.astro) with:Content requirements
#URLs until listings are live — issue #44)index.astronav to/pricingTechnical requirements
npm run buildwithout errors<table>markup with<caption>and header cells (<th scope="col">)overflow-x: autowrapper)Acceptance criteria
docs-site/src/pages/pricing.astro(or equivalent) is committednpm run buildindocs-site/passes with no errors/pricingrenders a cross-API pricing table with all 4 tiers for all 3 APIs/pricingis present in the site navigation (index.astroor layout component)leeworks-agents/api-company→0xWheatyz/api-companyDependencies
(Reference: MASTER_BUILD_PROMPT §Phase 5:
docs.leeworks.dev/pricing/cross-API comparison)✅ Implemented — PR #103 opened: feature/issue-101-pricing → main.
Changes:
docs-site/src/pages/pricing.astro: new pricing page with accessible<table>(4 tiers × 3 APIs),<caption>,scope="col"headers, horizontal scroll wrapper for mobiledocs-site/src/layouts/Base.astro:/pricingnav link addednpm run buildpasses,/pricing/index.htmlgeneratedCTA buttons use placeholder
#URLs pending RapidAPI listings (#44). Deploy PR to 0xWheatyz/api-company will follow once upstream repo exists (#47).