Skip to content
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

docs: table improvement #155

Merged
merged 2 commits into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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