Skip to content

Commit 7e8d51b

Browse files
committed
more mods for change over
1 parent 195bbb9 commit 7e8d51b

File tree

3 files changed

+16
-149
lines changed

3 files changed

+16
-149
lines changed

docs/jacdac.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Connect and Code. Instantly.
1010
[{
1111
"name": "Getting started",
1212
"description": "Connect and Code. Instantly in MakeCode.",
13-
"url":"https://microsoft.github.io/jacdac-docs/clients/makecode/",
13+
"url":"https://jacdac.github.io/jacdac-docs/clients/makecode/",
1414
"imageUrl": "/static/jacdac/getting-started.jpg"
1515
}]
1616
```
@@ -22,37 +22,37 @@ Connect and Code. Instantly.
2222
{
2323
"name": "Button smasher",
2424
"description": "How many times can you smash the button in 10 seconds?",
25-
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/",
25+
"url": "https://jacdac.github.io/jacdac-docs/clients/makecode/projects/button-smasher/",
2626
"imageUrl": "/static/jacdac/button-smasher.jpg"
2727
},
2828
{
2929
"name": "Slider Sound Bender",
3030
"description": "Create twisted sounds using a slider module.",
31-
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/",
31+
"url": "https://jacdac.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/",
3232
"imageUrl": "/static/jacdac/slider-sound-bender.jpg"
3333
},
3434
{
3535
"name": "Light Sound Bender",
3636
"description": "Create twisted sounds using light levels",
37-
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/",
37+
"url": "https://jacdac.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/",
3838
"imageUrl": "/static/jacdac/light-sound-bender.jpg"
3939
},
4040
{
4141
"name": "Rotary Sound Bender",
4242
"description": "Create twisted sounds using a rotary encoder module.",
43-
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/",
43+
"url": "https://jacdac.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/",
4444
"imageUrl": "/static/jacdac/rotary-sound-bender.jpg"
4545
},
4646
{
4747
"name": "Sound LED",
4848
"description": "Show the sound level on a LED ring",
49-
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/",
49+
"url": "https://jacdac.github.io/jacdac-docs/clients/makecode/projects/sound-led/",
5050
"imageUrl": "/static/jacdac/sound-led.jpg"
5151
},
5252
{
5353
"name": "Magnetic Sound Bender",
5454
"description": "Create twisted sounds using a magnet",
55-
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/",
55+
"url": "https://jacdac.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/",
5656
"imageUrl": "/static/jacdac/magnetic-sound-bender.jpg"
5757
}
5858
]

docs/projects/SUMMARY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@
148148
* [ARM University - micro:course](https://github.com/arm-university/micro-course)
149149
* [A-Z Robotics](https://tinkerspark.teachable.com/)
150150
* [Jacdac](/jacdac)
151-
* [Getting started](https://microsoft.github.io/jacdac-docs/clients/makecode/)
152-
* [Button smasher](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/)
153-
* [Slider Sound Bender](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/)
154-
* [Light Sound Bender](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/)
155-
* [Rotary Sound Bender](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/)
156-
* [Sound LED](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/)
157-
* [Magnetic Sound Bender](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/)
151+
* [Getting started](https://jacdac.github.io/jacdac-docs/clients/makecode/)
152+
* [Button smasher](https://jacdac.github.io/jacdac-docs/clients/makecode/projects/button-smasher/)
153+
* [Slider Sound Bender](https://jacdac.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/)
154+
* [Light Sound Bender](https://jacdac.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/)
155+
* [Rotary Sound Bender](https://jacdac.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/)
156+
* [Sound LED](https://jacdac.github.io/jacdac-docs/clients/makecode/projects/sound-led/)
157+
* [Magnetic Sound Bender](https://jacdac.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/)
158158
* [MicroCode for the new micro:bit (V2)](/microcode)
159159
* [Getting Started](https://microbit-apps.github.io/microcode-classic/docs/manual)
160160
* [Samples](https://microbit-apps.github.io/microcode-classic/docs/samples)

targetconfig.json

Lines changed: 2 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -318,72 +318,6 @@
318318
"upgrades": [ "move:jacdac/pxt-jacdac" ],
319319
"hidden": true
320320
},
321-
"microsoft/pxt-jacdac/accelerometer": {},
322-
"microsoft/pxt-jacdac/acidity": {},
323-
"microsoft/pxt-jacdac/air-pressure": {},
324-
"microsoft/pxt-jacdac/air-quality-index": {},
325-
"microsoft/pxt-jacdac/arcade-gamepad": {},
326-
"microsoft/pxt-jacdac/azure-iot-hub-health": {},
327-
"microsoft/pxt-jacdac/button": {},
328-
"microsoft/pxt-jacdac/buzzer": {},
329-
"microsoft/pxt-jacdac/character-screen": {},
330-
"microsoft/pxt-jacdac/codal-message-bus": {},
331-
"microsoft/pxt-jacdac/color": {},
332-
"microsoft/pxt-jacdac/compass": {},
333-
"microsoft/pxt-jacdac/dc-current-measurement": {},
334-
"microsoft/pxt-jacdac/dc-voltage-measurement": {},
335-
"microsoft/pxt-jacdac/distance": {},
336-
"microsoft/pxt-jacdac/dmx": {},
337-
"microsoft/pxt-jacdac/dot-matrix": {},
338-
"microsoft/pxt-jacdac/dual-motors": {},
339-
"microsoft/pxt-jacdac/e-co2": {},
340-
"microsoft/pxt-jacdac/flex": {},
341-
"microsoft/pxt-jacdac/gamepad": {},
342-
"microsoft/pxt-jacdac/gyroscope": {},
343-
"microsoft/pxt-jacdac/heart-rate": {},
344-
"microsoft/pxt-jacdac/hid-joystick": {},
345-
"microsoft/pxt-jacdac/hid-keyboard": {},
346-
"microsoft/pxt-jacdac/hid-mouse": {},
347-
"microsoft/pxt-jacdac/humidity": {},
348-
"microsoft/pxt-jacdac/illuminance": {},
349-
"microsoft/pxt-jacdac/led": {},
350-
"microsoft/pxt-jacdac/led-single": {},
351-
"microsoft/pxt-jacdac/led-strip": {},
352-
"microsoft/pxt-jacdac/light-bulb": {},
353-
"microsoft/pxt-jacdac/light-level": {},
354-
"microsoft/pxt-jacdac/magnetic-field-level": {},
355-
"microsoft/pxt-jacdac/magnetometer": {},
356-
"microsoft/pxt-jacdac/model-runner": {},
357-
"microsoft/pxt-jacdac/motion": {},
358-
"microsoft/pxt-jacdac/motor": {},
359-
"microsoft/pxt-jacdac/multitouch": {},
360-
"microsoft/pxt-jacdac/potentiometer": {},
361-
"microsoft/pxt-jacdac/pulse-oximeter": {},
362-
"microsoft/pxt-jacdac/rain-gauge": {},
363-
"microsoft/pxt-jacdac/real-time-clock": {},
364-
"microsoft/pxt-jacdac/reflected-light": {},
365-
"microsoft/pxt-jacdac/relay": {},
366-
"microsoft/pxt-jacdac/rng": {},
367-
"microsoft/pxt-jacdac/rotary-encoder": {},
368-
"microsoft/pxt-jacdac/sensor-aggregator": {},
369-
"microsoft/pxt-jacdac/servo": {},
370-
"microsoft/pxt-jacdac/seven-segment-display": {},
371-
"microsoft/pxt-jacdac/soil-moisture": {},
372-
"microsoft/pxt-jacdac/solenoid": {},
373-
"microsoft/pxt-jacdac/sound-level": {},
374-
"microsoft/pxt-jacdac/speech-synthesis": {},
375-
"microsoft/pxt-jacdac/switch": {},
376-
"microsoft/pxt-jacdac/tcp": {},
377-
"microsoft/pxt-jacdac/temperature": {},
378-
"microsoft/pxt-jacdac/traffic-light": {},
379-
"microsoft/pxt-jacdac/tvoc": {},
380-
"microsoft/pxt-jacdac/uv-index": {},
381-
"microsoft/pxt-jacdac/vibration-motor": {},
382-
"microsoft/pxt-jacdac/water-level": {},
383-
"microsoft/pxt-jacdac/weight-scale": {},
384-
"microsoft/pxt-jacdac/wifi": {},
385-
"microsoft/pxt-jacdac/wind-direction": {},
386-
"microsoft/pxt-jacdac/wind-speed": {},
387321
"coolguy-official/pxt-coolguy": {},
388322
"bouw-je-bep/bouw-je-bep": { "tags": [ "Robotics" ] },
389323
"birdbraintechnologies/pxt-finch": { "tags": [ "Robotics" ] },
@@ -510,77 +444,10 @@
510444
"sha": "0cd760f1d1575b8dcd8ec8abcbb780fc10ec6937",
511445
"devUrl": "https://jacdac.github.io/pxt-jacdac/"
512446
}
513-
},
514-
"jacdac/pxt-jacdac/accelerometer": {},
515-
"jacdac/pxt-jacdac/acidity": {},
516-
"jacdac/pxt-jacdac/air-pressure": {},
517-
"jacdac/pxt-jacdac/air-quality-index": {},
518-
"jacdac/pxt-jacdac/arcade-gamepad": {},
519-
"jacdac/pxt-jacdac/azure-iot-hub-health": {},
520-
"jacdac/pxt-jacdac/button": {},
521-
"jacdac/pxt-jacdac/buzzer": {},
522-
"jacdac/pxt-jacdac/character-screen": {},
523-
"jacdac/pxt-jacdac/codal-message-bus": {},
524-
"jacdac/pxt-jacdac/color": {},
525-
"jacdac/pxt-jacdac/compass": {},
526-
"jacdac/pxt-jacdac/dc-current-measurement": {},
527-
"jacdac/pxt-jacdac/dc-voltage-measurement": {},
528-
"jacdac/pxt-jacdac/distance": {},
529-
"jacdac/pxt-jacdac/dmx": {},
530-
"jacdac/pxt-jacdac/dot-matrix": {},
531-
"jacdac/pxt-jacdac/dual-motors": {},
532-
"jacdac/pxt-jacdac/e-co2": {},
533-
"jacdac/pxt-jacdac/flex": {},
534-
"jacdac/pxt-jacdac/gamepad": {},
535-
"jacdac/pxt-jacdac/gyroscope": {},
536-
"jacdac/pxt-jacdac/heart-rate": {},
537-
"jacdac/pxt-jacdac/hid-joystick": {},
538-
"jacdac/pxt-jacdac/hid-keyboard": {},
539-
"jacdac/pxt-jacdac/hid-mouse": {},
540-
"jacdac/pxt-jacdac/humidity": {},
541-
"jacdac/pxt-jacdac/illuminance": {},
542-
"jacdac/pxt-jacdac/led": {},
543-
"jacdac/pxt-jacdac/led-single": {},
544-
"jacdac/pxt-jacdac/led-strip": {},
545-
"jacdac/pxt-jacdac/light-bulb": {},
546-
"jacdac/pxt-jacdac/light-level": {},
547-
"jacdac/pxt-jacdac/magnetic-field-level": {},
548-
"jacdac/pxt-jacdac/magnetometer": {},
549-
"jacdac/pxt-jacdac/model-runner": {},
550-
"jacdac/pxt-jacdac/motion": {},
551-
"jacdac/pxt-jacdac/motor": {},
552-
"jacdac/pxt-jacdac/multitouch": {},
553-
"jacdac/pxt-jacdac/potentiometer": {},
554-
"jacdac/pxt-jacdac/pulse-oximeter": {},
555-
"jacdac/pxt-jacdac/rain-gauge": {},
556-
"jacdac/pxt-jacdac/real-time-clock": {},
557-
"jacdac/pxt-jacdac/reflected-light": {},
558-
"jacdac/pxt-jacdac/relay": {},
559-
"jacdac/pxt-jacdac/rng": {},
560-
"jacdac/pxt-jacdac/rotary-encoder": {},
561-
"jacdac/pxt-jacdac/sensor-aggregator": {},
562-
"jacdac/pxt-jacdac/servo": {},
563-
"jacdac/pxt-jacdac/seven-segment-display": {},
564-
"jacdac/pxt-jacdac/soil-moisture": {},
565-
"jacdac/pxt-jacdac/solenoid": {},
566-
"jacdac/pxt-jacdac/sound-level": {},
567-
"jacdac/pxt-jacdac/speech-synthesis": {},
568-
"jacdac/pxt-jacdac/switch": {},
569-
"jacdac/pxt-jacdac/tcp": {},
570-
"jacdac/pxt-jacdac/temperature": {},
571-
"jacdac/pxt-jacdac/traffic-light": {},
572-
"jacdac/pxt-jacdac/tvoc": {},
573-
"jacdac/pxt-jacdac/uv-index": {},
574-
"jacdac/pxt-jacdac/vibration-motor": {},
575-
"jacdac/pxt-jacdac/water-level": {},
576-
"jacdac/pxt-jacdac/weight-scale": {},
577-
"jacdac/pxt-jacdac/wifi": {},
578-
"jacdac/pxt-jacdac/wind-direction": {},
579-
"jacdac/pxt-jacdac/wind-speed": {}
447+
}
580448
},
581449
"approvedEditorExtensionUrls": [
582-
"https://microsoft.github.io/ml4f/",
583-
"https://microsoft.github.io/jacdac-docs/tools/makecode-editor-extension"
450+
"https://microsoft.github.io/ml4f/"
584451
],
585452
"extensionsToolboxDisallowDelete": [
586453
]

0 commit comments

Comments
 (0)