We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a353f commit cdc9926Copy full SHA for cdc9926
.vitepress/config.mjs
@@ -153,6 +153,7 @@ export default defineConfig({
153
text: "Version",
154
items: [
155
{ text: "main", link: "https://docs.px4.io/main/en/" },
156
+ { text: "v1.16 (stable)", link: "https://docs.px4.io/v1.16/en/" },
157
{ text: "v1.15", link: "https://docs.px4.io/v1.15/en/" },
158
{ text: "v1.14", link: "https://docs.px4.io/v1.14/en/" },
159
{ text: "v1.13", link: "https://docs.px4.io/v1.13/en/" },
0 commit comments