From 5f883e4c4bbec72c11104fd77473b38e9d375247 Mon Sep 17 00:00:00 2001 From: steam-bell-92 Date: Mon, 28 Jul 2025 17:03:05 +0530 Subject: [PATCH 1/2] Included Project Structure in README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55e79921..9f4eb998 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,52 @@ flowchart LR - Push to the branch: `git push origin feature-name` - Submit a pull request detailing your changes. +## Project Structure + +``` +recode-website/ +| +β”œβ”€β”€ .github/ πŸ”Ή GitHub meta files +| β”œβ”€β”€ ISSUE_TEMPLATE/ +| β”œβ”€β”€ workflows/ +| └── pull_request_template.md +β”œβ”€β”€ blog/ πŸ”ΉProject Blog +| β”œβ”€β”€ git-coding-agent/ +| β”œβ”€β”€ google-backlinks/ +| β”œβ”€β”€... +β”œβ”€β”€ community/ πŸ”Ή Contributor Docs +| β”œβ”€β”€ contributing-guidelines.md +| β”œβ”€β”€ index.md +| β”œβ”€β”€ our-documentation.md +| └── understand-lint-checks.md +β”œβ”€β”€ docs/ πŸ”ΉDocumentation +| β”œβ”€β”€ GitHub/ +| β”œβ”€β”€ Google-Student-Ambassador/ +| β”œβ”€β”€ ... +β”œβ”€β”€ src/ πŸ”ΉSource Code +| └── compenents/ +| β”œβ”€β”€ css/ +| └── custom.css +| β”œβ”€β”€ data/ +| β”œβ”€β”€ database/ +| β”œβ”€β”€ lib/ +| β”œβ”€β”€ pages/ +| β”œβ”€β”€ plugins/ +| β”œβ”€β”€ services/ +| β”œβ”€β”€ style/ +} └── globals.css +| β”œβ”€β”€ theme/ +| └── utils/ +β”œβ”€β”€ static/ πŸ”Ή Public Assets +| β”œβ”€β”€ icons, img +| β”œβ”€β”€ .nojekyll +| └── *.png +β”œβ”€β”€ .gitignore +β”œβ”€β”€ CODE_OF_CONDUCT.md +β”œβ”€β”€ LICENSE +β”œβ”€β”€ README.md +└── ... +``` ## License @@ -136,6 +182,3 @@ Happy open-source contributions and here’s to your career success! πŸŽ‰ - - - From 9a06ad693fd3070b1fef2d10ac392fbdb3569c90 Mon Sep 17 00:00:00 2001 From: steam-bell-92 Date: Mon, 28 Jul 2025 17:09:54 +0530 Subject: [PATCH 2/2] Typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4eb998..d193b6a9 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ recode-website/ | β”œβ”€β”€ plugins/ | β”œβ”€β”€ services/ | β”œβ”€β”€ style/ -} └── globals.css +| └── globals.css | β”œβ”€β”€ theme/ | └── utils/ β”œβ”€β”€ static/ πŸ”Ή Public Assets