Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page demonstrates subtle Windows bias by listing PowerShell as a primary language in quickstart tables before Linux-native alternatives, and by referencing Windows-centric tools (PowerShell) in parity with other languages. There is no explicit mention of Linux-specific tools, shell environments, or development patterns, and examples for Linux command-line usage (e.g., Bash) are missing. The documentation does not address platform-specific considerations for Linux users, such as differences in local development, deployment, or orchestration monitoring.
Recommendations
- Add Linux/Bash-specific quickstart examples alongside PowerShell, ensuring parity in instructions for Linux users.
- Explicitly mention cross-platform compatibility and provide guidance for Linux environments (e.g., using Bash, zsh, or other shells).
- Include references to Linux-native tools and workflows (such as CLI commands for deployment and orchestration monitoring) in addition to or before Windows/PowerShell equivalents.
- Clarify any platform-specific requirements or differences in local development, emulator usage, and dashboard access for Linux users.
- Reorder language and tool listings to avoid implicit prioritization of Windows/PowerShell over Linux-native options.
Create Pull Request