18 lines
809 B
Markdown
18 lines
809 B
Markdown
# 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/<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/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.
|