소스 검색

docs: Sidebar updates

Armani Ferrante 4 년 전
부모
커밋
d94fd39886
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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",