diff --git a/docs/docs/chrome-extension/options.md b/docs/docs/chrome-extension/options.md new file mode 100644 index 00000000..16129f4c --- /dev/null +++ b/docs/docs/chrome-extension/options.md @@ -0,0 +1,39 @@ +## Options and Configurations + +### Accessing the Options Page + +To access the options page for the Qodo Merge Chrome extension: + +1. Find the extension icon in your Chrome toolbar (usually in the top-right corner of your browser) +2. Right-click on the extension icon +3. Select "Options" from the context menu that appears + +Alternatively, you can access the options page directly using this URL: + +[chrome-extension://ephlnjeghhogofkifjloamocljapahnl/options.html](chrome-extension://ephlnjeghhogofkifjloamocljapahnl/options.html) + + + + +### Configuration Options + + + + +#### API Base Host + +For single-tenant customers, you can configure the extension to communicate directly with your company's Qodo Merge server instance. + +To set this up: +- Enter your organization's Qodo Merge API endpoint in the "API Base Host" field +- This endpoint should be provided by your Qodo DevOps Team + +*Note: The extension does not send your code to the server, but only triggers your previously installed Qodo Merge application.* + +#### Interface Options + +You can customize the extension's interface by: +- Toggling the "Show Qodo Merge Toolbar" option +- When disabled, the toolbar will not appear in your browser + +Remember to click "Save Settings" after making any changes. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index aa1a0758..57818b5a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -56,6 +56,7 @@ nav: - Qodo Merge Chrome Extension: 'chrome-extension/index.md' - Features: 'chrome-extension/features.md' - Data Privacy: 'chrome-extension/data_privacy.md' + - Options: 'chrome-extension/options.md' - FAQ: - FAQ: 'faq/index.md' - AI Docs Search: 'ai_search/index.md'