feat: archive badge added for examples (#21577)

* archive badge added for examples

* deleted out archived repo examples
This commit is contained in:
hallidayo
2024-03-19 09:10:13 +00:00
committed by GitHub
parent c71ab9e4f8
commit fe1313c329
2 changed files with 0 additions and 114 deletions

View File

@@ -81,40 +81,16 @@ export const EXAMPLE_PROJECTS = [
description: 'Example app of real-time chat using supabase realtime api',
url: 'https://github.com/shwosner/realtime-chat-supabase-react',
},
{
framework: 'JavaScript',
title: 'Vanilla-js Auth app',
description: 'Example app of real-time chat using supabase realtime api',
url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/auth/javascript-auth',
},
{
framework: 'React',
title: 'React Native todo list app',
description: 'React Native Todo List example with Expo',
url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/expo-todo-list',
},
{
framework: 'nextjs',
title: 'Next.js todo list app',
description: 'Next.js todo list example',
url: 'https://github.com/supabase/supabase/tree/master/examples/todo-list/nextjs-todo-list',
},
{
framework: 'React',
title: 'React todo List app',
description: 'React todo List example',
url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/react-todo-list',
},
{
framework: 'Svelte',
title: 'Svelte todo list app',
description: 'Sveltejs todo with TailwindCSS and Snowpack',
url: 'https://github.com/supabase/supabase/tree/master/examples/todo-list/sveltejs-todo-list',
},
{
framework: 'VueJS',
title: 'Vue.js todo list app',
description: 'Vue.js todo app using TypeScript',
url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/vue3-ts-todo-list',
},
]

View File

@@ -183,66 +183,6 @@ export default [
vercel_deploy_url: '',
demo_url: 'https://random-chat.netlify.app/',
},
{
type: 'example',
tags: ['Javascript'],
products: [PRODUCT_NAMES.DATABASE, PRODUCT_NAMES.AUTHENTICATION],
title: 'Vanilla-js Auth app',
description:
'How to sign up and login using supabase and supabase-js using HTML and JavaScript only',
author: 'supabase',
author_url: 'https://github.com/supabase',
author_img: 'https://avatars.githubusercontent.com/u/54469796',
repo_name: 'javascript-auth',
repo_url: 'https://github.com/supabase/examples/tree/main/supabase-js-v1/auth/javascript-auth',
vercel_deploy_url: '',
demo_url: 'https://auth-vanilla-js.vercel.app/',
},
{
type: 'example',
tags: ['React'],
products: [PRODUCT_NAMES.DATABASE],
title: 'React Native todo list app',
description: 'React Native Todo List example with Expo',
author: 'supabase',
author_url: 'https://github.com/supabase',
author_img: 'https://avatars.githubusercontent.com/u/54469796',
repo_name: 'expo-todo-list',
repo_url:
'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/react-native-ts-todo-list',
vercel_deploy_url: '',
demo_url: '',
},
{
type: 'example',
tags: ['Next.js'],
products: [PRODUCT_NAMES.DATABASE],
title: 'Next.js todo list app',
description: 'Next.js todo list example',
author: 'supabase',
author_url: 'https://github.com/supabase',
author_img: 'https://avatars.githubusercontent.com/u/54469796',
repo_name: 'nextjs-todo-list',
repo_url:
'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/nextjs-todo-list',
vercel_deploy_url: '',
demo_url: 'https://supabase-nextjs-todo-list.vercel.app/',
},
{
type: 'example',
tags: ['React'],
products: [PRODUCT_NAMES.DATABASE],
title: 'React todo list app',
description: 'React todo List example',
author: 'supabase',
author_url: 'https://github.com/supabase',
author_img: 'https://avatars.githubusercontent.com/u/54469796',
repo_name: 'react-todo-list',
repo_url:
'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/react-todo-list',
vercel_deploy_url: '',
demo_url: '',
},
{
type: 'example',
tags: ['Svelte'],
@@ -258,34 +198,4 @@ export default [
vercel_deploy_url: '',
demo_url: '',
},
{
type: 'example',
tags: ['Vue'],
products: [PRODUCT_NAMES.DATABASE],
title: 'Vue.js todo list app',
description: 'Vue.js todo app using TypeScript',
author: 'supabase',
author_url: 'https://github.com/supabase',
author_img: 'https://avatars.githubusercontent.com/u/54469796',
repo_name: 'vue3-ts-todo-list',
repo_url:
'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/vue3-ts-todo-list',
vercel_deploy_url: '',
demo_url: '',
},
{
type: 'example',
tags: ['Angular'],
products: [PRODUCT_NAMES.DATABASE],
title: 'Angular todo list app',
description: 'Angular todo List example',
author: 'geromegrignon',
author_url: 'https://github.com/geromegrignon',
author_img: 'https://avatars.githubusercontent.com/u/32737308',
repo_name: 'angular-todo-list',
repo_url:
'https://github.com/supabase/examples/tree/main/supabase-js-v1/todo-list/angular-todo-list',
vercel_deploy_url: '',
demo_url: '',
},
]