Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
e6e7111e7f Initial plan 2026-02-16 11:58:51 +00: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-cmppal-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-cmppal-extensions" />
</StackPanel>
<StackPanel
x:Name="ButtonPanel"