From 0ed5c95494516b401b9b733b3ca48140eb18c5bc Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Thu, 1 Jul 2021 09:22:37 +0800 Subject: [PATCH] docs: Add team list (#447) --- docs/src/.vuepress/config.js | 9 ++++++++- docs/src/getting-started/projects.md | 6 ++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/src/getting-started/projects.md diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index f753a4146..6bc202b62 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -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", diff --git a/docs/src/getting-started/projects.md b/docs/src/getting-started/projects.md new file mode 100644 index 000000000..be43a3c38 --- /dev/null +++ b/docs/src/getting-started/projects.md @@ -0,0 +1,6 @@ +# Projects + +Projects using Anchor include + +* [Serum](https://github.com/project-serum) +* [Synthetify](https://github.com/Synthetify)