Files
pr-agent/docs/mkdocs.yml

157 lines
4.9 KiB
YAML
Raw Normal View History

2024-09-29 17:24:37 +03:00
site_name: Qodo Merge (formerly known as PR-Agent)
repo_url: https://github.com/Codium-ai/pr-agent
2024-04-15 13:37:50 +03:00
repo_name: Codium-ai/pr-agent
2024-03-06 21:52:11 +02:00
2024-06-18 09:29:32 +03:00
nav:
- Overview:
2024-06-18 09:40:05 +03:00
- 'index.md'
2024-09-29 17:15:49 +03:00
- 💎 Qodo Merge Pro: 'overview/pr_agent_pro.md'
2024-06-18 09:29:32 +03:00
- Data Privacy: 'overview/data_privacy.md'
- Installation:
2024-03-06 21:52:11 +02:00
- 'installation/index.md'
- Locally: 'installation/locally.md'
- GitHub: 'installation/github.md'
- GitLab: 'installation/gitlab.md'
- BitBucket: 'installation/bitbucket.md'
2024-03-09 20:47:07 +02:00
- Azure DevOps: 'installation/azure.md'
2024-09-29 17:15:49 +03:00
- 💎 Qodo Merge Pro: 'installation/pr_agent_pro.md'
2024-06-18 09:29:32 +03:00
- Usage Guide:
2024-03-06 21:52:11 +02:00
- 'usage-guide/index.md'
- Introduction: 'usage-guide/introduction.md'
2024-07-18 09:55:57 +03:00
- Configuration File: 'usage-guide/configuration_options.md'
2024-03-06 21:52:11 +02:00
- Usage and Automation: 'usage-guide/automations_and_usage.md'
2024-07-18 09:55:57 +03:00
- Managing Mail Notifications: 'usage-guide/mail_notifications.md'
- Changing a Model: 'usage-guide/changing_a_model.md'
2024-03-06 21:52:11 +02:00
- Additional Configurations: 'usage-guide/additional_configurations.md'
2024-09-29 17:15:49 +03:00
- 💎 Qodo Merge Pro Models: 'usage-guide/PR_agent_pro_models'
2024-06-18 09:29:32 +03:00
- Tools:
2024-03-06 21:52:11 +02:00
- 'tools/index.md'
- Describe: 'tools/describe.md'
- Review: 'tools/review.md'
- Improve: 'tools/improve.md'
- Ask: 'tools/ask.md'
- Update Changelog: 'tools/update_changelog.md'
- Similar Issues: 'tools/similar_issues.md'
2024-04-07 10:43:56 +03:00
- Help: 'tools/help.md'
2024-03-06 21:52:11 +02:00
- 💎 Analyze: 'tools/analyze.md'
- 💎 Test: 'tools/test.md'
- 💎 Improve Component: 'tools/improve_component.md'
2024-03-06 21:52:11 +02:00
- 💎 Documentation: 'tools/documentation.md'
- 💎 Custom Labels: 'tools/custom_labels.md'
- 💎 Custom Prompt: 'tools/custom_prompt.md'
2024-03-06 21:52:11 +02:00
- 💎 CI Feedback: 'tools/ci_feedback.md'
- 💎 Similar Code: 'tools/similar_code.md'
2024-09-07 17:25:05 +03:00
- Core Abilities:
- 'core-abilities/index.md'
- Local and global metadata: 'core-abilities/metadata.md'
- Dynamic context: 'core-abilities/dynamic_context.md'
- Self-reflection: 'core-abilities/self_reflection.md'
2024-09-08 16:47:04 +03:00
- Impact evaluation: 'core-abilities/impact_evaluation.md'
2024-09-07 17:25:05 +03:00
- Interactivity: 'core-abilities/interactivity.md'
- Compression strategy: 'core-abilities/compression_strategy.md'
- Code-oriented YAML: 'core-abilities/code_oriented_yaml.md'
- Static code analysis: 'core-abilities/static_code_analysis.md'
2024-09-11 16:28:09 +03:00
- Code Fine-tuning Benchmark: 'finetuning_benchmark/index.md'
- Chrome Extension:
2024-09-29 17:15:49 +03:00
- Qodo Merge Chrome Extension: 'chrome-extension/index.md'
- Features: 'chrome-extension/features.md'
- Data Privacy: 'chrome-extension/data_privacy.md'
2024-09-11 16:52:21 +03:00
- FAQ:
- FAQ: 'faq/index.md'
2024-09-11 16:28:09 +03:00
# - Code Fine-tuning Benchmark: 'finetuning_benchmark/index.md'
2024-03-06 21:52:11 +02:00
theme:
logo: assets/logo.svg
2024-03-09 20:29:25 +02:00
favicon: assets/favicon.ico
2024-03-06 21:52:11 +02:00
name: material
2024-04-15 13:37:50 +03:00
icon:
repo: fontawesome/brands/github
2024-03-06 21:52:11 +02:00
features:
- navigation.tabs
- navigation.expand
- navigation.path
- navigation.top
- navigation.tracking
- navigation.indexes
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
2024-06-18 09:29:32 +03:00
- content.tabs.link
2024-03-06 21:52:11 +02:00
language: en
custom_dir: overrides
2024-06-18 09:29:32 +03:00
2024-03-06 21:52:11 +02:00
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
2024-06-18 09:29:32 +03:00
icon: material/toggle-switch-off-outline
2024-03-06 21:52:11 +02:00
name: Switch to dark mode
primary: custom
accent: custom
- media: "(prefers-color-scheme: dark)"
2024-06-18 09:29:32 +03:00
scheme: slate
2024-03-06 21:52:11 +02:00
toggle:
icon: material/toggle-switch
2024-06-18 09:29:32 +03:00
name: Switch to light mode
2024-03-06 21:52:11 +02:00
primary: custom
accent: custom
plugins:
- social
- search
- glightbox
2024-03-06 21:52:11 +02:00
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/Codium-ai
- icon: fontawesome/brands/discord
link: https://discord.com/invite/SgSxuQ65GF
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@Codium-AI
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/codiumai
- icon: fontawesome/brands/twitter
link: https://twitter.com/CodiumAI
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/codiumai/
analytics:
2024-04-01 10:03:36 +03:00
provider: custom
property: ${{ secrets.GOOGLE_ANALYTICS_ID }}
2024-03-06 21:52:11 +02:00
extra_css:
- css/custom.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- md_in_html
2024-03-06 21:52:11 +02:00
- attr_list
- pymdownx.emoji:
emoji_index: "!!python/name:material.extensions.emoji.twemoji"
emoji_generator: "!!python/name:material.extensions.emoji.to_svg"
2024-03-06 21:52:11 +02:00
- toc:
title: On this page
2024-07-09 13:59:30 +03:00
toc_depth: 3
2024-03-06 21:52:11 +02:00
permalink: true
2024-06-18 09:53:49 +03:00
2024-03-06 21:52:11 +02:00
copyright: |
&copy; 2024 <a href="https://www.codium.ai/" target="_blank" rel="noopener">CodiumAI</a>