🦄 refactor: 重命名各文件名,合并了运维文档、须知,

This commit is contained in:
2025-09-24 22:14:59 +08:00
parent c20adef71a
commit 0e2e2a7ea5
18 changed files with 699 additions and 105 deletions

View File

@@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: '湖南科技学院 电子竞赛实验室',
tagline: '公网文档',
tagline: '信息文档',
favicon: 'https://sayurinana-aliyun-oss.oss-cn-beijing.aliyuncs.com/auto-upload-img-hub/huse-lab/huse-lab-logo-1.png',
// Set the production url of your site here
@@ -81,7 +81,7 @@ const config: Config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '快速引导',
label: '阅前须知',
},
// {to: '/blog', label: 'Blog', position: 'left'},
// {
@@ -97,17 +97,17 @@ const config: Config = {
{
title: 'Docs',
items: [
{
label: '快速引导',
to: '/docs/intro',
},
{
label: '实验室守则',
to: '/docs/%E5%AE%9E%E9%AA%8C%E5%AE%A4%E5%AE%88%E5%88%99/%E5%AE%9E%E9%AA%8C%E5%AE%A4%E5%AE%88%E5%88%99%E8%AF%95%E8%A1%8C%E7%89%88',
},
// {
// label: '快速引导',
// to: '/docs/intro',
// },
// {
// label: '实验室守则',
// to: '/docs/%E5%AE%9E%E9%AA%8C%E5%AE%A4%E5%AE%88%E5%88%99/%E5%AE%9E%E9%AA%8C%E5%AE%A4%E5%AE%88%E5%88%99%E8%AF%95%E8%A1%8C%E7%89%88',
// },
{
label: '获奖统计',
to: '/docs/%E8%8E%B7%E5%A5%96%E7%BB%9F%E8%AE%A1/2025-03-03_%E5%BE%80%E5%B1%8A%E8%8E%B7%E5%A5%96%E7%BB%9F%E8%AE%A1',
to: '/docs/awards/2025-03-03_prize-of-history',
},
],
},
@@ -128,27 +128,27 @@ const config: Config = {
// },
// ],
// },
{
title: 'More',
items: [
// {
// label: 'Blog',
// to: '/blog',
// },
// {
// label: 'GitHub',
// href: 'https://github.com/sayurinana/huse-lab_source',
// },
{
label: '门户页',
href: 'https://kdocs.cn/l/cb7Vib8JKlgk',
},
{
label: '袁观杰的学习记录',
href: 'https://sayurinana.ink/index.php/tag/blog/',
},
],
},
// {
// title: 'More',
// items: [
// // {
// // label: 'Blog',
// // to: '/blog',
// // },
// // {
// // label: 'GitHub',
// // href: 'https://github.com/sayurinana/huse-lab_source',
// // },
// {
// label: '门户页',
// href: 'https://kdocs.cn/l/cb7Vib8JKlgk',
// },
// {
// label: '袁观杰的学习记录',
// href: 'https://sayurinana.ink/index.php/tag/blog/',
// },
// ],
// },
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
},