This repository was archived by the owner on Apr 10, 2026. It is now read-only.
fix: markdown page#101
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the documentation formatting in the Microflow Studio getting started guide by restructuring the connection steps for better clarity and readability.
- Extracts steps 3 and 4 from within a callout note to the main numbered list
- Improves the logical flow by clearly separating instructional steps from explanatory notes
- Enhances user experience by making the four-step process more scannable
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 4. Running your flow. | ||
|
|
||
| {% callout type="note" title="Be patient" %} | ||
| To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller in this step. This software allows your computer to talk to the microcontroller. |
There was a problem hiding this comment.
The phrase "in this step" is now ambiguous since the callout is no longer part of the numbered list. Consider changing it to "during the detection step (step 2)" or "during step 2" to clarify which step the StandardFirmata installation occurs in.
Suggested change
| To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller in this step. This software allows your computer to talk to the microcontroller. | |
| To be able to communicate with your microcontroller, Microflow will automatically install special software (called StandardFirmata) on your microcontroller during the detection step (step 2). This software allows your computer to talk to the microcontroller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation for Microflow Studio to clarify the steps involved when connecting a microcontroller and improves the instructions for users. The main changes are focused on making the process easier to follow and correcting the order of steps.
Documentation improvements: