From 2cf26d7071209e52f8ea86f2f1edfed67b85f79a Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 4 Nov 2022 15:11:52 +0200 Subject: [PATCH] docs: added robots.txt file (#2549) --- www/docs/static/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/docs/static/robots.txt diff --git a/www/docs/static/robots.txt b/www/docs/static/robots.txt new file mode 100644 index 0000000000..5075cabc33 --- /dev/null +++ b/www/docs/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: http://docs.medusajs.com/sitemap.xml \ No newline at end of file