docs(v2): Add Kosko to showcase (#4699)

This commit is contained in:
Tommy Chen 2021-04-29 17:29:31 +08:00 committed by GitHub
parent 6f29a1826a
commit 7ee116f93f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -455,6 +455,14 @@ const Users = [
source: 'https://github.com/intelagentbilling/docs',
tags: ['opensource','product'],
},
{
title: 'Kosko',
description: 'Organize Kubernetes manifests in JavaScript',
preview: require('./showcase/kosko.png'),
website: 'https://kosko.dev',
source: 'https://github.com/tommy351/kosko',
tags: ['opensource']
},
{
title: 'Kotest',
description: 'Kotlin test framework',