更新3.3

This commit is contained in:
boybook
2025-03-18 14:46:12 +08:00
parent e0e8ad3192
commit 481c844a80
11938 changed files with 149901 additions and 23781 deletions

View File

@@ -20,9 +20,9 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: '首页', link: '/' },
{ text: 'API文档', link: '/mcdocs/0-概述/0-概述' },
{ text: '开发指南', link: '/mcguide/readme' },
{ text: '教学课程', link: '/mconline/readme' },
{ text: 'API文档', link: '/mcdocs' },
{ text: '开发指南', link: '/mcguide' },
{ text: '教学课程', link: '/mconline' },
],
sidebar: await generateSidebar(),