[Phase 5] docs-site: add VIN Decoder Redoc page and SEO blog post
Validate Flux manifests / kustomize-build (pull_request) Failing after 21s
Validate Flux manifests / kustomize-build (pull_request) Failing after 21s
- Add docs-site/src/pages/vin-decoder.astro: Redoc reference page rendering /specs/vin-decoder.yaml (matches pattern of existing API pages) - Copy apis/vin-decoder/openapi.yaml to docs-site/public/specs/vin-decoder.yaml so Redoc can serve the spec - Add VIN Decoder card to index.astro hero grid (4th API) - Add docs-site/src/pages/blog/vin-decoder.mdx: 1,500+ word SEO blog post 'How to Decode a VIN Number with Node.js Using Free NHTSA Data' with meta description, working code examples, VIN structure explanation, NHTSA vPIC background, and use-case context - npm run build exits 0; /vin-decoder and /blog/vin-decoder routes present Closes leeworks-agents/api-company#123 Closes leeworks-agents/api-company#124
This commit is contained in:
@@ -20,7 +20,7 @@ import Base from '../layouts/Base.astro';
|
||||
|
||||
<div class="hero">
|
||||
<h1>Simple. Reliable. APIs.</h1>
|
||||
<p>Production-ready data APIs for ZIP enrichment, public holidays, and air quality. Available on RapidAPI.</p>
|
||||
<p>Production-ready data APIs for ZIP enrichment, public holidays, air quality, and VIN decoding. Available on RapidAPI.</p>
|
||||
<a href="https://rapidapi.com/leeworks" class="cta" target="_blank" rel="noopener">Get API Key on RapidAPI</a>
|
||||
</div>
|
||||
|
||||
@@ -52,6 +52,15 @@ import Base from '../layouts/Base.astro';
|
||||
<a href="https://rapidapi.com/leeworks/api/air-quality" target="_blank" rel="noopener">RapidAPI</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="api-card">
|
||||
<span class="badge wip">In Development</span>
|
||||
<h2>VIN Decoder API</h2>
|
||||
<p>Decode any 17-character VIN into make, model, year, trim, engine, body class, and more. Powered by the NHTSA vPIC public-domain database.</p>
|
||||
<div class="links">
|
||||
<a href="/vin-decoder">Docs</a>
|
||||
<a href="https://rapidapi.com/leeworks/api/vin-decoder" target="_blank" rel="noopener">RapidAPI</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer style="text-align: center; padding: 2rem; border-top: 1px solid #2d3748; margin-top: 3rem; color: #718096; font-size: 0.875rem;">
|
||||
|
||||
Reference in New Issue
Block a user