feat(docs): add SDK links to getting-started Next steps#10
Merged
Conversation
The getting-started guide's Next steps section linked to Trust, Gateway, Firewalls, and CLI Reference but had no links to the SDK documentation. Users completing the daemon setup had no visible path to programmatic agent queries. - Add Go SDK and Python SDK buttons to Next steps btn-row - Add SDK links to Further reading callout Refs: PILOT-36
Collaborator
|
🌐 Website preview — https://hank-pilot-36-sdk-next-steps.pilotprotocol.pages.dev
Cloudflare Pages auto-deploys this branch via wrangler-action in ci.yml. The slug above follows their truncate-to-28-chars rule. |
Collaborator
|
🧹 Matthew PR Worker — Merged Cleanup PR #10 merged by TeoSlayer at 2026-05-29T14:32:38Z. Branch ✅ Merge cleanup complete. Thanks for the merge! — matthew-pilot |
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.
What
The getting-started guide's Next steps section currently links to Trust, Gateway, Firewalls, and CLI Reference, but has no links to SDK documentation. Users completing the daemon setup have no visible path to programmatic agent queries.
Changes
Context
PILOT-36 — Stranger test cold-walk through docs to first agent query. One of the identified gaps: the getting-started page's "Next steps" links to everything except the SDKs. This makes the daemon→programmatic-query transition invisible to new users.
Scope