diff --git a/docs/chat/add-context.md b/docs/chat/add-context.md index f0cf557..9bdb2d2 100644 --- a/docs/chat/add-context.md +++ b/docs/chat/add-context.md @@ -34,7 +34,7 @@ Different context options include: You can add an image as a context to your request. [Read more about adding images to the chat.](./images.md) 6. **Add Company Codebase** - You can add entire folders and files from your company's codebase as extra context, making your experience more relevant and tailored to your specific needs. [Read more about adding images to the chat.](./company-codebase.md) + You can add entire folders and files from your company's codebase as extra context, making your experience more relevant and tailored to your specific needs. Read more about adding images to the chat. !!! alert "Please Notice" In JetBrains, you can index up to 1,000 files in a single folder or project. diff --git a/docs/chat/commands/best-practices.md b/docs/chat/commands/best-practices.md index eb7502d..a35bd18 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. +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! ## The `best_practices.md` File diff --git a/docs/chat/company-codebase.md b/docs/chat/company-codebase.md index 9acd717..09fa034 100644 --- a/docs/chat/company-codebase.md +++ b/docs/chat/company-codebase.md @@ -1,10 +1,18 @@ ---- + -![Company's Codebase](https://www.qodo.ai/images/codiumate/companys-codebase.png){width=700, loading=lazy} + --> diff --git a/mkdocs.yml b/mkdocs.yml index c622e09..8fbd0dd 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'