Site config

{
title:"Gitcoins",
tagline:"Anonymous, end-to-end cryptography distributed event streaming platform",
organizationName:"thebestornothing",
projectName:"thebestornothing.github.io",
baseUrl:"/",
baseUrlIssueBanner:true,
url:"https://thebestornothing.github.io",
trailingSlash:false,
stylesheets:[
{
href:"/katex/katex.min.css",
type:"text/css"
}
],
i18n:{
defaultLocale:"en",
locales:[
"en",
"zh-CN"
],
path:"i18n",
localeConfigs:{
}
},
webpack:{
},
markdown:{
format:"detect",
mermaid:true,
mdx1Compat:{
comments:true,
admonitions:true,
headingIds:true
}
},
onBrokenLinks:"throw",
onBrokenMarkdownLinks:"warn",
favicon:"img/docusaurus.ico",
customFields:{
crashTest:false,
isDeployPreview:false,
description:"An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more."
},
staticDirectories:[
"static",
"/home/runner/work/thebestornothing.github.io/thebestornothing.github.io/website/_dogfooding/_asset-tests",
"/home/runner/work/thebestornothing.github.io/thebestornothing.github.io/website/_dogfooding/non-existent"
],
themes:[
"live-codeblock",
null
],
plugins:[],
presets:[
[
"classic",
{}
]
],
themeConfig:{
liveCodeBlock:{
playgroundPosition:"bottom"
},
docs:{
sidebar:{},
versionPersistence:"localStorage"
},
colorMode:{
defaultMode:"light",
disableSwitch:false,
respectPrefersColorScheme:true
},
prism:{
additionalLanguages:[],
magicComments:[
{},
{}
],
theme:{},
darkTheme:{}
},
image:"img/docusaurus-social-card.jpg",
algolia:{
appId:"X1Z85QJPUV",
apiKey:"bf7211c161e8205da2f933a02534105a",
indexName:"docusaurus-2",
contextualSearch:true,
searchParameters:{},
searchPagePath:"search"
},
navbar:{
hideOnScroll:true,
title:"Gitcoins",
logo:{},
items:[]
},
footer:{
style:"dark",
links:[
{},
{},
{},
{}
],
logo:{},
copyright:"Copyright © 2024 Meta Platforms, Inc. Built with Docusaurus."
},
mermaid:{
options:{},
theme:{}
},
metadata:[
],
tableOfContents:{
minHeadingLevel:2,
maxHeadingLevel:3
}
},
onDuplicateRoutes:"warn",
scripts:[
],
headTags:[
],
clientModules:[
],
titleDelimiter:"|",
noIndex:false
}