Site config

{
    title:"OKD Kubernetes Platform",
    tagline:"Deploy at scale on any infrastructure",
    future:{
      experimental_faster:{
        swcJsLoader:true,
        swcJsMinimizer:true,
        swcHtmlMinimizer:true,
        lightningCssMinimizer:true,
        mdxCrossCompilerCache:true,
        rspackBundler:true,
        rspackPersistentCache:true,
        ssgWorkerThreads:true
      },
      v4:{
        removeLegacyPostBuildHeadAttribute:true,
        useCssCascadeLayers:true
      },
      experimental_storage:{
        type:"localStorage",
        namespace:false
      },
      experimental_router:"browser"
    },
    url:"https://okd.io",
    baseUrl:"/",
    organizationName:"okd-project",
    projectName:"okd-web",
    onBrokenLinks:"throw",
    onBrokenAnchors:"throw",
    onDuplicateRoutes:"throw",
    i18n:{
      defaultLocale:"en",
      locales:[
        "en"
      ],
      path:"i18n",
      localeConfigs:{}
    },
    themes:[
      [
        "@docusaurus/theme-classic",
      ],
      "@docusaurus/theme-mermaid",
      [
        "@easyops-cn/docusaurus-search-local",
      ]
    ],
    themeConfig:{
      announcementBar:{
        id:"scos-notice",
        content:"Current Release: 4.21 - Current Engineering Candidate: 4.22",
        backgroundColor:"#666",
        textColor:"#fff",
        isCloseable:false
      },
      colorMode:{
        defaultMode:"dark",
        respectPrefersColorScheme:true,
        disableSwitch:false
      },
      image:"img/brand/social-card.jpg",
      navbar:{
        title:"OKD",
        hideOnScroll:false
      },
      footer:{
        style:"dark",
        links:[
        ],
        copyright:"Copyright © 2026 OKD Contributors & Red Hat."
      },
      prism:{
        additionalLanguages:[
          "bash"
        ],
        magicComments:[
        ]
      },
      docs:{
        versionPersistence:"localStorage",
      },
      blog:{
      },
      metadata:[],
      tableOfContents:{
        minHeadingLevel:2,
        maxHeadingLevel:3
      },
      mermaid:{
        options:{}
      }
    },
    markdown:{
      mermaid:true,
      format:"mdx",
      emoji:true,
      mdx1Compat:{
        comments:true,
        admonitions:true,
        headingIds:true
      },
      anchors:{
        maintainCase:false
      },
      hooks:{
        onBrokenMarkdownLinks:"throw",
        onBrokenMarkdownImages:"throw"
      }
    },
    headTags:[
      {
        tagName:"link",
      },
      {
        tagName:"link",
      },
      {
        tagName:"link",
      },
      {
        tagName:"link",
      }
    ],
    baseUrlIssueBanner:true,
    staticDirectories:[
      "static"
    ],
    customFields:{},
    presets:[],
    scripts:[],
    stylesheets:[],
    clientModules:[],
    titleDelimiter:"|",
    noIndex:false
}