diff --git a/docs/docs/tools/index.md b/docs/docs/tools/index.md index 36e3caef..d44a988b 100644 --- a/docs/docs/tools/index.md +++ b/docs/docs/tools/index.md @@ -16,10 +16,9 @@ Here is a list of Qodo Merge tools, each with a dedicated page that explains how | **💎 [CI Feedback (`/checks ci_job`](./ci_feedback.md))** | Automatically generates feedback and analysis for a failed CI job | | **💎 [Custom Prompt (`/custom_prompt`](./custom_prompt.md))** | Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user | | **💎 [Generate Custom Labels (`/generate_labels`](./custom_labels.md))** | Generates custom labels for the PR, based on specific guidelines defined by the user | -| **💎 [Generate Tests (`/test component_name`](./test.md))** | Automatically generates unit tests for a selected component, based on the PR code changes | +| **💎 [Generate Tests (`/test`](./test.md))** | Automatically generates unit tests for a selected component, based on the PR code changes | | **💎 [Implement (`/implement`](./implement.md))** | Generates implementation code from review suggestions | | **💎 [Improve Component (`/improve_component component_name`](./improve_component.md))** | Generates code suggestions for a specific code component that changed in the PR | | **💎 [Scan Repo Discussions (`/scan_repo_discussions`](./scan_repo_discussions.md))** | Generates `best_practices.md` file based on previous discussions in the repository | -| **💎 [Test (`/test`](./test.md))** | generate tests for a selected component, based on the PR code changes | Note that the tools marked with 💎 are available only for Qodo Merge users. \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c45e4616..d8e09a7f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -31,16 +31,15 @@ nav: - Help: 'tools/help.md' - Help Docs: 'tools/help_docs.md' - Update Changelog: 'tools/update_changelog.md' + - 💎 Add Documentation: 'tools/documentation.md' - 💎 Analyze: 'tools/analyze.md' - 💎 CI Feedback: 'tools/ci_feedback.md' - - 💎 Custom Labels: 'tools/custom_labels.md' - 💎 Custom Prompt: 'tools/custom_prompt.md' - - 💎 Documentation: 'tools/documentation.md' + - 💎 Generate Labels: 'tools/custom_labels.md' + - 💎 Generate Tests: 'tools/test.md' - 💎 Implement: 'tools/implement.md' - - 💎 Improve Component: 'tools/improve_component.md' + - 💎 Improve Components: 'tools/improve_component.md' - 💎 Scan Repo Discussions: 'tools/scan_repo_discussions.md' - - 💎 Similar Code: 'tools/similar_code.md' - - 💎 Test: 'tools/test.md' - Core Abilities: - 'core-abilities/index.md' - Auto best practices: 'core-abilities/auto_best_practices.md'