mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-18 10:55:21 +00:00
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
User-agent: *
|
|
|
|
{{ if ne (getenv "HUGO_ENV") "production" }}
|
|
Disallow: /
|
|
{{ end }}
|
|
|
|
{{ range .Pages }}
|
|
{{ if in .Dir "rancher/v2.x" }}
|
|
Disallow: {{ .RelPermalink }}
|
|
{{end}}
|
|
{{ end }}
|
|
Sitemap: https://rancher.com/sitemap.xml
|