docs(switch): point development guide at multi-method transfer docs

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Andrew Quenehen
2026-08-01 13:41:15 -03:00
parent a08b5e65f7
commit 0f0420314b
2 changed files with 37 additions and 23 deletions
+7
View File
@@ -49,4 +49,11 @@ mustContain(install, "switch-transfer.md", "install")
mustContain(build, "switch-transfer.md", "build")
mustContain(build, "nxlink", "build")
local development = read("docs/switch-development.md")
mustContain(development, "switch-transfer.md", "development")
check(development:find("Non-macOS contributor MTP runbooks", 1, true) == nil,
"development must not list Non-macOS runbooks as absent")
check(development:find("VoxelMod (and other community mods) OLED smoke still **pending**", 1, true) == nil,
"development must not list VoxelMod smoke as pending")
print("switch_transfer_docs_test: OK")