Browse Source

release: docs release

陈凯龙 3 years ago
parent
commit
b57214af64
1 changed files with 0 additions and 11 deletions
  1. 0 11
      .vitepress/config.js

+ 0 - 11
.vitepress/config.js

@@ -267,14 +267,3 @@ function createSidebar() {
     ],
   };
 }
-
-// /**
-//  * @type {(namespace:string,items:string[])=>string[]}
-//  */
-// function urlWrapper(namespace, items) {
-//   return items.map((item) => namespace + item);
-// }
-
-// function getGuildNav() {
-//   return urlWrapper('/guide', ['/']);
-// }