-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix and improve hyperlinks #6736
Conversation
uhobnil
commented
Jan 17, 2025
WalkthroughThis pull request focuses on fixing and improving hyperlinks in the documentation files for the G6 project. The changes involve correcting the paths of several layout links and adding new layout links to enhance the documentation's accuracy and completeness. Changes
|
@@ -19,20 +19,22 @@ G6 provides a variety of layout algorithms, allowing users to select the appropr | |||
- [CircularLayout](/en/api/layouts/circular-layout): Circular layout | |||
- [ComboCombinedLayout](/en/api/layouts/combo-combined-layout): A layout suitable for scenarios with combos | |||
- [ConcentricLayout](/en/api/layouts/concentric-layout): Concentric circle layout | |||
- [D3Force3DLayout](/en/api/layouts/d3-force-3-d-layout): A [3D force-directed](https://github.com/vasturiano/d3-force-3d) layout | |||
- [D3Force3DLayout](/en/api/layouts/d3-force3-d-layout): A [3D force-directed](https://github.com/vasturiano/d3-force-3d) layout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure the corrected hyperlink path for D3Force3DLayout
is accurate and leads to the intended documentation page.
@@ -19,20 +19,22 @@ G6 提供了多种布局算法,用户可以根据自己的需求选择合适 | |||
- [CircularLayout](/api/layouts/circular-layout):环形布局 | |||
- [ComboCombinedLayout](/api/layouts/combo-combined-layout):适用于存在组合的布局 | |||
- [ConcentricLayout](/api/layouts/concentric-layout):同心圆布局 | |||
- [D3Force3DLayout](/api/layouts/d3-force-3-d-layout):[3D 力导向](https://github.com/vasturiano/d3-force-3d)布局 | |||
- [D3Force3DLayout](/api/layouts/d3-force3-d-layout):[3D 力导向](https://github.com/vasturiano/d3-force-3d)布局 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure the corrected hyperlink path for D3Force3DLayout
is accurate and leads to the intended documentation page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uhobnil Good work 👍