diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 320edd2..cea8b9a 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -94,29 +94,6 @@ export default defineConfig({ text: "爱特工作室简介", link: "/wiki/about/intro", }, - { - text: "新闻公告", - link: "/wiki/news/recent-news", - }, - { - text: "技术与专业领域", - items: [ - { - text: "技术博客", - link: "/wiki/tech/blog", - collapsed: false, - items: getMarkdownFiles(path.join(BASE_PATH, "wiki/tech/blog")), - }, - { - text: "成员项目", - link: "/wiki/tech/projects", - collapsed: false, - items: getMarkdownFiles( - path.join(BASE_PATH, "wiki/tech/projects") - ), - }, - ], - }, { text: "生活感悟", link: "/wiki/life",