Site config

{
title:"Nautical Guide",
tagline:"Find guides, tutorials, API references, and more to learn how to launch and manage your marketplace with Nautical.",
url:"https://guide.nauticalcommerce.com",
baseUrl:"/",
onBrokenLinks:"log",
onBrokenMarkdownLinks:"throw",
trailingSlash:true,
favicon:"img/favicon.ico",
noIndex:true,
organizationName:"Nautical Commerce",
projectName:"Nautical Guide",
staticDirectories:[
"static"
],
customFields:{
titleline1:"Nautical Commerce",
titleline2:"Documentation"
},
markdown:{
mermaid:true,
format:"mdx",
mdx1Compat:{
comments:true,
admonitions:true,
headingIds:true
},
anchors:{
maintainCase:false
}
},
clientModules:[
"/opt/build/repo/src/lib/UserContext.js"
],
scripts:[
{
src:"https://player.vimeo.com/api/player.js"
}
],
themes:[
"@docusaurus/theme-mermaid"
],
plugins:[],
presets:[
[
"@docusaurus/preset-classic",
{}
]
],
themeConfig:{
zoom:{
selector:".zoom",
config:{}
},
navbar:{
title:"",
logo:{},
items:[],
hideOnScroll:false
},
footer:{
style:"light",
links:[
{},
{},
{}
],
copyright:"Copyright © 2025 Nautical Commerce, Inc."
},
prism:{
theme:{},
darkTheme:{},
additionalLanguages:[],
magicComments:[
{}
]
},
algolia:{
appId:"O9H7LIFR6Z",
apiKey:"ba15bb52d82272095ccb1585611ca627",
indexName:"guide-nauticalcommerce",
contextualSearch:false,
searchPagePath:false,
searchParameters:{}
},
mermaid:{
theme:{},
options:{}
},
colorMode:{
defaultMode:"light",
disableSwitch:false,
respectPrefersColorScheme:false
},
docs:{
versionPersistence:"localStorage",
sidebar:{}
},
blog:{
sidebar:{}
},
metadata:[],
tableOfContents:{
minHeadingLevel:2,
maxHeadingLevel:3
}
},
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",
headTags:[],
stylesheets:[],
titleDelimiter:"|"
}