mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# PowerToys Modules
|
|
|
|
This section contains documentation for individual PowerToys modules, including their architecture, implementation details, and debugging tools.
|
|
|
|
## Available Modules
|
|
|
|
### FancyZones
|
|
|
|
FancyZones is a window manager utility that allows users to create custom layouts for organizing windows on their screen.
|
|
|
|
- [FancyZones Architecture and Implementation](fancyzones.md) - Details about the FancyZones architecture, components, and implementation
|
|
- [FancyZones Debugging Tools](fancyzones-tools.md) - Information about specialized tools for debugging FancyZones
|
|
|
|
### Other Modules
|
|
|
|
This section will be expanded with documentation for other PowerToys modules.
|
|
|
|
## Adding New Module Documentation
|
|
|
|
When adding documentation for a new module:
|
|
|
|
1. Create a dedicated markdown file for the module (e.g., `modulename.md`)
|
|
2. If the module has specialized debugging tools, consider creating a separate tools document (e.g., `modulename-tools.md`)
|
|
3. Update this index with links to the new documentation
|
|
4. Follow the existing documentation structure for consistency
|