docs: Ease building metadata for docs locally (#26635)

This commit is contained in:
Hamish Willee
2026-03-05 10:15:06 +11:00
committed by GitHub
parent 31977d8d19
commit ddb83e8d4d
+2 -1
View File
@@ -13,7 +13,8 @@
"docs:gen_alt_sidebar_ubuntu": "python3 ./scripts/gen_alt_sidebar.py",
"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"
"linkcheck": "markdown_link_checker_sc -r .. -d docs -e en -i assets",
"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.'"
},
"dependencies": {
"@red-asuka/vitepress-plugin-tabs": "0.0.4",