|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
|
|
|
|
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|
|
|
|
import("@easyops-cn/docusaurus-search-local").PluginOptions;
|
|
|
|
|
// import("@easyops-cn/docusaurus-search-local").PluginOptions;
|
|
|
|
|
|
|
|
|
|
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
|
|
|
|
module.exports = {
|
|
|
|
@ -78,72 +78,23 @@ module.exports = {
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
footer: {
|
|
|
|
|
style: 'dark',
|
|
|
|
|
logo:{
|
|
|
|
|
src:"img/gitlink.png"
|
|
|
|
|
},
|
|
|
|
|
links: [
|
|
|
|
|
{
|
|
|
|
|
title: '社区',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: '网站首页',
|
|
|
|
|
to: 'https://www.gitlink.org.cn',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '关于我们',
|
|
|
|
|
to: 'https://www.gitlink.org.cn/aboutus',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '教学实践',
|
|
|
|
|
to: 'https://www.gitlink.org.cn/educoder',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '合作伙伴',
|
|
|
|
|
to: 'https://forum.trustie.net/forums/5030/detail',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '支持与服务',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: 'API文档',
|
|
|
|
|
to: 'https://forgeplus.trustie.net/docs/api',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: 'Git常用命令',
|
|
|
|
|
to: 'https://git-scm.com',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '引擎使用手册',
|
|
|
|
|
to: 'https://forum.gitlink.org.cn/forums/7487/detail',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: '服务协议',
|
|
|
|
|
to: 'https://forum.trustie.net/forums/5029/detail',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '加入我们',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: '官网邮箱:gitlink@ccf.org.cn',
|
|
|
|
|
to:"https://www.gitlink.org.cn"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'QQ群',
|
|
|
|
|
to:'https://www.gitlink.org.cn'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'公众号',
|
|
|
|
|
to:'https://www.gitlink.org.cn'
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
copyright: `<p>©Copyright ${new Date().getFullYear()} CCF 开源发展委员会</p><p>Powered by Trustie& IntelliDE 京ICP备13000930号</p>`,
|
|
|
|
|
// style: 'dark',
|
|
|
|
|
// logo:{
|
|
|
|
|
// src:"img/gitlink.png"
|
|
|
|
|
// },
|
|
|
|
|
// links: [
|
|
|
|
|
// {
|
|
|
|
|
// title: '关于我们',
|
|
|
|
|
// items: [
|
|
|
|
|
// {
|
|
|
|
|
// label: '根据《“学位论文算法数据库”建设试点方案》及有关要求,计算机学院对第一阶段的数据类型、上传流程及数据描述等进行梳理,明确支持上传的数据类型主要包括代码、数据集、说明文档等,博士研究生应根据具体类型,完成相关数据整理和上传。',
|
|
|
|
|
// to:""
|
|
|
|
|
// }
|
|
|
|
|
// ],
|
|
|
|
|
// }
|
|
|
|
|
// ],
|
|
|
|
|
// copyright: `<p>©Copyright ${new Date().getFullYear()} CCF 开源发展委员会</p><p>Powered by Trustie& IntelliDE 京ICP备13000930号</p>`,
|
|
|
|
|
copyright: `<img src="/img/gitlink.png" /><div class="text"><p>关于我们</p><p>根据《“学位论文算法数据库”建设试点方案》及有关要求,计算机学院对第一阶段的数据类型、上传流程及数据描述等进行梳理,明确支持上传的数据类型主要包括代码、数据集、说明文档等,博士研究生应根据具体类型,完成相关数据整理和上传。</p></div>`,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
presets: [
|
|
|
|
|