Skip to content

Commit 9cbe664

Browse files
docs: block outdated docs from indexing (#8048)
we want only latest to be indexed, so we added robots.txt to help us with that
1 parent df17439 commit 9cbe664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
User-agent: *
2+
Disallow: /react-native-reanimated/docs/1.x/
3+
Disallow: /react-native-reanimated/docs/2.x/
4+
Disallow: /react-native-reanimated/docs/3.x/
5+
Allow: /react-native-reanimated/docs/

0 commit comments

Comments
 (0)