Fix up v1.16 docs version. Trigger docs build. Undo deploy by default to github (#25679)

This commit is contained in:
Hamish Willee
2025-10-01 09:27:58 +10:00
committed by GitHub
parent 0cc68650e9
commit a03386316f
3 changed files with 2 additions and 15 deletions
-12
View File
@@ -1,18 +1,6 @@
name: Docs - Deploy PX4 User Guide
on:
push:
branches:
- 'main'
- 'release/**'
paths:
- 'docs/en/**'
pull_request:
branches:
- '**'
paths:
- 'docs/en/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
+2 -2
View File
@@ -8,7 +8,7 @@ import tabsPlugin from "@red-asuka/vitepress-plugin-tabs";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "PX4 Guide (main)",
title: "PX4 Guide (v1.16)",
description: "PX4 User and Developer Guide",
base: process.env.BRANCH_NAME
? "/" + process.env.BRANCH_NAME + "/"
@@ -199,7 +199,7 @@ export default defineConfig({
{ text: "main", link: "https://docs.px4.io/main/en/" },
{
text: "v1.16 (stable)",
link: "https://docs.px4.io/release/1.16/en/",
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/" },
-1
View File
@@ -116,7 +116,6 @@ Select the links below to display the calendar in your timezone (and to add it t
:::tip
The calendar default timezone is Central European Time (CET).
:::
<iframe src="https://calendar.google.com/calendar/embed?title=Dronecode%20Calendar&amp;mode=WEEK&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com&amp;color=%23691426&amp;ctz=Europe%2FZurich" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>