-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs v3 notes and pass #2503
Docs v3 notes and pass #2503
Conversation
@@ -1,39 +1,39 @@ | |||
# mavsdk::Info::Identification Struct Reference |
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.
Shouldn't all this ref be updated/removed/modified by CI?
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.
Yes, I'll look into that.
docs/en/cpp/api_changes.md
Outdated
- TCP out (client): tcpout://remote_ip:port | ||
``` | ||
|
||
For `tcp`, where we listen locally on that port, the IP can be set to: |
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.
For `tcp`, where we listen locally on that port, the IP can be set to: | |
For `tcpin`, where we listen locally on that port, the IP can be set to: |
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.
Thanks!
This is no longer needed as GitHub does it for us.
More to come...
This automatically updates the markdown files in the docs/ dir if generate_docs.sh is run with the argument --overwrite.
9eda63d
to
c78684a
Compare
@hamishwillee See my last commits. I've updated the reference and the script. Now vitepress complains but I don't understand why. |
@hamishwillee figured it out: mavlink/MAVSDK-Proto#368 |
This is with all the fixes and updated docstrings.
|
Going to merge this and then do another pass. |
This adds v3 API changes and a general pass.
Still work in progress.