Site config

{
    title:"XT API",
    tagline:"Build optimized websites quickly, focus on your content",
    organizationName:"facebook",
    projectName:"XT API",
    baseUrl:"/",
    baseUrlIssueBanner:true,
    url:"https://docusaurus.io",
    future:{
      v4:{
        removeLegacyPostBuildHeadAttribute:false,
        useCssCascadeLayers:false
      },
      experimental_faster:{
        swcJsLoader:false,
        swcJsMinimizer:false,
        swcHtmlMinimizer:false,
        lightningCssMinimizer:false,
        mdxCrossCompilerCache:false,
        rspackBundler:false,
        rspackPersistentCache:false,
        ssgWorkerThreads:false
      },
      experimental_storage:{
        namespace:false,
        type:"localStorage"
      },
      experimental_router:"browser"
    },
    trailingSlash:false,
    stylesheets:[
      {
        href:"/katex/katex.min.css",
        type:"text/css"
      }
    ],
    scripts:[
      {
        src:"/js/product-dropdown.js",
        async:true
      },
      {
        src:"/js/product-dropdown-i18n.js",
        async:true
      },
      {
        src:"/js/logo-i18n.js",
        async:true
      }
    ],
    i18n:{
      defaultLocale:"en",
      locales:[
        "en",
        "zh-Hans"
      ],
      path:"i18n",
      localeConfigs:{
      }
    },
    markdown:{
      format:"detect",
      mermaid:true,
      hooks:{
        onBrokenMarkdownLinks:"warn",
        onBrokenMarkdownImages:"throw"
      },
      mdx1Compat:{
        comments:true,
        admonitions:true,
        headingIds:true
      },
      remarkRehypeOptions:{
        footnoteLabel:"Footnotes"
      },
      emoji:true,
      anchors:{
        maintainCase:false
      }
    },
    onBrokenLinks:"warn",
    onBrokenAnchors:"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.",
      announcedVersion:"3.8"
    },
    staticDirectories:[
      "static",
      "/home/ec2-user/xt-api/website/_dogfooding/_asset-tests",
      "/home/ec2-user/xt-api/website/_dogfooding/non-existent"
    ],
    themes:[
      "live-codeblock",
      [
        "@docusaurus/theme-search-algolia",
      ],
      null
    ],
    presets:[
      [
        "classic",
      ]
    ],
    themeConfig:{
      liveCodeBlock:{
        playgroundPosition:"bottom"
      },
      docs:{
        versionPersistence:"localStorage"
      },
      colorMode:{
        defaultMode:"light",
        disableSwitch:false,
        respectPrefersColorScheme:true
      },
      prism:{
        magicComments:[
        ],
      },
      image:"img/docusaurus-social-card.jpg",
      algolia:{
        appId:"GTNEYZMA9V",
        apiKey:"94dde6ff0f8c11017908f21fab41a06b",
        indexName:"xt_api_docs",
        contextualSearch:false,
        searchPagePath:false
      },
      navbar:{
        hideOnScroll:true,
        title:"XT API",
      },
      blog:{
      },
      metadata:[],
      tableOfContents:{
        minHeadingLevel:2,
        maxHeadingLevel:3
      },
      mermaid:{
        options:{}
      }
    },
    onDuplicateRoutes:"warn",
    headTags:[],
    clientModules:[],
    titleDelimiter:"|",
    noIndex:false
}