const TwitterSvg = ''; module.exports = { title: "netboot.xyz", tagline: "your favorite operating systems in one place", url: "https://netboot.xyz", baseUrl: "/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", favicon: "img/favicon.ico", organizationName: "netbootxyz", projectName: "netboot.xyz", themeConfig: { metadata: [{name: 'keywords', content: 'ipxe, netbootxyz, pxe, linux, os, operating system, install, installer, netboot, netboot.xyz'}], docs: { sidebar: { hideable: true, }, }, docsSideNavCollapsible: true, image: 'img/nbxyz_logo_name.png', announcementBar: { id: "announcementBar-1", // Increment on change content: `If you like netboot.xyz, give it a star on GitHub⭐️, follow us on Twitter ${TwitterSvg} and join our Discord!`, }, colorMode: { defaultMode: "light", disableSwitch: false, }, algolia: { appId: "BMY28LDVW4", apiKey: "51b51a157c47742003b8943f2c5acc09", indexName: "netboot", }, navbar: { title: "netboot.xyz", logo: { alt: "netboot.xyz", src: "img/nbxyz-logo.svg", srcDark: "img/nbxyz-logo-dark.svg", }, items: [ { to: "docs/", activeBasePath: "docs", label: "Docs", position: "left", }, { to: "downloads/", activeBasePath: "downloads", label: "Downloads", position: "left", }, { to: "blog", label: "Blog", position: "left", }, { href: "https://github.com/netbootxyz/netboot.xyz", position: "right", className: "header-github-link", "aria-label": "GitHub repository", }, ], }, footer: { style: "dark", links: [ { title: "Docs", items: [ { label: "Documentation", to: "docs/", }, { label: "Downloads", to: "downloads/", }, ], }, { title: "Community", items: [ { label: "Discord", href: "https://discord.gg/An6PA2a", }, { label: "Discussions", href: "https://github.com/netbootxyz/netboot.xyz/discussions", }, { label: "Twitter", href: "https://twitter.com/netbootxyz", }, ], }, { title: "More", items: [ { label: "Blog", to: "blog", }, { label: "Donate", href: "https://opencollective.com/netbootxyz/donate", }, { label: "Status", href: "https://status.netboot.xyz", }, { label: "GitHub", href: "https://github.com/netbootxyz/netboot.xyz", }, ], }, ], copyright: `Copyright © ${new Date().getFullYear()} netboot.xyz`, }, }, presets: [ [ "@docusaurus/preset-classic", { docs: { sidebarPath: require.resolve("./sidebars.js"), editUrl: "https://github.com/netbootxyz/netboot.xyz-docs/edit/master/", }, blog: { showReadingTime: true, editUrl: "https://github.com/netbootxyz/netboot.xyz-docs/edit/master/", }, theme: { customCss: require.resolve("./src/css/custom.css"), }, gtag: { trackingID: "G-VBSC8VX50S", }, }, ], ], };