Przeglądaj źródła

docs: Sidebar updates

Armani Ferrante 4 lat temu
rodzic
commit
d94fd39886
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      docs/src/.vuepress/config.js

+ 2 - 1
docs/src/.vuepress/config.js

@@ -36,6 +36,7 @@ module.exports = {
     docsDir: "",
     editLinkText: "",
     lastUpdated: false,
+    sidebarDepth: 2,
     sidebar: [
       {
         collapsable: false,
@@ -47,7 +48,7 @@ module.exports = {
       },
       {
         collapsable: false,
-        title: "Programs on Solana",
+        title: "Programs",
         children: [
           "/tutorials/tutorial-0",
           "/tutorials/tutorial-1",