From 65254cec766beab5fe6a0c2163922c8cad0cacbd Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 23 Feb 2026 13:24:00 +0100 Subject: [PATCH] Adding CmdPal Extensions doc links (#45632) See title --- doc/devdocs/readme.md | 4 ++++ .../cmdpal/Microsoft.CmdPal.UI/Settings/ExtensionsPage.xaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index e7c96c7776..fa18499c72 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -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 diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/ExtensionsPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/ExtensionsPage.xaml index e01f26b571..ac8ee77d55 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/ExtensionsPage.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/ExtensionsPage.xaml @@ -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" />