添加 API 速查文档和相关数据,更新导航以支持新页面

This commit is contained in:
boybook
2025-03-26 17:14:19 +08:00
parent 5382f625fc
commit 7f56fbdb06
11 changed files with 40076 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ export default withMermaid({
nav: [
{ text: '首页', link: '/' },
{ text: 'Wiki', link: '/wiki', activeMatch: '^/wiki/' },
{ text: 'API速查', link: '/api-tools/interface', activeMatch: '^/api-tools/' },
{ text: 'API文档', link: '/mcdocs/0-欢迎', activeMatch: '^/mcdocs/' },
{ text: '开发指南', link: '/mcguide/0-欢迎', activeMatch: '^/mcguide/' },
{ text: '教学课程', link: '/mconline/0-欢迎', activeMatch: '^/mconline/' },