✨ feat: 完善内容
This commit is contained in:
@@ -6,15 +6,15 @@ import type * as Preset from '@docusaurus/preset-classic';
|
||||
|
||||
const config: Config = {
|
||||
title: '湖南科技学院 电子竞赛实验室',
|
||||
tagline: '公网文档',
|
||||
tagline: '公网文档(未完成...)',
|
||||
favicon: 'img/favicon.ico',
|
||||
|
||||
// Set the production url of your site here
|
||||
// url: 'https://huse-lab.online',
|
||||
url: ' https://sayurinana.github.io',
|
||||
url: 'https://huse-lab.online',
|
||||
// url: ' https://sayurinana.github.io',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/huse-lab_public',
|
||||
baseUrl: '/',
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
@@ -83,7 +83,7 @@ const config: Config = {
|
||||
},
|
||||
// {to: '/blog', label: 'Blog', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/facebook/docusaurus',
|
||||
href: 'https://github.com/sayurinana/huse-lab_source',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
@@ -96,38 +96,50 @@ const config: Config = {
|
||||
title: 'Docs',
|
||||
items: [
|
||||
{
|
||||
label: 'Tutorial',
|
||||
label: '快速引导',
|
||||
to: '/docs/intro',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Community',
|
||||
items: [
|
||||
{
|
||||
label: 'Stack Overflow',
|
||||
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
|
||||
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: 'Discord',
|
||||
href: 'https://discordapp.com/invite/docusaurus',
|
||||
},
|
||||
{
|
||||
label: 'X',
|
||||
href: 'https://x.com/docusaurus',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// title: 'Community',
|
||||
// items: [
|
||||
// {
|
||||
// label: 'Stack Overflow',
|
||||
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
|
||||
// },
|
||||
// {
|
||||
// label: 'Discord',
|
||||
// href: 'https://discordapp.com/invite/docusaurus',
|
||||
// },
|
||||
// {
|
||||
// label: 'X',
|
||||
// href: 'https://x.com/docusaurus',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
title: 'More',
|
||||
items: [
|
||||
{
|
||||
label: 'Blog',
|
||||
to: '/blog',
|
||||
},
|
||||
// {
|
||||
// label: 'Blog',
|
||||
// to: '/blog',
|
||||
// },
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/facebook/docusaurus',
|
||||
href: 'https://github.com/sayurinana/huse-lab_source',
|
||||
},
|
||||
{
|
||||
label: '门户页',
|
||||
href: 'https://kdocs.cn/l/cb7Vib8JKlgk',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user