docs: Add team list (#447)

This commit is contained in:
Armani Ferrante 2021-07-01 09:22:37 +08:00 committed by GitHub
parent 94f08cd166
commit 0ed5c95494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -48,7 +48,14 @@ module.exports = {
},
{
collapsable: false,
title: "Programs",
title: "Teams",
children: [
"/getting-started/projects",
],
},
{
collapsable: false,
title: "Tutorials",
children: [
"/tutorials/tutorial-0",
"/tutorials/tutorial-1",

View File

@ -0,0 +1,6 @@
# Projects
Projects using Anchor include
* [Serum](https://github.com/project-serum)
* [Synthetify](https://github.com/Synthetify)