Skip to content

Commit

Permalink
docs: table improvement (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Apr 6, 2024
2 parents 029f4b8 + 5f0cea6 commit fdb08a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
This section provides links to detailed documentation, introduction videos, and FAQs for popular AWS services
- **Total services supported:** **36**
- **AWS Docs:** Official documentation for each service
- **YouTube Introduction:** AWS short introduction videos with rich animations and diagrams to aid understanding
- **Introduction (Youtube):** AWS short introduction videos with rich animations and diagrams to aid understanding
- **AWS FAQs:** Frequently asked questions about AWS services

| ID | Service Name | AWS Docs | YouTube Introduction | AWS FAQs |
|----|--------------|----------|---------------------|---------|
| ID | Service Name | AWS Docs | Introduction | AWS FAQs |
|----|--------------|----------|--------------|----------|
| 1 | AWS ACM | 📖 [acm](https://docs.aws.amazon.com/acm) | ▶️ [Watch](https://youtu.be/Nk77te-cksQ) |[acm/faqs](https://aws.amazon.com/certificate-manager/faqs/)|
| 2 | AWS Appflow | 📖 [appflow](https://docs.aws.amazon.com/appflow/index.html) | ▶️ [Watch](https://youtu.be/6NSxo5syl40) |[appflow/faqs](https://aws.amazon.com/appflow/faqs/)|
| 3 | AWS Aurora | 📖 [aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide) | ▶️ [Watch](https://youtu.be/FzxqIdIZ9wc) |[aurora/faqs](https://aws.amazon.com/rds/aurora/faqs/)|
Expand Down
6 changes: 3 additions & 3 deletions generate-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ echo "## AWS Services Learning Resources 📘" >>README.md
echo "This section provides links to detailed documentation, introduction videos, and FAQs for popular AWS services" >>README.md
echo "- **Total services supported:** **${services_count}**" >>README.md
echo "- **AWS Docs:** Official documentation for each service" >>README.md
echo "- **YouTube Introduction:** AWS short introduction videos with rich animations and diagrams to aid understanding" >>README.md
echo "- **Introduction (Youtube):** AWS short introduction videos with rich animations and diagrams to aid understanding" >>README.md
echo "- **AWS FAQs:** Frequently asked questions about AWS services" >>README.md

echo "" >>README.md
echo "| ID | Service Name | AWS Docs | YouTube Introduction | AWS FAQs |" >>README.md
echo "|----|--------------|----------|---------------------|---------|" >>README.md
echo "| ID | Service Name | AWS Docs | Introduction | AWS FAQs |" >>README.md
echo "|----|--------------|----------|--------------|----------|" >>README.md

# Initialize ID counter
id=1
Expand Down

0 comments on commit fdb08a1

Please sign in to comment.