docs: mark clutch and gulp as opensource (#6871)

This commit is contained in:
Joshua Chen 2022-03-08 07:34:35 +08:00 committed by GitHub
parent a4e37c4054
commit 5ea76f2376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,8 +344,8 @@ const Users: User[] = [
description: 'An extensible API and UI platform for infrastructure tooling', description: 'An extensible API and UI platform for infrastructure tooling',
preview: require('./showcase/clutch.png'), preview: require('./showcase/clutch.png'),
website: 'https://clutch.sh/', website: 'https://clutch.sh/',
source: null, source: 'https://github.com/lyft/clutch/tree/main/docs/_website',
tags: [], tags: ['opensource'],
}, },
{ {
title: 'CodeYourFuture', title: 'CodeYourFuture',
@ -692,8 +692,8 @@ const Users: User[] = [
description: 'A toolkit to automate & enhance your workflow', description: 'A toolkit to automate & enhance your workflow',
preview: require('./showcase/gulp.png'), preview: require('./showcase/gulp.png'),
website: 'https://gulpjs.com', website: 'https://gulpjs.com',
source: null, source: 'https://github.com/gulpjs/gulpjs.github.io',
tags: ['large'], tags: ['opensource', 'large'],
}, },
{ {
title: 'Hashnode Support', title: 'Hashnode Support',