mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
docs: add Chrome extension options documentation page
This commit is contained in:
39
docs/docs/chrome-extension/options.md
Normal file
39
docs/docs/chrome-extension/options.md
Normal file
@ -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)
|
||||||
|
|
||||||
|
<img src="https://codium.ai/images/pr_agent/chrome_ext_options.png" width="256">
|
||||||
|
|
||||||
|
|
||||||
|
### Configuration Options
|
||||||
|
|
||||||
|
<img src="https://codium.ai/images/pr_agent/chrome_ext_settings_page.png" width="512">
|
||||||
|
|
||||||
|
|
||||||
|
#### 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.
|
@ -56,6 +56,7 @@ nav:
|
|||||||
- Qodo Merge Chrome Extension: 'chrome-extension/index.md'
|
- Qodo Merge Chrome Extension: 'chrome-extension/index.md'
|
||||||
- Features: 'chrome-extension/features.md'
|
- Features: 'chrome-extension/features.md'
|
||||||
- Data Privacy: 'chrome-extension/data_privacy.md'
|
- Data Privacy: 'chrome-extension/data_privacy.md'
|
||||||
|
- Options: 'chrome-extension/options.md'
|
||||||
- FAQ:
|
- FAQ:
|
||||||
- FAQ: 'faq/index.md'
|
- FAQ: 'faq/index.md'
|
||||||
- AI Docs Search: 'ai_search/index.md'
|
- AI Docs Search: 'ai_search/index.md'
|
||||||
|
Reference in New Issue
Block a user