Skip to content

Commit c4f965f

Browse files
authored
fix(amazonq): /docs -> /doc in readme (aws#6131)
## Problem /docs should be /doc ## Solution fix it --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 487941e commit c4f965f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/amazonq/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,39 @@
66
# Agent capabilities
77

88
### Implement new features
9+
910
`/dev` to task Amazon Q with generating new code across your entire project and implement features.
1011

1112
### Generate documentation
12-
`/docs` to task Amazon Q with writing API, technical design, and onboarding documentation.
13+
14+
`/doc` to task Amazon Q with writing API, technical design, and onboarding documentation.
1315

1416
### Automate code reviews
17+
1518
`/review` to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.
1619

1720
### Generate unit tests
21+
1822
`/test` to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.
1923

2024
### Transform workloads
25+
2126
`/transform` to upgrade your Java applications in minutes, not weeks.
2227

2328
<br>
2429

2530
# Core features
2631

2732
### Inline chat
33+
2834
Seamlessly initiate chat within the inline coding experience. Select a section of code that you need assistance with and initiate chat within the editor to request actions such as "Optimize this code", "Add comments", or "Write tests".
2935

3036
### Chat
37+
3138
Generate code, explain code, and get answers about software development.
3239

3340
### Inline suggestions
41+
3442
Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.
3543

3644
[_15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more_](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html)
@@ -51,4 +59,4 @@ Attribute code from Amazon Q that is similar to training data. When code suggest
5159

5260
# Troubleshooting & feedback
5361

54-
[File a bug](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=bug&projects=&template=bug_report.md) or [submit a feature request](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=feature-request&projects=&template=feature_request.md) on our Github repository.
62+
[File a bug](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=bug&projects=&template=bug_report.md) or [submit a feature request](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=feature-request&projects=&template=feature_request.md) on our Github repository.

0 commit comments

Comments
 (0)