Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete website links from example configurations #670

Merged
merged 3 commits into from
May 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const examples: Example[] = [
{
title: "Github Client",
description: "React & GraphQL powered github web-client",
website: "http://github-client.gq/",
source: "https://github.com/ani-team/github-client/tree/workshop/feature-sliced-next",
preview: require("./img/github-client.png"),
version: VERSIONS.V2,
Expand All @@ -56,7 +55,6 @@ export const examples: Example[] = [
title: "Todo App (React+Redux)",
description:
"QuickStart todo-app example for React developers (Redux version)",
website: "https://kxn7cx-3000.preview.csb.app/",
source: "https://github.com/EliseyMartynov/fs-rtk",
preview: require("./img/todo-app-react-redux.png"),
version: VERSIONS.V2,
Expand All @@ -66,7 +64,6 @@ export const examples: Example[] = [
{
title: "Todo App (Vue 3)",
description: "QuickStart todo-app example for Vue developers",
website: "https://fccls.sse.codesandbox.io/",
source: "https://github.com/EliseyMartynov/fs-vue",
preview: require("./img/todo-app-vue.png"),
version: VERSIONS.V2,
Expand Down Expand Up @@ -147,7 +144,6 @@ export const examples: Example[] = [
title: "Todo App (ReactNative+Redux)",
description:
"QuickStart todo-app example for ReactNative(Expo) developers",
website: "https://expo.dev/@berdimyradov/todo-app",
source: "https://github.com/berdimyradov/fs-rn-todo-app",
preview: require("./img/fs-rn-todo-app.png"),
version: VERSIONS.V2,
Expand Down Expand Up @@ -251,7 +247,6 @@ export const examples: Example[] = [
title: "Money Flow",
description:
"A mobile application for tracking your expenses and incomes.",
website: "https://moneyflow.cash",
source: "https://github.com/moneyflow-dev/moneyflow",
preview: require("./img/moneyflow.png"),
version: VERSIONS.V2,
Expand Down Expand Up @@ -282,7 +277,8 @@ export const examples: Example[] = [
{
title: "VK Audiopad",
description: "Chrome extension for VK Music",
website: "https://github.com/vissh/vkui-audiopad",
website:
"https://chrome.google.com/webstore/detail/plclpmphdjmdgmdpfkcmdkmohgpfecip",
source: "https://github.com/vissh/vkui-audiopad",
preview: require("./img/vkaudiopad.png"),
version: VERSIONS.V2,
Expand Down
Loading