Skip to content

Conversation

@ANAMASGARD
Copy link
Contributor

Summary

Fixes #477

Problem

When clicking the KubeStellar logo from the /docs page, users were redirected back to /docs instead of the homepage at /en.

Solution

Updated the logo link in DocsNavbar.tsx from href="/" to href="/en" to ensure proper redirection to the English homepage.

Demo

Screencast.From.2026-01-01.10-28-50.mp4

Signed-off-by: Gauarv Chaudhary <chaudharygaurav2004@gmail.com>
@netlify
Copy link

netlify bot commented Jan 1, 2026

Deploy Preview for kubestellar-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 4f42759
🔍 Latest deploy log https://app.netlify.com/projects/kubestellar-docs/deploys/695600044578a60008c0a920
😎 Deploy Preview https://deploy-preview-478--kubestellar-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@github-actions github-actions bot left a 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.

@KPRoche
Copy link
Contributor

KPRoche commented Jan 7, 2026

I do not see the behavior you are describing with the existing link on my system.
In Chrome and Edge the kubestellar logo in the DocsNavbar resolves to https://kubestellar.io which then redirects almost immediately to https://kubestellar.io/en
I do not see it going to the /docs root instead.

@clubanderson
Copy link
Contributor

/retest

@clubanderson clubanderson changed the title fix: Docs logo redirects to /en instead of /docs 🐛 fix: Docs logo redirects to /en instead of /docs Jan 12, 2026
@kubestellar-prow kubestellar-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jan 12, 2026
@clubanderson
Copy link
Contributor

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-lease

Once rebased, the CI checks will run again. Let us know if you need any help!

@clubanderson
Copy link
Contributor

/retest

@clubanderson
Copy link
Contributor

The Build & Push PR Preview Image and Code Quality & Build workflow failures are due to a cached workflow that has since been disabled (replaced by Netlify previews).

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-lease

This will stop the failing workflows from running.

@kubestellar-prow
Copy link

PR needs rebase.

Details

Instructions 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.

@kubestellar-prow kubestellar-prow bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 12, 2026
@clubanderson clubanderson added the kind/bug Categorizes issue or PR as related to a bug. label Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend kind/bug Categorizes issue or PR as related to a bug. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. typescript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redirect bug to always to kubestellar.io/docs

3 participants