-
Notifications
You must be signed in to change notification settings - Fork 1
More messaging #528
More messaging #528
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request replaces the detailed documentation content with a simple redirect message across all documentation files. The changes consolidate the content by pointing users to the new documentation site.
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/samples.md | Replaces sample program documentation with a redirect message. |
| docs/robots-supported.md | Removes detailed robot support info; now redirects to new URL. |
| docs/robot.md | Collapses robot documentation to a redirect message. |
| docs/purchase.md | Documentation on purchasing hardware now only redirects. |
| docs/manual.md | User guide documentation replaced by a redirect message. |
| docs/localization.md | Localization instructions now redirect to new documentation. |
| docs/language.md | Programming language documentation shortened to a redirect. |
| docs/jacdac.md | Jacdac module documentation now redirects to updated URL. |
| docs/faq.md | FAQ content replaced with a redirect message. |
| docs/develop.md | Developer documentation is now a redirect to the new site. |
| README.md | README updated with a note that MicroCode has moved to a new URL. |
Files not reviewed (1)
- _includes/editor.html: Language not supported
Comments suppressed due to low confidence (2)
docs/jacdac.md:6
- Reverse the markdown link so that 'here' is the visible text and the URL is the destination.
MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/jacdac](here)
docs/faq.md:6
- Please fix the markdown link by using the correct format with 'here' as the link text.
MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/faq](here)
docs/robots-supported.md
Outdated
|
|
||
| Make sure to test and tune the configuration options in the robot class for your particular | ||
| chassis/motor/line detectors. You may want to tweak some of the constants in the robot class to optimize the behavior of the robot. | ||
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/robots-supported](here) |
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown syntax for the link appears reversed. Use the format "here" for clarity.
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/robots-supported](here) | |
| MicroCode has moved [here](https://microbit-apps.github.io/microcode-classic/docs/robots-supported) |
docs/robot.md
Outdated
| ## Add your robot {#contribute} | ||
|
|
||
| We accept pull requests to add new robots. See the [contributing](./robots-supported.md) page for more details. | ||
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/robot](here) |
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown link is reversed; please change it to "here" so that 'here' is the clickable text.
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/robot](here) | |
| MicroCode has moved [here](https://microbit-apps.github.io/microcode-classic/docs/robot) |
|
|
||
| - [Jacdac MakeCode integration](https://microsoft.github.io/jacdac-docs/clients/makecode/) | ||
| - [MakeCode micro:bit robot extension](https://makecode.microbit.org/pkg/microsoft/microbit-robot) | ||
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/purchase](here) |
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown link formatting is inverted; it should be formatted as "here".
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/purchase](here) | |
| MicroCode has moved [here](https://microbit-apps.github.io/microcode-classic/docs/purchase) |
docs/manual.md
Outdated
|
|
||
| This project is open source and welcomes contributions and suggestions at https://github.com/microsoft/microcode. | ||
| Read the [developer instructions](./develop.md). | ||
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/manual](here) |
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown link is currently reversed; reformat it as "here" for proper link text.
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/manual](here) | |
| MicroCode has moved [here](https://microbit-apps.github.io/microcode-classic/docs/manual) |
docs/localization.md
Outdated
| - **[translate all strings](https://crowdin.com/translate/makecode/12054)** | ||
|
|
||
| Once your translations are added, someone will have to approve if you are a proofreader, go ahead and approve them. Then send us a comment on the crowdin message board to refresh the build. | ||
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/localization](here) |
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown link is inverted; please change it to have 'here' as the link text and the URL as the destination.
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/localization](here) | |
| MicroCode has moved [here](https://microbit-apps.github.io/microcode-classic/docs/localization) |
docs/language.md
Outdated
| - {:class="icon"} no line detected coming from a right line, | ||
| - {:class="icon"} no line detected | ||
| coming from both lines, | ||
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/language](here) |
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link format should be updated so that 'here' is the clickable text, e.g. "here".
| MicroCode has moved here [https://microbit-apps.github.io/microcode-classic/docs/language](here) | |
| MicroCode has moved [here](https://microbit-apps.github.io/microcode-classic/docs/language) |
README.md
Outdated
| > NOTE: MicroCode has moved here [https://github.com/microbit-apps/microcode](here). | ||
Copilot
AI
Apr 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown link text and URL are swapped. It should be formatted as "here" so that 'here' is the link text.
| > NOTE: MicroCode has moved here [https://github.com/microbit-apps/microcode](here). | |
| > NOTE: MicroCode has moved [here](https://github.com/microbit-apps/microcode). |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.