Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Purple-CSGO committed Dec 22, 2023
1 parent 8f7c6c3 commit 49fd0f4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default defineConfig({
],

// @ts-ignore
// https://github.com/jooy2/vitepress-sidebar
sidebar: sidebar,

socialLinks: [
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const common_options = {
};

// Auto Sidebar generation config
// https://github.com/jooy2/vitepress-sidebar
const sidebar = generateSidebar([
{
...common_options,
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/AfxHookSource/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: AfxHookSource2
title: AfxHookSource
---
# The main file
2 changes: 1 addition & 1 deletion docs/zh-hans/commands/AfxHookSource/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: AfxHookSource2
title: AfxHookSource
---
# The main file

0 comments on commit 49fd0f4

Please sign in to comment.