Skip to content

Commit

Permalink
Merge pull request #4 from Steinbeck-Lab/development
Browse files Browse the repository at this point in the history
fix:  Unexpected token (19:0) issue fix
  • Loading branch information
CS76 authored Sep 27, 2023
2 parents 58aa946 + d1a7e92 commit dc6034f
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions docs/contributors.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,8 @@
---
layout: page
outline: deep
---
<script setup>
import {
VPTeamPage,
VPTeamPageTitle,
VPTeamMembers
} from 'vitepress/theme'

const members = [
{
avatar: 'https://www.github.com/yyx990803.png',
name: 'Evan You',
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/yyx990803' },
{ icon: 'twitter', link: 'https://twitter.com/youyuxi' }
]
},
...
]
</script>
# Contributors

Please check our GitHub Contributors page for more details - https://github.com/Steinbeck-Lab/cloud-surge/graphs/contributors

<VPTeamPage>
<VPTeamPageTitle>
<template #title>
Our Team
</template>
<template #lead>
The development of VitePress is guided by an international
team, some of whom have chosen to be featured below.
</template>
</VPTeamPageTitle>
<VPTeamMembers
:members="members"
/>
</VPTeamPage>

0 comments on commit dc6034f

Please sign in to comment.