mirror of https://github.com/docker/docs.git
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
{{- if hugo.IsProduction -}}
|
|
User-agent: *
|
|
|
|
Disallow: /build/hydrobuild/
|
|
Disallow: /desktop/synchronized-file-sharing/
|
|
|
|
Sitemap: {{ site.BaseURL }}/sitemap.xml
|
|
{{- else -}}
|
|
# Disable all indexing on staging websites and Netlify previews to prevent
|
|
# them showing up in search results.
|
|
User-agent: *
|
|
Disallow: /
|
|
{{- end }}
|