Skip to content

Commit 68408a4

Browse files
committed
update sdk layout
1 parent 9b12f4a commit 68408a4

File tree

6 files changed

+29
-14
lines changed

6 files changed

+29
-14
lines changed

hub/dev-environment/toc.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,18 @@ items:
127127
href: ../powertoys/command-palette/overview.md
128128
- name: Developer docs
129129
items:
130-
- name: Extensibility overview
131-
href: ../powertoys/command-palette/extensibility.md
132-
- name: SDK
133-
href: ../powertoys/command-palette/sdk.md
130+
- name: Creating an extension
131+
href: ../powertoys/command-palette/creating-an-extension.md
132+
- name: Command Palette SDK namespaces
133+
href: ../powertoys/command-palette/sdk-namespaces.md
134+
- name: Microsoft.Windows.Run
135+
items:
136+
- name: Microsoft.Windows.Run
137+
href: ../powertoys/command-palette/microsoft-windows-run.md
138+
- name: Microsoft.Windows.Run.Extensions
139+
items:
140+
- name: Microsoft.Windows.Run.Extensions
141+
href: ../powertoys/command-palette/microsoft-windows-run-extensions.md
134142
- name: Extension samples
135143
href: ../powertoys/command-palette/samples.md
136144
- name: Publishing your extension
File renamed without changes.

hub/powertoys/command-palette/microsoft-windows-run-extensions.md

Whitespace-only changes.

hub/powertoys/command-palette/microsoft-windows-run.md

Whitespace-only changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Command Palette SDK Namespaces
3+
description: The Command Palette provides a full extension model, allowing developers to create their own experiences for the palette. Find info about how to use its SDK namespaces to author an extension.
4+
ms.date: 2/3/2025
5+
ms.topic: concept-article
6+
no-loc: [PowerToys, Windows, Insider]
7+
# Customer intent: As a Windows developer, I want to learn how to use the Command Palette SDK to create an extension.
8+
---
9+
10+
# Command Palette SDK namespaces
11+
12+
This section provides detailed information about the namespaces in the Command Palette SDK.
13+
14+
| Namespace | Description |
15+
| :--- | :--- |
16+
| [Microsoft.Windows.Run](microsoft-windows-run.md) | Contains the interfaces that developers will implement to create extensions for the Command Palette. |
17+
| [Microsoft.Windows.Run.Extensions](microsoft-windows-run-extensions.md) | Contains helper classes that developers can use to make creating extensions easier. |

hub/powertoys/command-palette/sdk.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)