We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7f99c3 + 9e6ae82 commit 4d209abCopy full SHA for 4d209ab
templates/Caddyfile.j2
@@ -80,6 +80,8 @@ http://{{ caddy.addresses.main }}, http://{{ ansible_fqdn }} {
80
81
# redirect the objects.inv
82
redir /objects.inv /stable/objects.inv permanent
83
+ # Make search go to the actual docs instead of the mostly-empty brochure site.
84
+ redir /search.html /stable/search.html?{query} temporary
85
86
# Place the brochure site at the top level.
87
@brochure file {
0 commit comments