We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f99c3 commit 9e6ae82Copy full SHA for 9e6ae82
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