Pārlūkot izejas kodu

docs: Add team list (#447)

Armani Ferrante 4 gadi atpakaļ
vecāks
revīzija
0ed5c95494
2 mainītis faili ar 14 papildinājumiem un 1 dzēšanām
  1. 8 1
      docs/src/.vuepress/config.js
  2. 6 0
      docs/src/getting-started/projects.md

+ 8 - 1
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",

+ 6 - 0
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)