mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
docs(v2): add Kubevela showcase (#4616)
Co-authored-by: guoxudong <guoxudong.dev@gmial.com>
This commit is contained in:
parent
2a2da8006f
commit
fbe4a4ac14
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/kubevela.png
Normal file
BIN
website/src/data/showcase/kubevela.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 655 KiB |
|
@ -859,6 +859,14 @@ const users = [
|
|||
source: 'https://github.com/Wisdom/dev-docs',
|
||||
tags: ['design', 'large'],
|
||||
},
|
||||
{
|
||||
title: 'KubeVela',
|
||||
description: 'KubeVela is a modern application engine that adapts to your application\'s needs, not the other way around.',
|
||||
preview: require('./showcase/kubevela.png'),
|
||||
website: 'https://kubevela.io/',
|
||||
source: 'https://github.com/oam-dev/kubevela.io',
|
||||
tags: ['versioning', 'i18n'],
|
||||
},
|
||||
];
|
||||
|
||||
users.forEach((user) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue