Docs: add robots.txt to keep my ex-employers from stalking me ;)

This commit is contained in:
Mike Hearn 2016-03-08 18:35:33 +01:00
parent 3db5b234d1
commit f9bf50e822
2 changed files with 10 additions and 0 deletions

2
docs/build/html/robots.txt vendored Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View File

@ -23,4 +23,12 @@ echo
java -jar lib/dokka.jar -output docs/build/html/api src/main/kotlin core/src/main/kotlin contracts/src/main/kotlin | grep -v "No documentation for"
echo
echo "Writing robots.txt"
echo
cat <<EOF >docs/build/html/robots.txt
User-agent: *
Disallow: /
EOF
echo "Done"