Skip to content

Commit 90b2a76

Browse files
authored
Merge pull request #114 from Chisanan232/develop
[CU-86evcn51x] Fix the incorrect tagging info of the showcase page
2 parents 277e1c9 + 14eaed0 commit 90b2a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/showcase.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const PROJECTS: ShowcaseProject[] = [
1818
description: 'An opinionated starter kit that implements the Abstract Backend Execution pattern end-to-end with queue orchestration, observability, and CI/CD already wired in.',
1919
website: 'https://github.com/Chisanan232/abstract-backend-implementation-template',
2020
source: 'https://github.com/Chisanan232/abstract-backend-implementation-template',
21-
tags: ['template', 'mcp', 'message-queue', 'poetry'],
21+
tags: ['template', 'abstract-backend', 'implementation', 'message-queue', 'uv'],
2222
isTemplate: true,
2323
},
2424
{
@@ -40,7 +40,7 @@ const PROJECTS: ShowcaseProject[] = [
4040
description: 'Abstract backend framework providing common patterns and utilities for Python backend services.',
4141
website: 'https://github.com/Chisanan232/abstract-backend',
4242
source: 'https://github.com/Chisanan232/abstract-backend',
43-
tags: ['library', 'framework', 'backend', 'python'],
43+
tags: ['library', 'framework', 'abstraction', 'backend', 'python'],
4444
},
4545
{
4646
title: 'ABE Redis',

0 commit comments

Comments
 (0)