Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page shows evidence of Windows bias. Several examples and workarounds reference Windows-specific tools (e.g., PowerShell, robocopy, Explorer), and instructions often use or mention Windows command syntax before or instead of Linux equivalents. PowerShell is repeatedly referenced as the primary management interface, and some example commands use Windows paths or utilities without providing Linux alternatives. There are missing Linux-specific instructions or parity in several cases.
Recommendations
- Provide equivalent Linux/bash command examples alongside Windows/PowerShell instructions, especially for device management and troubleshooting.
- Include Linux tools (e.g., rsync, cp) in file copy and blob replacement workarounds, not just robocopy or Explorer.
- Add instructions for connecting to the device via SSH or Linux shell, not just PowerShell.
- When referencing mounting NFS shares, provide Linux mount command examples in addition to Windows syntax.
- Ensure that all PowerShell command references are accompanied by Linux CLI alternatives where possible.
- Review all examples and workarounds to ensure Linux users are equally supported and not required to adapt Windows-centric instructions.
Create Pull Request