Point the LDK Server promo CTA at the agent tutorial - #324
Merged
Conversation
The home page's LDK Server hero sent "Get started" to the ldk-server GitHub repo, which drops a reader who wants to try the software into a source tree with no path forward. Send it to the new /ldk-server-mcp tutorial instead, so the CTA lands on instructions for connecting a running node to an AI agent. Internal link, so the external-only rel attribute is gone and VitePress handles the navigation in-app. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
✅ Deploy Preview for lightningdevkit ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The home page's LDK Server hero sent Get started to the
ldk-serverGitHub repo. A reader who clicks it wants to try the software and instead lands in a source tree with no next step. This points it at/ldk-server-mcp— the tutorial added in #323 for connecting a running LDK Server node to an AI agent.The
relattribute goes with it, since the link is now internal and VitePress handles the navigation in-app.The LDK Node strip's own "Get Started" (→ docs.rs) is untouched.
Testing
npm run build:vitepresspasses; the builtindex.htmlemitshref="/ldk-server-mcp"anddist/ldk-server-mcp.htmlis present, so the CTA resolves to a real page.🤖 Generated with Claude Code