diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-04-18 17:03:34 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-04-18 17:03:34 +0000 |
| commit | 40085413fe01f0c37f23a9523f752bc849c014ef (patch) | |
| tree | 1d789010bd756e273a56b57281c3d4bb68cb0703 /docs/static/robots.txt | |
| parent | 6bae11967ef375fec7eca4e9eac27cda1504623a (diff) | |
| download | karakeep-40085413fe01f0c37f23a9523f752bc849c014ef.tar.zst | |
docs: Add robots.txt to prevent indexing versioned docs
Diffstat (limited to 'docs/static/robots.txt')
| -rw-r--r-- | docs/static/robots.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/static/robots.txt b/docs/static/robots.txt new file mode 100644 index 00000000..0ced4631 --- /dev/null +++ b/docs/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /v*/ +Disallow: /next/ |
