docs: add contributors
This commit is contained in:
20
contributors.md
Normal file
20
contributors.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<script setup>
|
||||||
|
import { VPTeamMembers } from 'vitepress/theme'
|
||||||
|
|
||||||
|
const members = [
|
||||||
|
{
|
||||||
|
avatar: 'https://www.github.com/camera-2018.png',
|
||||||
|
name: 'camera-2018',
|
||||||
|
title: 'Maintainer',
|
||||||
|
links: [
|
||||||
|
{ icon: 'github', link: 'https://github.com/camera-2018' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
</script>
|
||||||
|
|
||||||
|
# Our Team
|
||||||
|
|
||||||
|
Say hello to our awesome team.
|
||||||
|
|
||||||
|
<VPTeamMembers size="small" :members="members" />
|
||||||
Reference in New Issue
Block a user