open-sauced / intro

Empowering Your Open Source Journey: From First Contribution to Project Leadership
https://opensauced.pizza/learn
Other
495 stars 96 forks source link

chores: reorganize intro repository to welcome a new course #138

Closed adiati98 closed 2 months ago

adiati98 commented 3 months ago

Description

This PR reorganizes intro repository to welcome the new Becoming Maintainer course with below changes:

Note

This PR is still a draft waiting for below changes:

What type of PR is this? (check all applicable)

Related Tickets & Documents

Closes #135

Mobile & Desktop Screenshots/Recordings

Steps to QA

  1. Pull this branch.

  2. Run npm install -g docsify-cli to install the dependecies.

  3. Run docsify serve docs to run this project locally.

netlify[bot] commented 3 months ago

Deploy Preview for sauced-intro ready!

Name Link
Latest commit 7d644158d56383ded1da899e75d6fb1245809ef1
Latest deploy log https://app.netlify.com/sites/sauced-intro/deploys/661a74b0e1e97100080926ad
Deploy Preview https://deploy-preview-138--sauced-intro.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

adiati98 commented 3 months ago

@BekahHW this works well locally. But the deploy preview gives 404, so I believe this would break the production. I'll try to debug this tomorrow.

adiati98 commented 3 months ago

I'm not sure how we deploy this course so I might not have access to it. If you can help me to take a look at this, it would be great. TIA! πŸ˜„

[EDIT ADD]: If it's deployed with Netlify, this thread might help? Because now the folder that we want to publish is docs. Here is another resource on docsify for deploying on Netlify.

adiati98 commented 3 months ago

@BekahHW I marked this as ready for review just in case you want to pull and play around with it. And if you're ready, you can merge it at anytime (you can't do so in draft mode).

Thanks!