Browse Source

Update master with docs (#10895)

* User Guide and DevGuide source migration to Stable v4_3 (#10882)

* User guide migration to QGC source

* Add google analytics - but need [GA4] Find your Google tag ID

* Update (most) notes to use vitepress note syntax

* Convert remaining notes, tips, warnings

* Prettier all the files

* Lower case and compress all images

* Lower case filenames

* update to master
QGC4.4
Hamish Willee 1 year ago committed by Julian Oes
parent
commit
21616f4e8e
No known key found for this signature in database
GPG Key ID: F0ED380FEA56DE41
  1. 6
      docs/.vitepress/config.mjs

6
docs/.vitepress/config.mjs

@ -3,7 +3,7 @@ import { defineConfig } from "vitepress"; @@ -3,7 +3,7 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "QGC Guide (4.3)",
title: "QGC Guide (4.4)",
description:
"How to use and develop QGroundControl for PX4 or ArduPilot powered vehicles.",
ignoreDeadLinks: true, // Do this for stable, where we don't yet have all translations
@ -152,6 +152,10 @@ export default defineConfig({ @@ -152,6 +152,10 @@ export default defineConfig({
text: "v4.3",
link: "https://docs.qgroundcontrol.com/Stable_V4.3/en/",
},
{
text: "v4.4",
link: "https://docs.qgroundcontrol.com/Stable_V4.4/en/",
},
],
},
],

Loading…
Cancel
Save