From dce93d06f49222aaebd27cf0006a196295e531cb Mon Sep 17 00:00:00 2001 From: Chris Gammell Date: Mon, 13 Jul 2026 09:04:03 -0400 Subject: [PATCH] add robots.txt to static folder to fix 404/html response on docs.golioth.io --- static/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..947b54bc --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://docs.golioth.io/sitemap.xml