diff --git a/blog/2024-02-01-technical-preview/index.mdx b/blog/2024-02-01-technical-preview/index.mdx index d25020d8..45294886 100644 --- a/blog/2024-02-01-technical-preview/index.mdx +++ b/blog/2024-02-01-technical-preview/index.mdx @@ -66,7 +66,7 @@ flowchart BT ### Challenges that need to be solved -We already covered some our upcoming features in our [public roadmap](/roadmap), but I would also like to take this opportunity to shortly speak about broader challenges. +We already covered some our upcoming features in our [GitHub issues](https://github.com/glasskube/glasskube/issues), but I would also like to take this opportunity to shortly speak about broader challenges. #### Kubernetes version compatibility diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 90367e64..95c83626 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -21,8 +21,9 @@ const config: Config = { organizationName: 'glasskube', // Usually your GitHub org/user name. projectName: 'glasskube', // Usually your repo name. - onBrokenLinks: 'warn', - onBrokenMarkdownLinks: 'warn', + onBrokenLinks: 'throw', + onBrokenMarkdownLinks: 'throw', + onBrokenAnchors: 'ignore', // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you diff --git a/src/pages/pricing/_components/PricingFaqComponent/index.tsx b/src/pages/pricing/_components/PricingFaqComponent/index.tsx index e1f7fc27..a02b0fb8 100644 --- a/src/pages/pricing/_components/PricingFaqComponent/index.tsx +++ b/src/pages/pricing/_components/PricingFaqComponent/index.tsx @@ -16,7 +16,7 @@ function FAQ({faq}: {faq: PricingFAQ}) {