Site config

{
title:"CodeHarborHub",
tagline:"A place to learn and grow",
favicon:"img/favicon_io/favicon.ico",
url:"https://codeharborhub.github.io",
baseUrl:"/",
customFields:{
admin:"Ajay Dhangar",
superman:"Shivay"
},
organizationName:"codeharborhub",
projectName:"codeharborhub.github.io",
onBrokenLinks:"throw",
onBrokenMarkdownLinks:"warn",
presets:[
[
"@docusaurus/preset-classic",
{}
]
],
stylesheets:[
{
href:"https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css",
type:"text/css",
integrity:"sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM",
crossorigin:"anonymous"
}
],
themeConfig:{
image:"img/codeharborhub-social-card.jpg",
announcementBar:{
id:"announcementBar",
content:"🤖 <b>New:</b> Master the basics of AI! Explore our <a href="https://codeharborhub.github.io/tutorial/machine-learning" target="_blank">Machine Learning Tutorials</a> today! 🚀",
isCloseable:true,
backgroundColor:"#1e293b"
},
metadata:[],
algolia:{
apiKey:"9a235effc3fe5f0b7b18245f309910c5",
indexName:"codeharborhubio",
appId:"ZF3MPCPQHR",
contextualSearch:false,
searchParameters:{},
searchPagePath:"search"
},
navbar:{
title:"CodeHarborHub",
logo:{},
items:[],
hideOnScroll:false
},
footer:{
style:"dark",
links:[],
logo:{},
copyright:"Copyright © 2026 CodeHarborHub, Made by <a href="https://github.com/Ajay-Dhangar/">Ajay Dhangar</a>"
},
prism:{
theme:{},
darkTheme:{},
additionalLanguages:[],
magicComments:[
{}
]
},
docs:{
sidebar:{},
versionPersistence:"localStorage"
},
colorMode:{
defaultMode:"light",
disableSwitch:false,
respectPrefersColorScheme:false
},
blog:{
sidebar:{}
},
tableOfContents:{
minHeadingLevel:2,
maxHeadingLevel:3
},
mermaid:{
theme:{},
options:{}
},
liveCodeBlock:{
playgroundPosition:"bottom"
}
},
markdown:{
mermaid:true,
format:"mdx",
mdx1Compat:{
comments:true,
admonitions:true,
headingIds:true
},
anchors:{
maintainCase:false
}
},
themes:[
"@docusaurus/theme-mermaid",
"@docusaurus/theme-live-codeblock"
],
plugins:[],
baseUrlIssueBanner:true,
i18n:{
defaultLocale:"en",
path:"i18n",
locales:[
"en"
],
localeConfigs:{
}
},
future:{
experimental_faster:{
swcJsLoader:false,
swcJsMinimizer:false,
swcHtmlMinimizer:false,
lightningCssMinimizer:false,
mdxCrossCompilerCache:false,
rspackBundler:false
},
experimental_storage:{
type:"localStorage",
namespace:false
},
experimental_router:"browser"
},
onBrokenAnchors:"warn",
onDuplicateRoutes:"warn",
staticDirectories:[
"static"
],
scripts:[
],
headTags:[
],
clientModules:[
],
titleDelimiter:"|",
noIndex:false
}