diff --git a/opsimate-docs/docs/providers-services/overview.md b/opsimate-docs/docs/providers-services/overview.md index ead76a1..9b3c6cb 100644 --- a/opsimate-docs/docs/providers-services/overview.md +++ b/opsimate-docs/docs/providers-services/overview.md @@ -71,7 +71,7 @@ Ready to set up your infrastructure monitoring? 1. **[Add Providers](providers/add-provider)** - Connect your infrastructure 2. **[Discover Services](services/add-services)** - Find and import your applications -3. **[Monitor Everything](../dashboards/overview)** - Keep your services healthy +3. **[Monitor Everything](../dashboards/saved-dashboards)** - Keep your services healthy :::tip Pro Tip Start with one provider and let OpsiMate discover its services automatically. You can always add more providers and manually add specific services later! diff --git a/opsimate-docs/docs/providers-services/services/add-services.md b/opsimate-docs/docs/providers-services/services/add-services.md index f3abb6d..fe5db49 100644 --- a/opsimate-docs/docs/providers-services/services/add-services.md +++ b/opsimate-docs/docs/providers-services/services/add-services.md @@ -33,7 +33,7 @@ Based on the provider, you can select the services that are relevant to that spe After adding your services: -1. **[Monitor Services](../../dashboards/overview)** - View service status and metrics +1. **[Monitor Services](../../dashboards/saved-dashboards)** - View service status and metrics 2. **[Set Up Alerts](../../alerts/adding-alerts)** - Get notified of issues :::tip Pro Tip diff --git a/opsimate-docs/docusaurus.config.js b/opsimate-docs/docusaurus.config.js index 65e2d65..d8569d5 100644 --- a/opsimate-docs/docusaurus.config.js +++ b/opsimate-docs/docusaurus.config.js @@ -8,8 +8,17 @@ module.exports = { organizationName: 'OpsiMate', projectName: 'documentation', - onBrokenLinks: 'warn', - onBrokenMarkdownLinks: 'warn', + // 'throw' so a broken link fails CI instead of scrolling past in build + // output. Two links to a page deleted months earlier survived this way. + onBrokenLinks: 'throw', + + markdown: { + hooks: { + // Moved from the top-level onBrokenMarkdownLinks, which Docusaurus 3.10 + // deprecates and v4 removes. + onBrokenMarkdownLinks: 'warn', + }, + }, presets: [ [