hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Convert doc pages to mkdocs #244

Open fyliu opened 5 months ago

fyliu commented 5 months ago

Dependency

Fixes #167

What changes did you make?

Why did you make the changes (we will use this info to test)?

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied
contributing page ![contributing page](https://github.com/hackforla/peopledepot/assets/1160105/34ad7405-c703-43ec-8f6e-09907f96b581)
add new models and API endpoints page ![add new models and API endpoints page](https://github.com/hackforla/peopledepot/assets/1160105/e23e5743-98dc-438c-8687-55d77af975bf)
Visuals after changes are applied
contributing page ![contributing page](https://github.com/hackforla/peopledepot/assets/1160105/17f80241-6ad0-4d0e-a91c-5457b0e20d9a)
add new models and API endpoints page ![add new models and API endpoints page](https://github.com/hackforla/peopledepot/assets/1160105/475dc6c2-8c6d-42bb-b010-70ea770ec143)
add new models and API endpoints page expanded ![add new models and API endpoints page expanded](https://github.com/hackforla/peopledepot/assets/1160105/3acc6bc8-3b27-4051-984c-03fbb144ef52)
fyliu commented 1 month ago

I added syntax examples to the documentation for mkdocs and the description for this PR. This is now ready for review.

fyliu commented 3 weeks ago

@freaky4wrld Thank you so much for catching this duplication. It looks like the page is duplicated even though the page contents on the right doesn't show it.

I guess the duplication has been there for a couple months already. I used git blame to see when it last changed.

❯ git blame CONTRIBUTING.md -L 433,435
2 months ago    Ethan-Stroming  ec465270│ 433│                                                                        
                                        │ 434│ # Contributing                                                         
                                        │ 435│                                                                        

I'll make a ER to resolve any differences within that file before applying the changes from this PR. #299