-
Notifications
You must be signed in to change notification settings - Fork 220
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
Documentation site not indexed by search engines #382
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
This issue is still present and worth fixing /remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
TL;DR: Content from https://kubectl.docs.kubernetes.io/ cannot be found using popular search engines.
I expected to be able to find appropriate documentation pages like https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/ when searching for things like
kustomization reference
on Google. However, I'm unable to find results for this site when I run searches like:I believe this is happening because of this meta tag in the HTML:
It looks like this is only supposed to appear when
HUGO_ENV
!=production
:cli-experimental/site/themes/docsy/layouts/partials/head.html
Lines 4 to 8 in 3445a58
So maybe the build environment is failing to set this env var correctly?
The text was updated successfully, but these errors were encountered: