Skip to content

Conversation

@JiahuiWho
Copy link
Contributor

As title.

trailingSlash: false,
onBrokenAnchors: "ignore",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docusaurus 3 dropped markdown.hooks.onBrokenMarkdownLinks, so we move that setting to the supported top-level onBrokenMarkdownLinks: "throw" to stop yarn start from failing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you might be looking at it the wrong way around. v3.9 marked siteConfig.onBrokenMarkdownLinks as deprecated, and the warnings are saying to instead use siteConfig.markdown.hooks.onBrokenMarkdownLinks. We updated to the latest docusaurus recently, so you might need to do a yarn install?

Source: https://docusaurus.io/docs/api/docusaurus-config#onBrokenMarkdownLinks

@stellar-jenkins
Copy link

Copy link
Contributor

@ElliotFriend ElliotFriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lookin' pretty good! one quibble with the config changes, but otherwise looks great!

trailingSlash: false,
onBrokenAnchors: "ignore",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you might be looking at it the wrong way around. v3.9 marked siteConfig.onBrokenMarkdownLinks as deprecated, and the warnings are saying to instead use siteConfig.markdown.hooks.onBrokenMarkdownLinks. We updated to the latest docusaurus recently, so you might need to do a yarn install?

Source: https://docusaurus.io/docs/api/docusaurus-config#onBrokenMarkdownLinks

title: Monitoring
description: Guide to using the Stellar Disbursement Platform CLI
keywords: [SDP, CLI]
description: Guide to monitoring SDP via Prometheus and Grafana
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch here!


Graphic representation of flow of funds:

![Flow of Funds](/assets/SDP/SDP1.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this SDP1.png image used anywhere else? might be good to remove the file, too, if this is the only reference to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants