Add missing packages to package documentation page (#465)

This commit is contained in:
Caitlin Hennessy 2017-07-27 08:53:49 -07:00 committed by Sam El-Husseini
parent 2ff50b9c0f
commit 4d95445e7b

View File

@ -35,5 +35,17 @@
"name": "SRS BitBot", "name": "SRS BitBot",
"url":"/pkg/srs/pxt-bitbot", "url":"/pkg/srs/pxt-bitbot",
"cardType": "package" "cardType": "package"
}, {
"name": "File System",
"url":"/pkg/microsoft/pxt-filesystem",
"cardType": "package"
}, {
"name": "MIDI",
"url":"/pkg/microsoft/pxt-midi",
"cardType": "package"
}, {
"name": "Bluetooth MIDI",
"url":"/pkg/microsoft/pxt-bluetooth-midi",
"cardType": "package"
}] }]
``` ```