-
Notifications
You must be signed in to change notification settings - Fork 64
🐛 fix: Docs logo redirects to /en instead of /docs #478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Gauarv Chaudhary <chaudharygaurav2004@gmail.com>
✅ Deploy Preview for kubestellar-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hello! @ANAMASGARD Welcome to the Kubestellar.
Thank you for submitting your first Pull Request to KubeStellar. We are delighted to have you in our Universe!
Please make sure to check out our Contribution Guide and feel free to join our Slack channel for any questions.
|
I do not see the behavior you are describing with the existing link on my system. |
|
/retest |
|
Hi @ANAMASGARD 👋 This PR has merge conflicts that need to be resolved. You can do this with: git fetch origin
git rebase origin/main
# Resolve any conflicts in your editor
git add .
git rebase --continue
git push --force-with-leaseOnce rebased, the CI checks will run again. Let us know if you need any help! |
|
/retest |
|
The Please rebase your branch on main or merge main into your branch to pick up the workflow changes: git fetch origin main
git rebase origin/main
git push --force-with-leaseThis will stop the failing workflows from running. |
|
PR needs rebase. 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. |
Summary
Fixes #477
Problem
When clicking the KubeStellar logo from the
/docspage, users were redirected back to/docsinstead of the homepage at/en.Solution
Updated the logo link in
DocsNavbar.tsxfromhref="/"tohref="/en"to ensure proper redirection to the English homepage.Demo
Screencast.From.2026-01-01.10-28-50.mp4