From bd8c597cd760e4952c52faec2e41edfb439a91bf Mon Sep 17 00:00:00 2001 From: avishag Date: Mon, 25 Nov 2024 17:10:30 +0200 Subject: [PATCH] Update Company Codebase --- docs/chat/commands/best-practices.md | 2 +- docs/chat/company-codebase.md | 48 ++++++++++++++++------------ mkdocs.yml | 2 +- 3 files changed, 30 insertions(+), 22 deletions(-) diff --git a/docs/chat/commands/best-practices.md b/docs/chat/commands/best-practices.md index a35bd18..34fdb1e 100644 --- a/docs/chat/commands/best-practices.md +++ b/docs/chat/commands/best-practices.md @@ -19,7 +19,7 @@ To use the `/generate-best-practices` command, follow these steps: 3. **Copy the Response as Markdown**: Click the three dots button in the top-right corner of Qodo Gen's response message, and select `Copy message as markdown`. Paste the markdown content into a new file named `best_practices.md`. -4. **Customize `best_practices.md`**: Modify the content of `best_practices.md` as needed. You can add new best practices, modify existing ones, or remove parts to better suit your team's requirements. You can also ask Qodo Chat to do that for you! +4. **Customize `best_practices.md`**: Modify the content of `best_practices.md` as needed. You can add new best practices, modify existing ones, or remove parts to better suit your team's requirements. You can also ask Qodo Gen Chat to do that for you! ## The `best_practices.md` File diff --git a/docs/chat/company-codebase.md b/docs/chat/company-codebase.md index 09fa034..4294b13 100644 --- a/docs/chat/company-codebase.md +++ b/docs/chat/company-codebase.md @@ -1,43 +1,51 @@ - +1. **Open Qodo Gen Chat:** From your extensions bar, choose the Qodo logo to open Qodo Gen Chat. +2. **Choose Extra Context:** Click on the `Extra Context` button located under the chatbox. +3. **Select Company Codebase:** From the dropdown menu, select `Company Codebase`. - --> +* **Avoiding Code Duplication:** Use RAG to check for code duplication by selecting the context of the current file and asking relevant questions. + + + diff --git a/mkdocs.yml b/mkdocs.yml index 8fbd0dd..c622e09 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,7 +48,7 @@ nav: - Coding-Agent: 'chat/coding-agent.md' - Chat History: 'chat/chat-history.md' - Model Selection: 'chat/model-selection.md' - # - Company Codebade: 'chat/company-codebase.md' + - Company Codebade: 'chat/company-codebase.md' - Code Completion: - 'code-completion/index.md'