Bring 'approval' back into visible docs (#560)

This commit is contained in:
Galen Nickel 2017-11-07 07:45:22 -08:00 committed by Peli de Halleux
parent bfd9813676
commit 63cd409739
2 changed files with 16 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# @extends
## #approval
## ~ hint
All packages need to be approved by the Micro:bit Foundation before being available in the web editor. See
All packages need approval by the Micro:bit Foundation before being available in the web editor. See:
https://support.microbit.org/solution/articles/19000054952-package-approval

View File

@ -0,0 +1,13 @@
# Building your own package
In MakeCode you can create new custom blocks to use in the editor and include them in your projects. You do this by building a package. Packages are really useful for publishing drivers for accessories and hardware, as well as adding in new software features.
Only packages on the 'approved package list' are available to users directly to add into the MakeCode editor at https://makecode.microbit.org.
## Publishing packages
You publish a package on GitHub and request **[approval](./approval)** for it if necessary.
## How do I start building a package?
Go to the MakeCode package documentation and see the [getting started](https://makecode.com/packages/getting-started) page.