Reorder Linux install tabs: viam-agent first#5218
Open
Shannon Bradshaw (shannonbradshaw) wants to merge 1 commit into
Open
Reorder Linux install tabs: viam-agent first#5218Shannon Bradshaw (shannonbradshaw) wants to merge 1 commit into
Shannon Bradshaw (shannonbradshaw) wants to merge 1 commit into
Conversation
The Viam app's machine setup page no longer offers the AppImage manual install option for 64-bit Linux (aarch64, x86_64). Only viam-agent is presented. Reorder the CLI install tabs on viam-server.md to match, putting "Install using viam-agent (recommended)" first. Also clarify in common-errors.md that the FUSE requirement applies specifically to the manual AppImage install, not to viam-agent installs. Source: viamrobotics/app#12758 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01RhXoqM4bsKamX8uQS4cbyk
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
|
Ale Paredes (@ale7714) Could you please do a quick review of this PR? |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

The Viam app's machine setup page no longer offers the AppImage manual install option for 64-bit Linux (aarch64, x86_64) — only viam-agent is presented (viamrobotics/app#12758). The docs should reflect this by making viam-agent the primary recommendation.
Source changes
Docs changes
docs/reference/viam-server.md: Reorder the nested install-method tabs within both "Linux (Aarch64)" and "Linux (x86_64)" to put "Install using viam-agent (recommended)" first and "Install manually" second. Previously the manual AppImage method was listed first.docs/monitor/common-errors.md: Clarify that the "AppImages require FUSE to run" error applies specifically to the manual AppImage install method, and note that users who install with viam-agent (the recommended method) should not encounter this error.How I found these
maintenance.mdstaleness table forapp/ui/src/routes/setup pagesGenerated by daily docs change agent
Generated by Claude Code