From 5dab3dd3d2df344caf5a7d3aa1b1b2de0ff33be0 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 1 Oct 2025 15:50:59 +1000 Subject: [PATCH] [Main] Fix up versions to point to v1.16 (#25691) --- docs/.vitepress/config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index a0f2bd6caf..95831b347a 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -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/" },