diff --git a/doc/devdocs/modules/launcher/readme.md b/doc/devdocs/modules/launcher/readme.md index 75b62ecb3c..984d82833c 100644 --- a/doc/devdocs/modules/launcher/readme.md +++ b/doc/devdocs/modules/launcher/readme.md @@ -1,19 +1,24 @@ # 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 +3. [New Plugin Checklist](/doc/devdocs/modules/launcher/new-plugin-checklist.md) +4. [Project Structure](/doc/devdocs/modules/launcher/project_structure.md) +5. [Telemetry](/doc/devdocs/modules/launcher/telemetry.md) +6. 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) + - [History](/doc/devdocs/modules/launcher/plugins/history.md) - [Indexer](/doc/devdocs/modules/launcher/plugins/indexer.md) - [OneNote](/doc/devdocs/modules/launcher/plugins/onenote.md) - [Program](/doc/devdocs/modules/launcher/plugins/program.md) - [Registry](/doc/devdocs/modules/launcher/plugins/registry.md) - [Shell](/doc/devdocs/modules/launcher/plugins/shell.md) - [Time and Date](/doc/devdocs/modules/launcher/plugins/timedate.md) - - [Windows System Commands](/doc/devdocs/modules/launcher/plugins/system.md) + - [Unit Converter](/doc/devdocs/modules/launcher/plugins/community.unitconverter.md) - [Uri](/doc/devdocs/modules/launcher/plugins/uri.md) - - [Window Walker](/doc/devdocs/modules/launcher/plugins/windowwalker.md) + - [Value Generator](/doc/devdocs/modules/launcher/plugins/community.valuegenerator.md) - [Web Search](/doc/devdocs/modules/launcher/plugins/WebSearch.md) + - [Windows Settings](/doc/devdocs/modules/launcher/plugins/windowssettings.md) + - [Windows System Commands](/doc/devdocs/modules/launcher/plugins/system.md) + - [Window Walker](/doc/devdocs/modules/launcher/plugins/windowwalker.md)