Skip to content

Commit 151fb87

Browse files
committed
update doc
1 parent b7ff86f commit 151fb87

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/src/content/docs/features/github-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The GitHub Integration feature of CloudFront Hosting Toolkit provides seamless c
3333
- **Streamlined workflow**: Integrates directly with your existing Git-based development process.
3434
- **Security**: OAuth-based authentication ensures secure access without the need for personal access tokens.
3535

36-
## Important Notes
37-
38-
- To create the connection, you must be the GitHub organization owner. For repositories not under an organization, you must be the repository owner.
39-
- The GitHub Integration feature is not available in certain AWS regions. Check the AWS documentation for the latest information on regional availability.
40-
- If your CodePipeline service role was created before December 18, 2019, you might need to update its permissions to use `codestar-connections:UseConnection` for AWS CodeStar connections.
36+
> **Important**
37+
>
38+
> - To create the connection, you must be the GitHub organization owner. For repositories not under an organization, you must be the repository owner.
39+
> - The GitHub Integration feature is not available in certain AWS regions. Check the AWS documentation for the latest information on regional availability.
40+
> - If your CodePipeline service role was created before December 18, 2019, you might need to update its permissions to use `codestar-connections:UseConnection` for AWS CodeStar connections.
4141
4242
GitHub Integration bridges the gap between your development workflow and your hosting infrastructure, providing a cohesive and efficient deployment process that aligns with modern development practices while maintaining security and ease of use.

docs/src/content/docs/user-guide/cli-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ Deploy your website:
4848
cloudfront-hosting-toolkit deploy
4949
```
5050

51-
**Important**: You typically only need to run the deploy command once after your initial init command. Subsequent code updates will be automatically deployed through the established pipeline.
51+
> **Important**
52+
>
53+
> You typically only need to run the deploy command once after your initial init command. Subsequent code updates will be automatically deployed through the established pipeline.
54+
5255

5356
You should only need to run deploy again if:
5457

0 commit comments

Comments
 (0)