Skip to content

Commit 5dac88a

Browse files
Add Powertoys docs (#1199)
* Starting PowerToys docs migration * test columns * test columns * test columns * test columns * test switch column span * link image in columns * PowerToys migration pt1 * Add TOC, breadcrumbs & troubleshooting * fix index file type * fix toc index link * fix toc * Install description * Add version check info, fix link * Reorg TOC, add File Explorer * Add image resizer * fix image link * Start keyboard remap * Add keyboard manager utility * update image resize gif * redo drag and drop gif * add resize settings menu image * update heading levels * Resizer and mapper updates * Add powerrename * remove gif restricted play number * Update install instructions * Add powertoys run and video conf draft * Update video conference doc * Update Toc, remove contribute and troubleshoot * Fix color-picker link * Update about page, list processor support on top * Updated for v0.27 Added updated visuals and details for v0.27 of PowerToys. Mostly impacted Color Picker, FancyZones, and Image Resizer * Add metadata tags, fixes from mclean and duncan * typo fixes from John * Optimize images * Fixed Link & Added meta-descriptions * Fix anchor links, admin meta desc Co-authored-by: Deondre Davis <[email protected]>
1 parent 9ad0f02 commit 5dac88a

File tree

69 files changed

+1198
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1198
-3
lines changed

hub/breadcrumbs/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
- name: Windows Package Manager
9898
tocHref: /windows/package-manager/
9999
topicHref: "/windows/package-manager"
100+
- name: PowerToys
101+
tocHref: /windows/powertoys/
102+
topicHref: "/windows/powertoys"
100103
- name: Python
101104
tocHref: /windows/python/
102105
topicHref: "/windows/python"

hub/dev-environment/toc.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,33 @@
106106
- name: Submit your manifest to the repository
107107
href: ../package-manager/package/repository.md
108108
- name: PowerToys
109-
href: https://github.com/microsoft/PowerToys
109+
items:
110+
- name: Overview
111+
items:
112+
- name: About PowerToys
113+
href: ../powertoys/index.md
114+
- name: Install PowerToys
115+
href: ../powertoys/install.md
116+
- name: Run in admin mode
117+
href: ../powertoys/administrator.md
118+
- name: Color Picker
119+
href: ../powertoys/color-picker.md
120+
- name: FancyZones
121+
href: ../powertoys/fancyzones.md
122+
- name: File Explorer
123+
href: ../powertoys/file-explorer.md
124+
- name: Image Resizer
125+
href: ../powertoys/image-resizer.md
126+
- name: Keyboard Manager
127+
href: ../powertoys/keyboard-manager.md
128+
- name: PowerRename
129+
href: ../powertoys/powerrename.md
130+
- name: PowerToys Run
131+
href: ../powertoys/run.md
132+
- name: Shortcut Guide
133+
href: ../powertoys/shortcut-guide.md
134+
- name: Video Conference Mute
135+
href: ../powertoys/video-conference-mute.md
110136
- name: VS Code
111137
href: https://code.visualstudio.com/docs
112138
- name: Visual Studio

hub/docfx.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"nodejs/**.md": "dev-environment",
4343
"android/**.md": "dev-environment",
4444
"dev-environment/**.md": "dev-environment",
45-
"package-manager/**.md": "dev-environment"
45+
"package-manager/**.md": "dev-environment",
46+
"powertoys/**.md": "dev-environment"
4647
},
4748
"ms.technology":
4849
{
@@ -52,13 +53,15 @@
5253
"python/**.md": "windows-python",
5354
"nodejs/**.md": "windows-nodejs",
5455
"android/**.md": "windows-nodejs",
56+
"powertoys/**.md": "powertoys",
5557
"package-manager/**.md": ""
5658
},
5759
"feedback_product_url":
5860
{
5961
"apps/winui/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
6062
"apps/trace-processing/**.md": "https://github.com/microsoft/eventtracing-processing/issues",
61-
"package-manager/**.md": "https://github.com/microsoft/winget-cli/issues"
63+
"package-manager/**.md": "https://github.com/microsoft/winget-cli/issues",
64+
"powertoys/**.md": "https://github.com/microsoft/PowerToys/issues"
6265
},
6366
"author":
6467
{

hub/images/powerrename-demo.gif

876 KB

hub/images/powerrename-demo2.gif

160 KB

hub/images/powerrename-menu.png

24.7 KB

hub/images/powertoys-banner.png

132 KB

hub/images/powertoys-fileexplorer.gif

383 KB
175 KB
44.4 KB
20.7 KB
61.1 KB
85.6 KB
75.4 KB
738 KB
511 KB
762 KB

hub/images/powertoys-resizeNormal.gif

405 KB
588 KB
13.7 KB

hub/images/powertoys-settings.png

88.2 KB

hub/images/pt-admin-prompt.png

14.6 KB

hub/images/pt-admin-terminal.png

26.8 KB

hub/images/pt-color-picker.png

28.1 KB
32.8 KB

hub/images/pt-colorpicker-editor.gif

1.11 MB
255 KB

hub/images/pt-colorpicker-hex.png

31.5 KB
328 KB

hub/images/pt-colorpicker.gif

1.11 MB

hub/images/pt-fancy-zones.png

18 KB

hub/images/pt-fancy-zones2.png

319 KB

hub/images/pt-fancyzones-multimon.png

63.9 KB

hub/images/pt-fancyzones-picker.png

26.4 KB
151 KB
48.7 KB
83 KB
318 KB

hub/images/pt-fancyzones-twozones.png

328 KB
418 KB

hub/images/pt-file-explorer.png

28 KB

hub/images/pt-image-resizer.png

30.2 KB

hub/images/pt-keyboard-manager.png

18.3 KB

hub/images/pt-powerrun-demo.gif

2.93 MB

hub/images/pt-rename.png

31.9 KB
217 KB

hub/images/pt-run-indexing.png

97.9 KB

hub/images/pt-run-warning.png

81.3 KB

hub/images/pt-run.png

25 KB
72.7 KB
75.3 KB

hub/images/pt-shortcut-guide.png

29.2 KB
2.54 KB
28.1 KB

hub/images/pt-video-conference.png

95.7 KB

hub/images/vscode-attach-docker.png

-414 KB

hub/powertoys/administrator.md

Lines changed: 60 additions & 0 deletions

hub/powertoys/color-picker.md

Lines changed: 65 additions & 0 deletions

hub/powertoys/fancyzones.md

Lines changed: 111 additions & 0 deletions

hub/powertoys/file-explorer.md

Lines changed: 28 additions & 0 deletions

0 commit comments

Comments
 (0)