Skip to content

Commit 65112a7

Browse files
authored
Move CmdPal API spec back to cmdpal/ directory (#48160)
Reverts 0819a62 / #46926 The cmdpal API is literally generated from this spec document. It needs to live with the rest of the code to work correctly. Docs for authoring cmdpal extensions are on https://learn.microsoft.com/en-us/windows/powertoys/command-palette/extension-development, and we should direct docs commentary there.
1 parent 109c63b commit 65112a7

40 files changed

Lines changed: 3 additions & 1 deletion

.github/actions/spell-check/excludes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@
105105
^src/common/ManagedCommon/ColorFormatHelper\.cs$
106106
^src/common/notifications/BackgroundActivatorDLL/cpp\.hint$
107107
^src/common/sysinternals/Eula/
108-
^doc/devdocs/modules/cmdpal/initial-sdk-spec/list-elements-mock-002\.pdn$
108+
^src/modules/cmdpal/Tests/Microsoft\.CommandPalette\.Extensions\.Toolkit\.UnitTests/FuzzyMatcherComparisonTests.cs$
109+
^src/modules/cmdpal/Tests/Microsoft\.CommandPalette\.Extensions\.Toolkit\.UnitTests/FuzzyMatcherDiacriticsTests.cs$
110+
^src/modules/cmdpal/doc/initial-sdk-spec/list-elements-mock-002\.pdn$
109111
^src/modules/cmdpal/ext/SamplePagesExtension/Pages/SampleMarkdownImagesPage\.cs$
110112
^src/modules/cmdpal/Microsoft\.CmdPal\.UI/Settings/InternalPage\.SampleData\.cs$
111113
^src/modules/cmdpal/Tests/Microsoft\.CmdPal\.Common\.UnitTests/.*\.TestData\.cs$
File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/44e3593f-cfc0-4df3-ba74-dede09b0de5a.gif renamed to src/modules/cmdpal/doc/command-pal-anatomy/44e3593f-cfc0-4df3-ba74-dede09b0de5a.gif

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/6329067a-a75c-4280-86d2-d4e402f34ee5.gif renamed to src/modules/cmdpal/doc/command-pal-anatomy/6329067a-a75c-4280-86d2-d4e402f34ee5.gif

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/664bf405-b176-48de-804e-9075177025ed.gif renamed to src/modules/cmdpal/doc/command-pal-anatomy/664bf405-b176-48de-804e-9075177025ed.gif

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/708b3307-c0eb-4e6d-8e03-d3a7e564e354.gif renamed to src/modules/cmdpal/doc/command-pal-anatomy/708b3307-c0eb-4e6d-8e03-d3a7e564e354.gif

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/command-palette-anatomy.md renamed to src/modules/cmdpal/doc/command-pal-anatomy/command-palette-anatomy.md

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/dddb317c-a9cb-4c29-b851-f1aeac855033.gif renamed to src/modules/cmdpal/doc/command-pal-anatomy/dddb317c-a9cb-4c29-b851-f1aeac855033.gif

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/image-1.png renamed to src/modules/cmdpal/doc/command-pal-anatomy/image-1.png

File renamed without changes.

doc/devdocs/modules/cmdpal/command-pal-anatomy/image-10.png renamed to src/modules/cmdpal/doc/command-pal-anatomy/image-10.png

File renamed without changes.

0 commit comments

Comments
 (0)