Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opsimate-docs/docs/providers-services/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 11 additions & 2 deletions opsimate-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
[
Expand Down
Loading