[Phase 5] docs-site: add /pricing cross-API comparison page and nav link
Validate Flux manifests / kustomize-build (pull_request) Failing after 23s
Validate Flux manifests / kustomize-build (pull_request) Failing after 23s
Closes leeworks-agents/api-company#101 - Create docs-site/src/pages/pricing.astro with accessible table markup showing all 4 tiers (Free/Basic/Pro/Ultra) for all 3 APIs - Add <caption> and scope attributes for accessibility - Responsive overflow-x wrapper for mobile - CTA buttons linking to RapidAPI (placeholder # until listings live) - Revenue disclaimer: subscriptions managed via RapidAPI marketplace - Add /pricing link to nav in Base.astro layout - npm run build passes with no errors
This commit is contained in:
@@ -31,6 +31,7 @@ const { title, description = "leeworks.dev API documentation" } = Astro.props;
|
||||
<a href="/zip-enrichment">ZIP Enrichment</a>
|
||||
<a href="/holidays">Holidays</a>
|
||||
<a href="/air-quality">Air Quality</a>
|
||||
<a href="/pricing">Pricing</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="https://rapidapi.com/leeworks" target="_blank" rel="noopener">RapidAPI</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user