-
Notifications
You must be signed in to change notification settings - Fork 8.1k
copilot: restructure content, editorial improvements #21107
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
dvdksn
commented
Oct 11, 2024
- Restructured the content from a single section into multiple pages.
- Removed callouts about extensions being in limited public beta. (Docker extension still EA.)
- Misc editorial improvements.
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d7078b7 to
49d8897
Compare
d988efd to
cff9e4d
Compare
content/manuals/copilot/examples.md
Outdated
| ### Ask questions about your project | ||
|
|
||
| You can ask questions about your project, such as: | ||
|
|
||
| - `@docker what is the best way to Dockerize this project` | ||
| - `@docker can you help me find vulnerabilities in my project?` | ||
|
|
||
| The Docker agent will analyze your project, generate the necessary files, and, | ||
| if applicable, offer to raise a pull request with the necessary Docker assets. |
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.
This whole section is untrue atm. The agent does not scan the user's repository for anything outside of the containerization and scout features, so it can't really answer generic questions related to the project as a whole, or go look at a specific file that's not currently open in the user's editor (and possibly github.com).
What it can see, if the user grants it the permissions to do so, is the currently active file and eventual highlighted parts of that file.
Asking questions related to the currently open file does work quite well
| ## Setup | ||
|
|
||
| Before you can start interacting with the Docker agent, make sure you've | ||
| [installed](./install.md) the extension for your organization. |
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.
maybe we should say user rather than organization here, then provide a separate section or note on organizations
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.
this img can be updated soon as the new ux will go online
krissetto
left a comment
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.
approving for now as to not block this pr and to facilitate iteration
630fe53 to
6bfb20e
Compare
|
thanks @krissetto - I did push an update to fix some more of your comments. We can continue to iterate in followups and as the extension evolves |
aevesdocker
left a comment
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.
two picky nits, rest looks great
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
6bfb20e to
8029815
Compare