Update main.md release to indicate may be out of date on a branch (#24810)

This commit is contained in:
Hamish Willee
2025-05-07 10:57:46 +10:00
committed by GitHub
parent 881d58b79f
commit 93408cc4e2

View File

@@ -2,6 +2,17 @@
<Badge type="danger" text="Alpha" />
<script setup>
import { useData } from 'vitepress'
const { site } = useData();
</script>
<div v-if="site.title !== 'PX4 Guide (main)'">
<div class="custom-block danger">
<p class="custom-block-title">This page is on a release bramch, and hence probably out of date. <a href="https://docs.px4.io/main/en/releases/main.html">See the latest version</a>.</p>
</div>
</div>
This contains changes to PX4 `main` branch since the last major release ([PX v1.15](../releases/1.15.md)).
::: warning