docs(v2): add "Leon" docs website to showcase (#4822)

* docs(v2): add "Leon" docs website to showcase

* chore(v2): minify "Leon" PNG showcase
This commit is contained in:
Louis Grenard 2021-05-24 17:52:58 +08:00 committed by GitHub
parent 792ff9326a
commit 665d73aba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View file

@ -1097,6 +1097,14 @@ const Users = [
source: 'https://github.com/oam-dev/kubevela.io',
tags: ['opensource', 'versioning', 'i18n'],
},
{
title: 'Leon',
description: 'Your open-source personal assistant.',
preview: require('./showcase/leon.png'),
website: 'https://docs.getleon.ai',
source: 'https://github.com/leon-ai/docs.getleon.ai',
tags: ['opensource', 'versioning', 'i18n'],
},
];
export const TagList = Object.keys(Tags);