Skip to content

Conversation

Kaladin13
Copy link
Collaborator

Closes #398

Copy link

github-actions bot commented Oct 6, 2025

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --quiet --silently-ignore ecosystem/interoperability/bridges/overview.mdx 

Copy link

github-actions bot commented Oct 6, 2025

Thanks for the updates in the bridges docs area. I found a single high‑severity item that needs a quick fix to align with the Clean URLs rule.

Findings (1)

High (1)

[HIGH] External link includes a tracking parameter

Location:

- Website: [https://bridgers.xyz/](https://bridgers.xyz/#/?sourceFlag=bridgers)

Description:
The Bridgers website link includes a tracking parameter in the fragment (#/?sourceFlag=bridgers). The style guide requires clean, canonical URLs and forbids tracking parameters. See https://github.com/tact-lang/mintlify-ton-docs/blob/main/contribute/style-guide-extended.mdx?plain=1#L546-L546 (Clean URLs) and https://github.com/tact-lang/mintlify-ton-docs/blob/main/contribute/style-guide-extended.mdx?plain=1#L31-L31 (tracked links are always high).

Suggestion:
Remove the tracking parameter and link to the canonical homepage.

- - Website: [https://bridgers.xyz/](https://bridgers.xyz/#/?sourceFlag=bridgers)
+ - Website: [https://bridgers.xyz/](https://bridgers.xyz/)

Copy link
Collaborator

@verytactical verytactical left a comment

Choose a reason for hiding this comment

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

Please rewrite the article without AI help.

sidebarTitle: "Overview"
---

import { Aside } from '/snippets/aside.jsx';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we have "interoperability" in folder name?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

wide use term for oracles/bridges. I thought of even making folder in docs too, but decided against that


Cross-chain bridges are essential infrastructure components that enable interoperability between different blockchain networks. In the TON ecosystem, bridges facilitate the seamless transfer of assets and data between TON and other major blockchains like Ethereum, BNB Chain, and Polygon.

In this article we will explore cross-chain bridges on TON.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will we explore other bridges somewhere else? Are all bridges "cross-chain"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think of it as term expansion, so everybody will be on the same page

@Kaladin13 Kaladin13 requested a review from verytactical October 8, 2025 16:37
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.

[Ecosystem > Bridge > Overview]
2 participants