2023-07-05 16:43:45 +08:00
|
|
|
|
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
|
|
|
|
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
2023-07-17 10:06:24 +08:00
|
|
|
|
import("@easyops-cn/docusaurus-search-local").PluginOptions;
|
2023-03-15 10:38:43 +08:00
|
|
|
|
|
|
|
|
|
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
|
|
|
|
module.exports = {
|
2024-04-10 08:48:11 +08:00
|
|
|
|
title: '风雷',
|
|
|
|
|
tagline:'风雷帮助中心',
|
|
|
|
|
url: 'https://docs.osredm.com',
|
|
|
|
|
baseUrl: '/phenglei',
|
|
|
|
|
// url: 'http://127.0.0.1:3000',
|
|
|
|
|
// baseUrl: '/',
|
2023-07-05 16:43:45 +08:00
|
|
|
|
onBrokenLinks: 'ignore',
|
|
|
|
|
onBrokenMarkdownLinks: 'ignore',
|
|
|
|
|
favicon: 'img/icon.ico',
|
|
|
|
|
organizationName: 'luffyZh', // Usually your GitHub org/user name.
|
|
|
|
|
projectName: 'docusaurus-luffyzh-website', // Usually your repo name.
|
2023-07-05 14:43:25 +08:00
|
|
|
|
scripts: [],
|
|
|
|
|
// stylesheets: ['styles/dark-mode.css'],
|
2023-03-15 10:38:43 +08:00
|
|
|
|
themeConfig: {
|
2023-09-13 14:11:32 +08:00
|
|
|
|
metadata:[
|
2024-04-10 08:48:11 +08:00
|
|
|
|
{name:"Keywords",content:"风雷,phenglei,PHengLEI,风雷帮助中心"},
|
|
|
|
|
{name:"hostname",content:"https://www.osredm.com/PHengLEI"},
|
|
|
|
|
{property:"og:site_name",content:"PHengLEI"},
|
|
|
|
|
{property:"og:image:alt",content:"专注于风雷软件研发及开源社区生态建设,为实现我国CFD软件自主可控、自立自强贡献拳头力量"}
|
2023-09-13 14:11:32 +08:00
|
|
|
|
],
|
2023-07-05 14:43:25 +08:00
|
|
|
|
prism: {
|
2023-07-05 16:43:45 +08:00
|
|
|
|
theme: lightCodeTheme,
|
|
|
|
|
darkTheme: darkCodeTheme,
|
2023-07-05 14:43:25 +08:00
|
|
|
|
},
|
|
|
|
|
zoom: {
|
|
|
|
|
selector: '.markdown :not(em) > img',
|
|
|
|
|
config: {
|
|
|
|
|
background: {
|
|
|
|
|
light: 'rgb(255, 255, 255)',
|
|
|
|
|
dark: 'rgb(50, 50, 50)',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-06-30 14:25:37 +08:00
|
|
|
|
colorMode: {
|
|
|
|
|
defaultMode: 'light',
|
|
|
|
|
disableSwitch: false,
|
|
|
|
|
respectPrefersColorScheme: true,
|
|
|
|
|
},
|
2023-03-15 10:38:43 +08:00
|
|
|
|
navbar: {
|
2023-07-05 16:43:45 +08:00
|
|
|
|
style:"dark",
|
|
|
|
|
title: '',
|
2023-03-15 10:38:43 +08:00
|
|
|
|
logo: {
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// width: '35px',
|
2024-04-10 08:48:11 +08:00
|
|
|
|
alt: 'PHengLEI',
|
2024-04-09 15:05:50 +08:00
|
|
|
|
src: 'img/fenglei.png',
|
|
|
|
|
href:"https://osredm.com/"
|
2023-07-05 16:43:45 +08:00
|
|
|
|
// srcDark: 'img/logo-dark.png',
|
2023-03-15 10:38:43 +08:00
|
|
|
|
},
|
|
|
|
|
items: [
|
2023-07-05 16:43:45 +08:00
|
|
|
|
{
|
|
|
|
|
type: 'doc',
|
|
|
|
|
docId: 'intro',
|
|
|
|
|
position: 'left',
|
|
|
|
|
label: '帮助中心'
|
2023-07-05 14:43:25 +08:00
|
|
|
|
},
|
2023-07-05 16:43:45 +08:00
|
|
|
|
// {
|
|
|
|
|
// href: 'https://github.com/boxyhq',
|
|
|
|
|
// position: 'right',
|
|
|
|
|
// className: 'header-github-link',
|
|
|
|
|
// },
|
2023-07-05 14:43:25 +08:00
|
|
|
|
],
|
2023-03-15 10:38:43 +08:00
|
|
|
|
},
|
|
|
|
|
footer: {
|
|
|
|
|
style: 'dark',
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// logo:{
|
|
|
|
|
// src:"img/hongshan.png"
|
|
|
|
|
// },
|
|
|
|
|
// links: [
|
|
|
|
|
// {
|
|
|
|
|
// title: '社区',
|
|
|
|
|
// items: [
|
|
|
|
|
// {
|
|
|
|
|
// label: '网站首页',
|
2024-04-10 08:48:11 +08:00
|
|
|
|
// to: 'https://osredm.com',
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label: '关于我们',
|
2024-04-10 08:48:11 +08:00
|
|
|
|
// to: 'https://osredm.com/aboutus',
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label: '教学实践',
|
2024-04-10 08:48:11 +08:00
|
|
|
|
// to: 'https://osredm.com/educoder',
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// 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: [
|
|
|
|
|
// {
|
2024-04-10 08:48:11 +08:00
|
|
|
|
// label: '官网邮箱:@',
|
|
|
|
|
// to:"https://osredm.com"
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label:'QQ群',
|
2024-04-10 08:48:11 +08:00
|
|
|
|
// to:'https://osredm.com'
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// label:'公众号',
|
2024-04-10 08:48:11 +08:00
|
|
|
|
// to:'https://osredm.com'
|
2024-04-09 15:05:50 +08:00
|
|
|
|
// }
|
|
|
|
|
// ],
|
|
|
|
|
// },
|
|
|
|
|
// ],
|
|
|
|
|
//${new Date().getFullYear()}
|
2024-08-02 14:43:25 +08:00
|
|
|
|
copyright: `<p style="display:flex;align-items:center;justify-content:center"><img src="/phenglei/img/email.png" width="18px"/>support@osredm.com<img src="/phenglei/img/position.png" style="margin-left:20px" width="15px"/>北京市海淀区西三环北路72号</p><p style="display:flex;align-items:center;justify-content:center">版权所有:红山开源社区<img src="/phenglei/img/police.png" style="width:16px;border-radius:10px;margin-right:5px;margin-left:30px"/>京公网安备 11010802034576 号京ICP备2021005060-1</p>`,
|
2023-03-15 10:38:43 +08:00
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
presets: [
|
|
|
|
|
[
|
|
|
|
|
'@docusaurus/preset-classic',
|
|
|
|
|
{
|
|
|
|
|
docs: {
|
2023-07-05 16:43:45 +08:00
|
|
|
|
// sidebarPath: require.resolve('./sidebars.js'),
|
2024-04-10 08:48:11 +08:00
|
|
|
|
editUrl:'https://osredm.com/osredm/PHengLEI-docs/tree/master/',
|
2023-07-05 16:43:45 +08:00
|
|
|
|
routeBasePath: "/",
|
2023-07-05 14:43:25 +08:00
|
|
|
|
},
|
2023-03-15 10:38:43 +08:00
|
|
|
|
theme: {
|
|
|
|
|
customCss: require.resolve('./src/css/custom.css'),
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
],
|
2023-07-17 10:06:24 +08:00
|
|
|
|
themes: [
|
|
|
|
|
// ... Your other themes.
|
|
|
|
|
[
|
|
|
|
|
require.resolve("@easyops-cn/docusaurus-search-local"),
|
|
|
|
|
{
|
|
|
|
|
// ... Your options.
|
|
|
|
|
// `hashed` is recommended as long-term-cache of index file is possible.
|
|
|
|
|
hashed: true,
|
|
|
|
|
language: ["en", "zh"],
|
|
|
|
|
highlightSearchTermsOnTargetPage: true,
|
2023-07-20 17:24:09 +08:00
|
|
|
|
blogRouteBasePath: "/",
|
2023-07-17 10:06:24 +08:00
|
|
|
|
explicitSearchResultPath: true,
|
|
|
|
|
// For Docs using Chinese, The `language` is recommended to set to:
|
|
|
|
|
// ```
|
|
|
|
|
// language: ["en", "zh"],
|
|
|
|
|
// ```
|
|
|
|
|
},
|
|
|
|
|
],
|
2023-06-28 18:19:43 +08:00
|
|
|
|
],
|
2023-07-05 16:43:45 +08:00
|
|
|
|
i18n: {
|
|
|
|
|
defaultLocale: 'zh-cn',
|
|
|
|
|
locales: ['zh-cn'],
|
|
|
|
|
},
|
2023-03-15 10:38:43 +08:00
|
|
|
|
};
|