Skip to content

Link to the user guide from the crate docs - #1017

Open
Shubham-Padkonde wants to merge 1 commit into
cloudflare:mainfrom
Shubham-Padkonde:docs-link-user-guide
Open

Shubham-Padkonde wants to merge 1 commit into
cloudflare:mainfrom
Shubham-Padkonde:docs-link-user-guide

Conversation

@Shubham-Padkonde

Copy link
Copy Markdown

Fixes #1015

The user guide lives in the repository, so someone who finds pingora through docs.rs — as the reporter did — can build a proxy without ever learning it exists.

This adds a link to it from the two crates a user starts at:

  • pingora-proxy, right after the "How to use" section, which is where the reporter suggested it;
  • pingora, next to the existing pointer to pingora-proxy.

Both are absolute links to docs/user_guide/index.md on main, so they resolve from docs.rs as well as from the repository.

cargo doc -p pingora-proxy --no-deps builds with no new warnings, and cargo fmt --check is clean.


Disclosure: this change was written by Claude Code (Claude Opus 5) working as my agent, at my direction. I am accountable for what is submitted here and will follow up on review feedback.

🤖 Generated with Claude Code

The user guide is only discoverable from the repository, so someone
reading the crates on docs.rs can work with pingora for weeks without
finding it. Link to it from the two crates a user starts at.

Fixes cloudflare#1015

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.

Link to the user guide from the docs.rs

1 participant