Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabled staging environment for previews #213

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- staging
pull_request_target:
types: [opened, synchronize, reopened, closed]
branches:
Expand Down
4 changes: 3 additions & 1 deletion src/pages/contributors.md → contributors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Contributors :star:

<!-- readme: contributors -start -->
<table>
<tr>
<td align="center">
Expand Down Expand Up @@ -238,4 +239,5 @@
<sub><b>Nate</b></sub>
</a>
</td></tr>
</table>
</table>
<!-- readme: contributors -end -->
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ const config = {
title: 'Community',
items: [
{
label: 'Contributors',
href: '/contributors',
label: 'Team',
href: '/team',
},
{
label:'Code of Conduct',
Expand Down
29 changes: 25 additions & 4 deletions Contributors.md → src/pages/team.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Contributors
# Team

## Core Team

<table>
<tr>
<td align="center">
<a href="https://github.com/madebygps">
<img src="https://avatars.githubusercontent.com/u/6733686?v=4" width="100;" alt="madebygps"/>
<br />
<sub><b>Gwyneth Peña-Siguenza</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/rishabkumar7">
<img src="https://avatars.githubusercontent.com/u/45825464?v=4" width="100;" alt="rishabkumar7"/>
<br />
<sub><b>Rishab Kumar</b></sub>
</a>
</td>
</tr>
</table>

## Contributors

<!-- readme: contributors -start -->
<table>
<tr>
<td align="center">
Expand Down Expand Up @@ -239,5 +261,4 @@
<sub><b>Nate</b></sub>
</a>
</td></tr>
</table>
<!-- readme: contributors -end -->
</table>
Loading