Skip to content

Commit

Permalink
Merge pull request #53 from l-mb/main
Browse files Browse the repository at this point in the history
Disable stale projects
  • Loading branch information
dirkmueller authored Jan 3, 2024
2 parents 2f23164 + b6375a2 commit e55cc8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const PROJECTS = [
documentationURL: '#',
},
{
isEnable: true,
isEnable: false,
tag: 'storage',
name: 'S3 Gateway',
description: "Easy-to-use Open Source and Cloud Native S3 service for use on Rancher's Kubernetes",
Expand Down Expand Up @@ -177,7 +177,7 @@ export const PROJECTS = [
documentationURL: '',
},
{
isEnable: true,
isEnable: false,
tag: 'AI/ML',
name: 'FuseML',
description: 'Orchestration engine for MLOps',
Expand Down Expand Up @@ -337,7 +337,7 @@ export const PROJECTS = [
documentationURL: '',
},
{
isEnable: true,
isEnable: false,
tag: 'operating-systems',
name: 'Kubic',
description: 'Certified Kubernetes distribution',
Expand Down Expand Up @@ -497,7 +497,7 @@ export const PROJECTS = [
documentationURL: '',
},
{
isEnable: true,
isEnable: false,
tag: 'AI/ML',
name: 'Phoebe',
description: 'Auto-tuning and self-healing for artificial intelligence on Linux',
Expand Down Expand Up @@ -553,7 +553,7 @@ export const PROJECTS = [
documentationURL: '',
},
{
isEnable: true,
isEnable: false,
tag: 'development',
name: 'Rio',
description: 'Application deployment engine for Kubernetes',
Expand Down

0 comments on commit e55cc8b

Please sign in to comment.