Skip to content

Commit

Permalink
修复部分页面错误
Browse files Browse the repository at this point in the history
  • Loading branch information
NIANIANKNIA committed Jun 17, 2024
1 parent 93112f6 commit 5b87c5e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
# 如果你文档需要 Git 子模块,取消注释下一行
# submodules: true



- name: 设置 Node.js
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ export const enNavbar = navbar([
text: "Server",
icon: "server",
prefix: "/en-US/server/",
children: ['README','developers','specialThanks']
children: ['index','developers','specialThanks']
},
{
text: "Developer documentation",
icon: "code",
prefix: "/en-US/dev/",
children: ['README','Http-Bot','Ntrade','KillItem'],
children: ['index','Http-Bot','Ntrade','KillItem'],
},
{
text: "Links",
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { sidebar } from "vuepress-theme-hope";

export const enSidebar = sidebar({
"/en-US/server/": ['README','developers','specialThanks'],
"/en-US/dev/": ['README','Http-Bot','Ntrade','KillItem']
"/en-US/server/": ['index','developers','specialThanks'],
"/en-US/dev/": ['index','Http-Bot','Ntrade','KillItem']
});
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ heroImage: /logo.png
heroImageDark: /logoDark.png
actions:
- text: 关于我们
link: /server
link: /server/
type: primary
- text: 部署服务器
link: /dev
link: /dev/
type: secondary

highlights:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5b87c5e

Please sign in to comment.