diff --git a/website/src/data/showcase/leon.png b/website/src/data/showcase/leon.png new file mode 100644 index 0000000000..afa41299a6 Binary files /dev/null and b/website/src/data/showcase/leon.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index ba849c3948..afdd66455f 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -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);