/** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { title: "KubeVela", tagline: "Make shipping applications more enjoyable.", url: "https://kubevela.io", baseUrl: "/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "throw", favicon: "img/favicon.ico", organizationName: "oam-dev", // Usually your GitHub org/user name. projectName: "kubevela.io", // Usually your repo name. i18n: { defaultLocale: "en", locales: ["en", "zh"], localeConfigs: { en: { label: "English", }, zh: { label: "简体中文", }, }, }, themeConfig: { announcementBar: { id: "start", content: '⭐️ If you like KubeVela, give it a star on GitHub! ⭐️', }, algolia: { apiKey: "f19c90b8ffe16ed118dae930cd070507", indexName: "kubevela", }, navbar: { title: "KubeVela", logo: { alt: "KubeVela", src: "img/logo.svg", srcDark: "img/logoDark.svg", }, items: [ { type: "docsVersionDropdown", position: "right", }, { to: "docs/", activeBasePath: "docs", label: "Documentation", position: "left", }, { to: "blog", label: "Blog", position: "left", }, { type: "localeDropdown", position: "right", }, { href: "https://github.com/oam-dev/kubevela", className: "header-github-link", position: "right", }, ], }, footer: { links: [ { title: "Documentation", items: [ { label: "Getting Started", to: "/docs/quick-start", }, { label: "Case Studies", to: "/docs/case-studies/jenkins-cicd", }, { label: "Administrator Manuals", to: "/docs/platform-engineers/oam/oam-model", }, ], }, { title: "Community", items: [ { label: "CNCF Slack ( #kubevela channel )", href: "https://slack.cncf.io/", }, { label: "Gitter", href: "https://gitter.im/oam-dev/community", }, { label: "DingTalk (23310022)", href: ".", }, { html: '
', }, ], }, { title: "More", items: [ { label: "GitHub", href: "https://github.com/oam-dev/kubevela", }, { label: "Blog", to: "blog", }, ], }, ], copyright: `