mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
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:
parent
792ff9326a
commit
665d73aba3
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue