docs(tools): Mode Requirements detailed docs (#26084)

This commit is contained in:
Hamish Willee
2026-08-06 16:03:39 +10:00
committed by GitHub
parent 545c122fb2
commit 0eb7984e17
40 changed files with 2211 additions and 21 deletions

View File

@@ -14,7 +14,8 @@
"docs:get_alt_sidebar_windows": "python ./scripts/gen_alt_sidebar.py",
"start": "yarn docs:dev",
"linkcheck": "markdown_link_checker_sc -r .. -d docs -e en -i assets -u docs.px4.io",
"build_docs_metadata_ubuntu": "(cd .. && Tools/ci/metadata_sync.sh --generate && Tools/ci/metadata_sync.sh --sync) && echo 'NOTE: These metadata changes are for local testing only and do not need to be merged.'"
"build_docs_metadata_ubuntu": "(cd .. && Tools/ci/metadata_sync.sh --generate && Tools/ci/metadata_sync.sh --sync) && echo 'NOTE: These metadata changes are for local testing only and do not need to be merged.'",
"docs:get_mode_requirements": "python3 ./scripts/get_mode_requirements/get_mode_requirements.py"
},
"dependencies": {
"@red-asuka/vitepress-plugin-tabs": "0.0.4",