mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-18 21:48:12 +08:00
0314b570cd
* Architecture and (#7267) * Added debugging steps for PT Run * Updated architecture markdown for launcher * updated project architecture markdown for launcher * Added telemetry docs for launcher * Added the basic folder structure and files * Added a basic overview of all common functionalities of the plugins * Added information about the functioning of the calculator plugin * update score section of overview * added information about the uri plugin * added info about the indexer plugin * Added the documentation for the indexer plugin * Added information about the program plugin * Added info about the shell plugin * updated some plugin info and added information about the ww plugin * documenting the folder plugin * updated window walker docs * dev docs for the folder plugin * added images to each of the plugins * Added link to pt run documents * fix typos and some minor corrections * Add table of contents for pt run dev docs * Fix image path and project link for Wox.plugin Co-authored-by: Divyansh Srivastava <somm14divi@gmail.com>
14 lines
821 B
Markdown
14 lines
821 B
Markdown
# Table of Contents
|
|
1. [Architecture](/doc/devdocs/modules/launcher/architecture.md)
|
|
2. [Debugging](/doc/devdocs/modules/launcher/debugging.md)
|
|
3. [Project Structure](/doc/devdocs/modules/launcher/project_structure.md)
|
|
4. [Telemetry](/doc/devdocs/modules/launcher/telemetry.md)
|
|
5. Plugins
|
|
- [Overview](/doc/devdocs/modules/launcher/plugins/overview.md)
|
|
- [Calculator](/doc/devdocs/modules/launcher/plugins/calculator.md)
|
|
- [Folder](/doc/devdocs/modules/launcher/plugins/folder.md)
|
|
- [Indexer](/doc/devdocs/modules/launcher/plugins/indexer.md)
|
|
- [Program](/doc/devdocs/modules/launcher/plugins/program.md)
|
|
- [Shell](/doc/devdocs/modules/launcher/plugins/shell.md)
|
|
- [Uri](/doc/devdocs/modules/launcher/plugins/uri.md)
|
|
- [Window Walker](/doc/devdocs/modules/launcher/plugins/windowwalker.md) |