Skip to content
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

Merged
merged 2 commits into from
Jan 23, 2025
Merged

docs: fix and improve hyperlinks #6736

merged 2 commits into from
Jan 23, 2025

Conversation

uhobnil
Copy link
Contributor

@uhobnil uhobnil commented Jan 17, 2025

image

Copy link

Walkthrough

This 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

Files Summary
layout.en.md, layout.zh.md Corrected the hyperlink path for D3Force3DLayout and added new layout links for FishboneLayout, SnakeLayout, CompactBoxLayout, DendrogramLayout, MindmapLayout, and IndentedLayout.

@@ -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

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)布局

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.

Copy link
Contributor

@Aarebecca Aarebecca left a comment

Choose a reason for hiding this comment

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

@uhobnil Good work 👍

@Aarebecca Aarebecca merged commit 26bbd95 into antvis:v5 Jan 23, 2025
1 check passed
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.

2 participants