Adding CmdPal Extensions doc links (#45632)

See title
This commit is contained in:
Niels Laute
2026-02-23 13:24:00 +01:00
committed by GitHub
parent 138c66c328
commit 65254cec76
2 changed files with 5 additions and 1 deletions

View File

@@ -96,6 +96,10 @@ See [Debugging](development/debugging.md) for detailed debugging techniques, inc
See [Creating a New PowerToy](development/new-powertoy.md) for an end-to-end guide covering module architecture, settings integration, installer packaging, and testing.
### Building Command Palette Extensions
If you want to build your own extensions for Command Palette, check out the [Command Palette extensibility documentation](https://aka.ms/building-cmdpal-extensions). It covers how to create, package, and distribute custom extensions that integrate with Command Palette.
## Development Guidelines
- [Coding Guidelines](development/guidelines.md) - Development guidelines and best practices