Files
rancher-docs/layouts/robots.txt
T
2021-06-10 17:00:30 -07:00

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