# Documenter — F-014 Storefront catalog pages (SSG/ISR) ## Documentation updated - Updated `project/README.md` catalog section to document `categorySlug` search filtering. - Updated `project/README.md` storefront section to document: - Product detail pages at `/productos/`. - Category pages at `/categoria/`. - Brand pages at `/marca/`. - 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/revalidate` with `REVALIDATE_SECRET` and `x-revalidate-secret`. - Cart and checkout UI remain out of scope. ## Evidence - `cd project && npm run lint` — PASS after README update. - `./scripts/verify.sh` — PASS after README update.