diff --git a/docs/README.md b/docs/README.md index b7255a9..60f3bca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,15 +19,15 @@ Key tools include the Code Scanner for identifying code issues, the Data Process ## ๐Ÿ› ๏ธ Available Tools -- [๐Ÿ” **Code Scanner**](docs/code_scanner.md) - Scans and analyzes code repositories for quality and security issues -- [โšก **Data Processor**](docs/data_processor.md) - Processes and transforms data with support for multiple formats -- [๐Ÿš€ **Deployment Helper**](docs/deployment_helper.md) - Assists with deployment automation and configuration -- [๐Ÿ› ๏ธ **VS Code Manager**](docs/vscode_manager.md) - Manages VS Code settings and extensions -- [๐Ÿ“ **File Organizer**](docs/file_organizer.md) - Handles file organization and duplicate detection -- [๐Ÿ“š **Doc Generator**](docs/doc_generator.md) - Automates documentation generation and maintenance -- [๐Ÿ“ฆ **Package Manager**](docs/package_manager.md) - Manages Python package dependencies -- [โœจ **Code Formatter**](docs/code_formatter.md) - Enforces consistent code style and formatting -- [๐Ÿงช **Test Runner**](docs/test_runner.md) - Automated test execution and reporting +- [๐Ÿ” **Code Scanner**](code_scanner.md) - Scans and analyzes code repositories for quality and security issues +- [โšก **Data Processor**](data_processor.md) - Processes and transforms data with support for multiple formats +- [๐Ÿš€ **Deployment Helper**](deployment_helper.md) - Assists with deployment automation and configuration +- [๐Ÿ› ๏ธ **VS Code Manager**](vscode_settings.md) - Manages VS Code settings and extensions +- [๐Ÿ“ **File Organizer**](file_organizer.md) - Handles file organization and duplicate detection +- [๐Ÿ“š **Doc Generator**](doc_generator.md) - Automates documentation generation and maintenance +- [๐Ÿ“ฆ **Package Manager**](package_manager.md) - Manages Python package dependencies +- [โœจ **Code Formatter**](code_formatter.md) - Enforces consistent code style and formatting +- [๐Ÿงช **Test Runner**](test_runner.md) - Automated test execution and reporting Each tool can be accessed individually or through the central menu system (`menu.py`). See individual documentation pages for detailed usage instructions and configuration options.