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. 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 ## Development Guidelines
- [Coding Guidelines](development/guidelines.md) - Development guidelines and best practices - [Coding Guidelines](development/guidelines.md) - Development guidelines and best practices

View File

@@ -93,7 +93,7 @@
x:Uid="Settings_ExtensionsPage_Banner_Hyperlink" x:Uid="Settings_ExtensionsPage_Banner_Hyperlink"
Padding="0" Padding="0"
Content="Learn how to create your own extensions" 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>
<StackPanel <StackPanel
x:Name="ButtonPanel" x:Name="ButtonPanel"