Back to all reviewers

Keep documentation together

alacritty/alacritty
Based on 2 comments
Other

Documentation should keep related information physically close together rather than separating it across different sections. When documenting configuration options, provide detailed explanations and defaults directly with each option definition instead of collecting them in distant sections.

Documentation Other

Reviewer Prompt

Documentation should keep related information physically close together rather than separating it across different sections. When documenting configuration options, provide detailed explanations and defaults directly with each option definition instead of collecting them in distant sections.

Users should not have to scroll through large portions of documentation to find complete information about a single field. Each documented item should be self-contained with its description, possible values, platform restrictions, defaults, and examples all in proximity.

For example, instead of:

*level* = _"Normal"_ | _"AlwaysOnTop"_
    Sets the window level (Normal, AlwaysOnTop).
    Default: _"Normal"_

Provide detailed explanations:

*level* = _"Normal"_ | _"AlwaysOnTop"_
    Sets the window level.
    
    *Normal*
        Standard window behavior
    *AlwaysOnTop* 
        Window stays above other windows
        
    Default: _"Normal"_

This approach improves documentation usability by ensuring users can find complete information about any feature without extensive navigation, making the documentation more practical and user-friendly.

2
Comments Analyzed
Other
Primary Language
Documentation
Category

Source Discussions