Skip to content

Commit fa09226

Browse files
committed
no indexes
1 parent af16a5d commit fa09226

File tree

4 files changed

+1
-49
lines changed

4 files changed

+1
-49
lines changed

api/docs/dist/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@
1010

1111
<script type="text/javascript">
1212
window.onload = (event) => {
13-
const path = window.location.pathname;
14-
15-
// Handle specific redirects
16-
if (path.startsWith('/v2')) {
17-
window.location.replace("../api/v2/");
18-
} else if (path.startsWith('/v1')) {
19-
window.location.replace("../api/v1/");
20-
} else if (path.startsWith('/ot1')) {
21-
window.location.replace("../api/ot1/");
22-
13+
window.location.replace("https://docs.opentrons.com/v2/")
2314
}
2415
</script>
2516

api/docs/ot1/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

api/docs/v1/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

api/docs/v2/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)