Updated package docs
This commit is contained in:
parent
b424090166
commit
32bcc29f28
@ -139,6 +139,10 @@
|
|||||||
* [Bluetooth Temperature Sensor](/pkg/microsoft/pxt-bluetooth-temperature-sensor)
|
* [Bluetooth Temperature Sensor](/pkg/microsoft/pxt-bluetooth-temperature-sensor)
|
||||||
* [MAX6675](/pkg/microsoft/pxt-max6675)
|
* [MAX6675](/pkg/microsoft/pxt-max6675)
|
||||||
* [Bluetooth MAX6675](/pkg/microsoft/pxt-bluetooth-max6675)
|
* [Bluetooth MAX6675](/pkg/microsoft/pxt-bluetooth-max6675)
|
||||||
|
* [Code Dojo Olney](/pkg/CoderDojoOlney/pxt-olney)
|
||||||
|
* [UCL Junk Robot](/pkg/chevyng/pxt-ucl-junkrobot)
|
||||||
|
* [SRS BitBot](/pkg/srs/pxt-bitbot)
|
||||||
|
}
|
||||||
|
|
||||||
## #other
|
## #other
|
||||||
|
|
||||||
|
@ -1,15 +1,6 @@
|
|||||||
# @extends
|
# @extends
|
||||||
|
|
||||||
## #approval
|
## Gallery #gallery
|
||||||
|
|
||||||
### ~ hint
|
|
||||||
|
|
||||||
All packages need to be approved by the Micro:bit Foundation before being available in the web editor.
|
|
||||||
Contact the Microbit Foundation support to get your package approved.
|
|
||||||
|
|
||||||
### ~
|
|
||||||
|
|
||||||
## Samples #samples
|
|
||||||
|
|
||||||
```codecard
|
```codecard
|
||||||
[{
|
[{
|
||||||
@ -32,5 +23,17 @@ Contact the Microbit Foundation support to get your package approved.
|
|||||||
"name": "Bluetooth MAX6675",
|
"name": "Bluetooth MAX6675",
|
||||||
"url":"/pkg/microsoft/pxt-bluetooth-max6675",
|
"url":"/pkg/microsoft/pxt-bluetooth-max6675",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "Code Dojo Olney",
|
||||||
|
"url":"/pkg/CoderDojoOlney/pxt-olney",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "UCL Junk Robot",
|
||||||
|
"url":"/pkg/chevyng/pxt-ucl-junkrobot",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "SRS BitBot",
|
||||||
|
"url":"/pkg/srs/pxt-bitbot",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
8
docs/packages/approval.md
Normal file
8
docs/packages/approval.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
## #approval
|
||||||
|
|
||||||
|
### ~ hint
|
||||||
|
|
||||||
|
All packages need to be approved by the Micro:bit Foundation before being available in the web editor.
|
||||||
|
Contact the Microbit Foundation support to get your package approved.
|
||||||
|
|
||||||
|
### ~
|
Loading…
Reference in New Issue
Block a user