Skip to content

Commit

Permalink
docs: sidebar add page /guide/request-class
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 24, 2024
1 parent e93ec67 commit db07222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ const modules = [
text: "Scaling up",
link: "/guide/request-advanced",
},
// {
// "text": "Base Class",
// "link": "/guide/request-class"
// }
{
text: "Create a Instance",
link: "/guide/request-class",
},
],
},
];
Expand Down

0 comments on commit db07222

Please sign in to comment.