Sweep: Fix the documentation in docs/pages/deployment.mdx
wwzeng1 opened this issue · 1 comments
🚀 Here's the PR! #3725
119948063f
)Tip
I can email you next time I complete a pull request if you set up your email here!
Actions (click)
- ↻ Restart Sweep
Step 1: 🔎 Searching
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description.
sweep/docs/pages/deployment.mdx
Lines 1 to 181 in d894442
Step 2: ⌨️ Coding
Modify docs/pages/deployment.mdx with contents:Update the <original_code> and <new_code> blocks to match the actual code in the file and include the necessary changes.
<original_code>
4. Set up the Reverse Proxy
We're going to use Ngrok for a reverse proxy.
Sign up for an Ngrok account and install the CLI from https://dashboard.ngrok.com/signup. Your terminal must be in the same directory as your ngrok installation. Start the reverse proxy with
ngrok http 8080
. The second last line should say something likeForwarding https://4d8d8bf053be.ngrok.app -> http://localhost:8080
Then proceed with step 4.
</Tabs.Tab>
You have successfully deployed Sweep!
For enterprise support such as fine-tuning (20% performance gain), search index caching, usage tracking, and progress dashboards please contact team@sweep.dev.
Creating a Pull Request with Sweep
Use Sweep by creating a new issue on the repository with a title prefixed with
Sweep:
likeSweep: add type hints to BaseIndex.tsx
.
For more details see how to use Sweep.
</original_code><new_code>
4. Set up the Reverse Proxy
We're going to use Ngrok for a reverse proxy.
Sign up for an Ngrok account and install the CLI from https://dashboard.ngrok.com/signup. Your terminal must be in the same directory as your ngrok installation. Start the reverse proxy with
ngrok http 8080
. The second last line should say something likeForwarding https://4d8d8bf053be.ngrok.app -> http://localhost:8080
5. Update the GitHub Webhook URL
Copy the forwarding URL from the ngrok output in step 4, for example:
https://4d8d8bf053be.ngrok.app
Go to your GitHub app and update the
Webhook URL
to the ngrok forwarding URL.For user accounts:
https://github.com/settings/apps/GITHUB_BOT_USERNAMEFor organizations:
https://github.com/YOUR_ORGANIZATION/sweepai/settings/apps/GITHUB_BOT_USERNAME</Tabs.Tab>
You have successfully deployed Sweep!
For enterprise support such as fine-tuning (20% performance gain), search index caching, usage tracking, and progress dashboards please contact team@sweep.dev.
Creating a Pull Request with Sweep
Use Sweep by creating a new issue on the repository with a title prefixed with
Sweep:
likeSweep: add type hints to BaseIndex.tsx
.
For more details see how to use Sweep.
</new_code>
Step 3: 🔁 Code Review
I have finished reviewing the code for completeness. I did not find errors for sweep/fix_the_documentation_in_docspagesdeploy
.
🎉 Latest improvements to Sweep:
- New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
- Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
- Use the GitHub issues extension for creating Sweep issues directly from your editor.
💡 To recreate the pull request edit the issue title or description.
Something wrong? Let us know.
This is an automated message generated by Sweep AI.