-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: reorganize installation documentation structure
- Loading branch information
Showing
6 changed files
with
58 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# PR-Agent Installation Guide | ||
|
||
PR-Agent can be deployed in various environments and platforms. Choose the installation method that best suits your needs: | ||
|
||
## 🖥️ Local Installation | ||
|
||
Learn how to run PR-Agent locally using: | ||
|
||
- Docker image | ||
- pip package | ||
- CLI from source code | ||
|
||
[View Local Installation Guide →](https://qodo-merge-docs.qodo.ai/installation/locally/) | ||
|
||
## 🐙 GitHub Integration | ||
|
||
Set up PR-Agent with GitHub as: | ||
|
||
- GitHub Action | ||
- Local GitHub App | ||
|
||
[View GitHub Integration Guide →](https://qodo-merge-docs.qodo.ai/installation/github/) | ||
|
||
## 🦊 GitLab Integration | ||
|
||
Deploy PR-Agent on GitLab as: | ||
|
||
- GitLab pipeline job | ||
- Local GitLab webhook server | ||
|
||
[View GitLab Integration Guide →](https://qodo-merge-docs.qodo.ai/installation/gitlab/) | ||
|
||
## 🟦 BitBucket Integration | ||
|
||
Implement PR-Agent in BitBucket as: | ||
|
||
- BitBucket pipeline job | ||
- Local BitBucket server | ||
|
||
[View BitBucket Integration Guide →](https://qodo-merge-docs.qodo.ai/installation/bitbucket/) | ||
|
||
## 🔷 Azure DevOps Integration | ||
|
||
Configure PR-Agent with Azure DevOps as: | ||
|
||
- Azure DevOps pipeline job | ||
- Local Azure DevOps webhook | ||
|
||
[View Azure DevOps Integration Guide →](https://qodo-merge-docs.qodo.ai/installation/azure/) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters