From 8c857e58b7eaad52f6c37bc092654ec9e630eac4 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 13 Feb 2023 15:03:41 +0500 Subject: [PATCH] docs: add robots.txt --- docs/help/contents/_include/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/help/contents/_include/robots.txt diff --git a/docs/help/contents/_include/robots.txt b/docs/help/contents/_include/robots.txt new file mode 100644 index 000000000..7f4904e35 --- /dev/null +++ b/docs/help/contents/_include/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Allow: / \ No newline at end of file