Skip to content

Commit 12bb51a

Browse files
authored
Set the default redirect to latest (strands-agents#69)
It makes more sense that the root page redirects to latest rather than 0.1.x so that when folks copy links, they're copying the latest docs. People can always manually change to a specific version
1 parent a6c994a commit 12bb51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
pip install -r requirements.txt
3535
- run: |
3636
mike deploy --push --update-aliases 0.1.x latest
37-
mike set-default --push 0.1.x
37+
mike set-default --push latest

0 commit comments

Comments
 (0)