Compare commits

...

2 Commits

Author SHA1 Message Date
Niels Laute
d9cbef2b7a Typo 2026-02-16 16:13:56 +01:00
Niels Laute
8335c5b1f8 Adding CmdPal Extensions doc links 2026-02-16 12:43:42 +01:00
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

View File

@@ -93,7 +93,7 @@
x:Uid="Settings_ExtensionsPage_Banner_Hyperlink"
Padding="0"
Content="Learn how to create your own extensions"
NavigateUri="https://learn.microsoft.com/windows/powertoys/command-palette/overview" />
NavigateUri="https://aka.ms/building-cmdpal-extensions" />
</StackPanel>
<StackPanel
x:Name="ButtonPanel"