📖 docs: add cross-reference from users.md to k3d.md#678
Conversation
…ar#677) Signed-off-by: Vignan Nallani <vignanchowdarytilt@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @VignanNallani. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Closes #677 |
There was a problem hiding this comment.
Pull request overview
Adds a cross-reference in the k3d installation section of docs/users.md to help users discover the dedicated k3d setup guide.
Changes:
- Added a short sentence/link under “### Installing on k3d” pointing readers to
./k3d.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Installing on k3d | ||
|
|
||
| For a complete guide to using KubeFlex with k3d, including prerequisites, cluster setup, and control plane creation, see the [k3d documentation](./k3d.md). |
|
Hi @clubanderson — small follow-up to PR #676. Adds a cross-reference link so users can discover the full k3d guide from the users.md page. Would appreciate your review! |
Summary
Adds a cross-reference link in the "Installing on k3d" section of
docs/users.mdpointing to the dedicateddocs/k3d.mdguide.Problem
Users who find the brief k3d section in
users.mdhave no way todiscover the full k3d documentation page added in PR #676.
Changes
docs/users.mdunder### Installing on k3dlinking to
./k3d.mdfor the complete setup guide.Closes #677