Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
windows_tools
Summary
The documentation shows a moderate Windows bias: PowerShell is the only CLI example given for extension removal, and Windows paths and tools are consistently listed before Linux equivalents. Windows-specific tools and patterns (PowerShell, C: drive paths) are mentioned more prominently, while Linux commands and tooling are not demonstrated or are listed second.
Recommendations
- Provide equivalent CLI examples for Linux, such as Azure CLI or shell commands, alongside PowerShell examples.
- Alternate the order of Windows and Linux instructions to avoid always listing Windows first.
- Include Linux-specific troubleshooting steps and commands where relevant (e.g., systemctl for service management, journalctl for logs).
- Explicitly mention that both Windows and Linux are supported and ensure parity in examples and guidance.
- Where file paths or logs are referenced, present both Windows and Linux locations together, or in parallel columns.
Create Pull Request