Skip to content

Commit 5a98b43

Browse files
committed
feat: add Gallery Showcase component and update documentation
- Introduced a new Gallery Showcase component to display featured galleries on the landing page. - Updated localization files to include new strings for the Gallery Showcase. - Enhanced the landing page by integrating the Gallery Showcase component alongside existing elements. Signed-off-by: Innei <[email protected]>
1 parent f7956c9 commit 5a98b43

File tree

16 files changed

+1783
-1435
lines changed

16 files changed

+1783
-1435
lines changed

apps/docs/src/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"title": "Cloudflare Pages",
225225
"meta": {
226226
"title": "Cloudflare Pages",
227-
"description": "Deploy your gallery to Cloudflare Pages for fast global CDN distribution.",
227+
"description": "Guide to deploying Afilmory via Cloudflare Pages.",
228228
"createdAt": "2025-07-20T22:35:03+08:00",
229229
"lastModified": "2025-11-23T19:40:52+08:00",
230230
"order": "53"

apps/docs/src/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export const routes: RouteConfig[] = [
282282
title: 'Cloudflare Pages',
283283
meta: {
284284
title: 'Cloudflare Pages',
285-
description: 'Deploy your gallery to Cloudflare Pages for fast global CDN distribution.',
285+
description: 'Guide to deploying Afilmory via Cloudflare Pages.',
286286
createdAt: '2025-07-20T22:35:03+08:00',
287287
lastModified: '2025-11-23T19:40:52+08:00',
288288
order: '53',

0 commit comments

Comments
 (0)