-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore: sync development → nightly (2026-01-17) #56
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,18 +23,18 @@ Android Device: [Play Store](https://play.google.com/store/apps/details?id=com. | |
|
|
||
| 3. You will come across a screen like this | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The markdown file Suggested FixLocate the missing Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
|
|
||
|  | ||
|  | ||
|
|
||
| 4. Load up rust and connect to your server | ||
|
|
||
| 5. Press on "Esc" to access the pause menu and go to "Rust+" then click on "Pair" | ||
|
|
||
|  | ||
|  | ||
|
|
||
| 6. Back on the App you will get a pop up asking you to pair. Click on "Pair" | ||
|
|
||
|  | ||
|  | ||
|
|
||
| 7. Once paired, you will now be able to view your server directly from your phone/tablet | ||
|
|
||
|  | ||
|  | ||
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.
Bug: Two image URLs in
connect-to-server.mduse incorrect casing and omit a required subdirectory, which will cause them to break in production.Severity: HIGH
Suggested Fix
Update the incorrect absolute URLs on lines 35 and 37 of
packages/kb/content/rust/connect-to-server.md. Change them to relative paths that match the other images in the file, ensuring correct casing and inclusion of theconnecting/subdirectory. For example,.Prompt for AI Agent
Did we get this right? 👍 / 👎 to inform future reviews.