-
Notifications
You must be signed in to change notification settings - Fork 398
chore(cody-web): Improve cody web publishing documentation #7694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -50,7 +58,13 @@ Before publishing, it's important to test the package locally within the Sourceg | |||
sg start web-standalone | |||
``` | |||
|
|||
6. Verify that the package works as expected in the Sourcegraph client. | |||
6. If you encounter login issues with web-standalone, try the following: | |||
- Manually comment out the `pnpm install` commands in the `sg.config.yaml` file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporarily comment out the
pnpm installcommands in the
sg.config.yaml` file
- Then run `sg start` directly | ||
|
||
7. Verify that the package works as expected in the Sourcegraph client: | ||
- Go to code search and verify all Cody components are working correctly (prompt interface, model selector, etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go to Cody Chat
|
||
7. Verify that the package works as expected in the Sourcegraph client: | ||
- Go to code search and verify all Cody components are working correctly (prompt interface, model selector, etc.) | ||
- Test Cody with a file to ensure it works properly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Cody in the blob view sidebar.
Improve the cody web publish documentation
Test plan
Updated doc