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}) {

{faq.question} - +

diff --git a/src/pages/roadmap.md b/src/pages/roadmap.md index 1070b718..21ec5f44 100644 --- a/src/pages/roadmap.md +++ b/src/pages/roadmap.md @@ -56,8 +56,6 @@ As we are working towards this goal we will need to iterate fast and things will ## Packages and Apps schedule 📦 -All planned and already supported packages can be found on our [Packages Directory](/packages/). - Can't find a package or want your app included in the list? We are always adding new supported packages & apps, so just join us on [Discord](https://discord.gg/SxH6KUCGH7) or open up a new issue and let us know what is missing!