Skip to content

Conversation

@rektdeckard
Copy link
Member

@rektdeckard rektdeckard commented Feb 2, 2026

We had previously removed links to old v0 reference documentation, but content was still hosted at docs.livekit.io/reference/python while v1 docs were at docs.livekit.io/reference/python/v1.

This Promotes v1 documentation to the base path (docs.livekit.io/reference/python) and removes logic for automated deployment of legacy docs.


Open with Devin

@rektdeckard rektdeckard requested review from a team and bcherry February 2, 2026 19:33
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View issue and 2 additional flags in Devin Review.

Open in Devin Review

@bcherry
Copy link
Contributor

bcherry commented Feb 2, 2026

will v1 paths get automatically redirected on the backend?

@rektdeckard
Copy link
Member Author

rektdeckard commented Feb 2, 2026

@bcherry not automatically, that is done here: https://github.com/livekit/web/pull/3072

I will also make sure have already made sure on CloudFront side that between deploying this reference site and the main docs site, both forms of the URL are valid.

else
aws s3 sync docs/ s3://livekit-docs/python --exclude "v1/*" --delete
fi
aws s3 sync docs/ s3://livekit-docs/python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need a --delete as well? to remove the older content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants