Skip to content

feat(auto-nav-sidebar): support custom-link group#2379

Merged
SoonIter merged 6 commits intomainfrom
syt/support-custom-link-group
Jul 14, 2025
Merged

feat(auto-nav-sidebar): support custom-link group#2379
SoonIter merged 6 commits intomainfrom
syt/support-custom-link-group

Conversation

@SoonIter
Copy link
Copy Markdown
Member

@SoonIter SoonIter commented Jul 14, 2025

Summary

feat(auto-nav-sidebar): support custom-link group

// _meta.json
[
  "getting-started",
  "foo",
  "bar",
  {
    "type": "custom-link",
    "label": "Guide",
    "items": [
      {
        "type": "custom-link",
        "label": "Foo",
        "link": "/guide/foo.html"
      },
      {
        "type": "custom-link",
        "label": "Bar",
        "link": "/guide/bar.html"
      }
    ]
  }
]

Related Issue

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 14, 2025

Deploy Preview for rspress ready!

Name Link
🔨 Latest commit fb37410
🔍 Latest deploy log https://app.netlify.com/projects/rspress/deploys/6874f34d40affc0008e740b4
😎 Deploy Preview https://deploy-preview-2379--rspress.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 74 (🔴 down 22 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (🟢 up 9 from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 14, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit fb37410
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/6874f34db121210008b7d9e7
😎 Deploy Preview https://deploy-preview-2379--rspress-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@SoonIter SoonIter requested a review from Timeless0911 July 14, 2025 11:37
Timeless0911
Timeless0911 previously approved these changes Jul 14, 2025
@SoonIter SoonIter enabled auto-merge (squash) July 14, 2025 11:45
@SoonIter SoonIter requested a review from Timeless0911 July 14, 2025 11:46
Timeless0911
Timeless0911 previously approved these changes Jul 14, 2025
Copy link
Copy Markdown
Contributor

@Timeless0911 Timeless0911 left a comment

Choose a reason for hiding this comment

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

I hope the flaky tests have been fixed.

@SoonIter SoonIter merged commit d37f8ba into main Jul 14, 2025
11 checks passed
@SoonIter SoonIter deleted the syt/support-custom-link-group branch July 14, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants