809 B
809 B
Documenter — F-014 Storefront catalog pages (SSG/ISR)
Documentation updated
- Updated
project/README.mdcatalog section to documentcategorySlugsearch filtering. - Updated
project/README.mdstorefront section to document:- Product detail pages at
/productos/<slug>. - Category pages at
/categoria/<slug>. - Brand pages at
/marca/<slug>. - Search results at
/products/search. - ISR settings for product/category/brand pages and search results.
- Metadata, canonical URL and OpenGraph behavior.
- On-demand revalidation via
POST /api/revalidatewithREVALIDATE_SECRETandx-revalidate-secret. - Cart and checkout UI remain out of scope.
- Product detail pages at
Evidence
cd project && npm run lint— PASS after README update../scripts/verify.sh— PASS after README update.