Skip to content

Commit 10181b3

Browse files
committed
start linking things together
1 parent c22888c commit 10181b3

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

hub/dev-environment/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ items:
139139
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/microsoft-commandpalette-extensions.md
140140
- name: Color
141141
- name: CommandResultKind
142+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/commandresultkind.md
142143
- name: ICommand
144+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommand.md
143145
- name: ICommandContextItem
144146
- name: ICommandItem
145147
- name: ICommandProvider
@@ -193,6 +195,7 @@ items:
193195
- name: KeyChord
194196
- name: MessageState
195197
- name: NavigationMode
198+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/navigationmode.md
196199
- name: OptionalColor
197200
- name: ProviderType
198201
- name: Microsoft.CommandPalette.Extensions.Toolkit
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
-api-id: T:Microsoft.CommandPalette.Extensions.CommandResultKind
3+
-api-type: enum
4+
---
5+
6+
# Microsoft.CommandPalette.Extensions.CommandResultKind
7+
8+
## -description

hub/powertoys/command-palette/microsoft-commandpalette-extensions/icommand.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
-api-type: interface
44
---
55

6-
# ICommand Interface
6+
# Microsoft.CommandPalette.Extensions.ICommand
77

8-
## Definition
9-
10-
##### Namespace: Microsoft.CommandPalette.Extensions
11-
12-
### Namespace
8+
## -description
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
-api-id: T:Microsoft.CommandPalette.Extensions.NavigationMode
3+
-api-type: enum
4+
---
5+
6+
# Microsoft.CommandPalette.Extensions.NavigationMode
7+
8+
## -description

0 commit comments

Comments
 (0)