Skip to content

Commit

Permalink
Hid guide page from site, left it in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Aug 30, 2024
1 parent 1bcaff3 commit da692a8
Show file tree
Hide file tree
Showing 13 changed files with 9,681 additions and 549 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_modules
dist
cache
temp
pnpm-global
pnpm-global
bun.lockb
1 change: 0 additions & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const en = defineConfigWithTheme<CleanRoomConfig>({
function nav(): DefaultTheme.NavItem[] {
return [
{ text: "Home", link: "/" },
{ text: "Guide", link: "/guide/" },
{ text: "Wiki", link: "/wiki/" },
{ text: "GroovyScript", link: "/groovy-script/" },
];
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const zh = defineConfigWithTheme<CleanRoomConfig>({
function nav(): DefaultTheme.NavItem[] {
return [
{ text: "主页", link: "/zh/" },
{ text: "指南", link: "/zh/guide/" },
{ text: "维基", link: "/zh/wiki/" },
{ text: "GroovyScript", link: "/groovy-script/" },
];
Expand Down
322 changes: 0 additions & 322 deletions docs/guide/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/guide/overview.md

This file was deleted.

Loading

0 comments on commit da692a8

Please sign in to comment.