@ -17,22 +17,22 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName : 'hippo4j' , // Usually your GitHub org/user name.
projectName : 'hippo4j.github.io' , // Usually your repo name.
deploymentBranch : "main" ,
deploymentBranch : 'main' ,
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n : {
defaultLocale : "en" ,
locales : [ "en" , "zh" ] ,
defaultLocale : 'en' ,
locales : [ 'en' , 'zh' ] ,
localeConfigs : {
en : {
label : "English" ,
direction : "ltr" ,
label : 'English' ,
direction : 'ltr' ,
} ,
zh : {
label : "简体中文" ,
direction : "ltr" ,
label : '简体中文' ,
direction : 'ltr' ,
} ,
} ,
} ,
@ -65,12 +65,12 @@ const config = {
plugins : [
[
"@docusaurus/plugin-content-docs" ,
'@docusaurus/plugin-content-docs' ,
{
id : "community" ,
path : "community" ,
routeBasePath : "community" ,
sidebarPath : require . resolve ( "./sidebarsCommunity.js" ) ,
id : 'community' ,
path : 'community' ,
routeBasePath : 'community' ,
sidebarPath : require . resolve ( './sidebarsCommunity.js' ) ,
} ,
] ,
] ,
@ -83,7 +83,7 @@ const config = {
id : 'announcementBar-1' , // Increment on change
// content: `⭐️ If you like hippo4j, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://gitee.com/mabaiwancn/hippo4j">Gitee</a>, thanks.`,
// content: `⭐️ 如果您喜欢 hippo4j, 请在 <a target="_blank" rel="noopener noreferrer" href="https://gitee.com/mabaiwancn/hippo4j">Gitee</a> 和 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 star, 谢谢! `,
content : ` ⭐️ 开源不易, hippo4j 如果对您工作 有帮助,请在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 🌟` ,
content : ` ⭐️ 开源不易, 如果 Hippo4j 对您 有帮助,请在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/opengoofy/hippo4j">GitHub</a> 上给它一个 Star 🌟` ,
// content: `<a target="_blank" rel="noopener noreferrer" href="https://xiaomage.info/knowledge-planet/">👉 《小马哥的代码实战课》官方知识星球来啦!!!</a>`,
} ,
navbar : {
@ -101,14 +101,14 @@ const config = {
label : '文档' ,
} ,
{
to : "/community/contributor-guide" ,
label : "社区" ,
position : "left" ,
to : '/community/contributor-guide' ,
label : '社区' ,
position : 'left' ,
activeBaseRegex : ` /community/ ` ,
} ,
/*{ to: "/team", label: "团队", position: "left" },*/
{ to : "/users" , label : "采用公司" , position : "left" } ,
{ to : "/group" , label : "加群沟通" , position : "left" } ,
{ to : '/users' , label : '采用公司' , position : 'left' } ,
{ to : '/group' , label : '加群沟通' , position : 'left' } ,
/*{to: '/blog', label: '博客', position: 'left'},*/
{
href : 'http://console.hippo4j.cn/index.html' ,