Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates a Windows bias by consistently using 'Windows' as the example OS type in all CLI and REST API samples, providing PowerShell examples for every operation, and omitting explicit Linux-specific examples or references. There are no Linux shell or distribution-specific instructions, and the CLI examples do not clarify Linux usage or differences. The documentation also mentions PowerShell-specific syntax notes, reinforcing a Windows-centric approach.
Recommendations
- Include Linux-specific examples, such as using 'osType: Linux' in REST and CLI samples.
- Add sample CLI commands explicitly run on Linux shells (bash, zsh) and clarify any differences in syntax or environment variables.
- Provide guidance for common Linux distributions (Ubuntu, CentOS, etc.) where relevant, especially for prerequisites and environment setup.
- Balance PowerShell examples with bash or other Linux shell equivalents, and avoid PowerShell-specific notes unless also providing Linux shell notes.
- Ensure documentation does not default to Windows terminology or tools when cross-platform alternatives exist.
Create Pull Request