We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7438 commit 644c8f6Copy full SHA for 644c8f6
docusaurus.config.ts
@@ -25,6 +25,7 @@ import { extendedPostcssConfigPlugin } from "./server/postcss";
25
const latestVersion = getLatestVersion();
26
27
const config: Config = {
28
+ onBrokenMarkdownLinks: "throw",
29
customFields: {
30
innkeepConfig: {
31
apiKey: process.env.INKEEP_API_KEY,
@@ -145,7 +146,7 @@ const config: Config = {
145
146
[
147
"@docusaurus/plugin-content-docs",
148
{
- // Host docs on the root page, later it will be exposed on goteleport.com/docs
149
+ // Host docs on the root page, later it will be exposed on goteleport.com/docs
150
// next to the website and blog
151
// https://docusaurus.io/docs/docs-introduction#docs-only-mode
152
routeBasePath: "/",
0 commit comments