Pxt v5.23.17 (#2446)

* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup
This commit is contained in:
Peli de Halleux
2019-09-25 06:52:29 -07:00
committed by GitHub
parent f3bec09b0d
commit b6df0a8c71
4 changed files with 18 additions and 3 deletions

View File

@ -62,6 +62,11 @@
"name": "Behind the MakeCode Hardware",
"url": "/behind-the-makecode-hardware",
"imageUrl": "/static/mb/behindhardware/leds.jpg"
},
{
"name": "Coding Cards",
"url": "/coding-cards",
"imageUrl": "/static/coding-cards/balance-card.jpg"
}
]
```
@ -79,5 +84,6 @@
[Turtle](/projects/turtle),
[Blocks To JavaScript](/courses/blocks-to-javascript),
[Courses](/courses),
[Behind the MakeCode Hardware](/behind-the-makecode-hardware)
[Behind the MakeCode Hardware](/behind-the-makecode-hardware),
[Coding Cards](/coding-cards)