Skip to content

Commit

Permalink
script and readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarkori143 committed Jun 24, 2024
1 parent a6ab86d commit 95e404d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,8 @@ Are you a beginner eager to contribute to C4GT open community projects but need

We’ve compiled cheat sheets on the top 9 tech stacks used in the C4GT Community.

## 🚀 Why Use These Cheat Sheets?

### Quick Reference 📌
Save time by having all essential information at your fingertips.

### Aid in Learning 📖
Reinforce your understanding of key concepts and syntax.

### Boost in Productivity ⚡
Speed up your development process by avoiding constant look-ups.

## 📑 Cheat Sheets
# 📑 Cheat Sheets
<!-- CONTENTS -->
# 📚 Contents

- 📂 Frameworks-or-Libraries
- 📄 [Angular](./Frameworks-or-Libraries/Angular.md)
Expand All @@ -51,7 +39,16 @@ Speed up your development process by avoiding constant look-ups.

[Explore All Resources](./resources.html)🚀

## 🚀 Why Use These Cheat Sheets?

### Quick Reference 📌
Save time by having all essential information at your fingertips.

### Aid in Learning 📖
Reinforce your understanding of key concepts and syntax.

### Boost in Productivity ⚡
Speed up your development process by avoiding constant look-ups.

## 📥 How to Contribute & Help Others in Learning?

Expand Down
2 changes: 1 addition & 1 deletion update_readmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def generate_repo_structure(path=".", indent=0):

def update_root_readme():
structure = generate_repo_structure()
structure_content = "# 📚 Contents\n\n" + "\n".join(structure)
structure_content = structure

readme_path = "README.md"
if not os.path.exists(readme_path):
Expand Down

0 comments on commit 95e404d

Please sign in to comment.