diff --git a/src/pages/examples/_config.ts b/src/pages/examples/_config.ts index 79893fb9de..07977022f8 100644 --- a/src/pages/examples/_config.ts +++ b/src/pages/examples/_config.ts @@ -411,6 +411,16 @@ export const examples: Example[] = [ version: VERSIONS.V2, updatedAt: "2024-08-10", tech: ["react", "redux-toolkit", "typescript"], + }, + { + title: "YeaHub Platform", + description: "YeaHub is a platform dedicated to the professional growth, learning, and collaboration of IT specialists.", + source: "https://github.com/YeaHubTeam/yeahub-platform", + website: "https://yeahub.ru/questions?page=1&status=all&specialization=11", + preview: require("./img/yeahub-example.png"), + version: VERSIONS.V2, + updatedAt: "2025-12-15", + tech: ["react", "redux-toolkit", "rtk query", "react router", "typescript", "webpack", "storybook"], }, // Reverse the list (last examples should be at the top) ].reverse(); diff --git a/src/pages/examples/img/yeahub-example.png b/src/pages/examples/img/yeahub-example.png new file mode 100644 index 0000000000..e58441c9c6 Binary files /dev/null and b/src/pages/examples/img/yeahub-example.png differ