diff --git a/README.md b/README.md index 55e79921..d193b6a9 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! πŸŽ‰ - - -