From a03386316fa09e3381117d09a8e3a16309e6c68f Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 1 Oct 2025 09:27:58 +1000 Subject: [PATCH] Fix up v1.16 docs version. Trigger docs build. Undo deploy by default to github (#25679) --- .github/workflows/docs_deploy.yml | 12 ------------ docs/.vitepress/config.mjs | 4 ++-- docs/en/index.md | 1 - 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 369efbe2db..0a465bc978 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -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: diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 6cd67e32e0..f0ef0a8d37 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -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/" }, diff --git a/docs/en/index.md b/docs/en/index.md index 6771ed734a..8be031a4c6 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -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). - :::