[Main] Fix up versions to point to v1.16 (#25691)

This commit is contained in:
Hamish Willee 2025-10-01 15:50:59 +10:00 committed by GitHub
parent 4766f3c1d3
commit 5dab3dd3d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,8 @@ export default defineConfig({
text: "Version",
items: [
{ text: "main", link: "https://docs.px4.io/main/en/" },
{ text: "v1.15 (stable)", link: "https://docs.px4.io/v1.15/en/" },
{ text: "v1.16 (stable)", link: "https://docs.px4.io/v1.16/en/" },
{ text: "v1.15", link: "https://docs.px4.io/v1.15/en/" },
{ text: "v1.14", link: "https://docs.px4.io/v1.14/en/" },
{ text: "v1.13", link: "https://docs.px4.io/v1.13/en/" },
{ text: "v1.12", link: "https://docs.px4.io/v1.12/en/" },