diff --git a/src/content/docs/products/splashkit/splashkit-website/Onboarding/01-setting-up.mdx b/src/content/docs/products/splashkit/splashkit-website/Onboarding/01-setting-up.mdx index 781b3c14..746b7f50 100644 --- a/src/content/docs/products/splashkit/splashkit-website/Onboarding/01-setting-up.mdx +++ b/src/content/docs/products/splashkit/splashkit-website/Onboarding/01-setting-up.mdx @@ -23,11 +23,11 @@ you have added the [Astro Extension](https://docs.astro.build/en/editor-setup/) To get started working within the Starlight.io you need to first head over to GitHub and make your own fork of the [Splashkit Repo](https://github.com/thoth-tech/splashkit.io-starlight). -![splashkit repo](/splashkit/onboarding/starlightrepo.png) +![splashkit repo](./images/starlightrepo.png) Then select the fork button and create the fork: -![splashkit fork](/splashkit/onboarding/splashkitfork.png) +![splashkit fork](./images/splashkitfork.png) ### Steps to Clone the Repo @@ -54,15 +54,15 @@ Now you're all set up to start working on the Splashkit.io repo. Open a new vscode window, and then open the command palette by pressing `cmd + shift + p`, then type `git clone` and paste the URL of your forked repo. -![splashkit repo](/splashkit/onboarding/gitclone.gif) +![splashkit repo](./images/gitclone.gif) When prompted select the folder location you want to clone the repo into. -![splashkit repo](/splashkit/onboarding/cloningrepo.png) +![splashkit repo](./images/cloningrepo.png) Once the repo is cloned, vscode will prompt you to open the repo folder location. -![splashkit repo](/splashkit/onboarding/openrepo.png) +![splashkit repo](./images/openrepo.png) Now you're all set up to start working on the Splashkit.io repo in vscode. @@ -71,12 +71,12 @@ Now you're all set up to start working on the Splashkit.io repo in vscode. Open up GitHub Desktop and click on the `File` tab in the top left corner, then select `Clone Repository`. -![splashkit repo](/splashkit/onboarding/clonegitdesk.png) +![splashkit repo](./images/clonegitdesk.png) Here you can either filter via your existing repositories or find the forked repo, or paste the URL of the forked repo. -![splashkit repo](/splashkit/onboarding/cloneurlgitdesk.png) +![splashkit repo](./images/cloneurlgitdesk.png) Once the repo is cloned, you can open the repo in your preferred code editor. @@ -111,16 +111,16 @@ Now you're all set up to start working on your new branch. Open source control by clicking on the icon on the left-hand side of the vscode window. Then select on the three dots, go down to branch and select `Create Branch from`. -![splashkit repo](/splashkit/onboarding/newbranch-vscode.png) +![splashkit repo](./images/newbranch-vscode.png) Then select to make the new branch from `master` and name your branch. -![splashkit repo](/splashkit/onboarding/addbranch-vscode.png) -![splashkit repo](/splashkit/onboarding/namebranch-vscode.png) +![splashkit repo](./images/addbranch-vscode.png) +![splashkit repo](./images/namebranch-vscode.png) Next, push the branch to your fork by clicking on the `Publish Branch` button in source control. -![splashkit repo](/splashkit/onboarding/publishbranch-vscode.png) +![splashkit repo](./images/publishbranch-vscode.png) Now you're all set up to start working on your new branch. @@ -129,15 +129,15 @@ Now you're all set up to start working on your new branch. Select the Starlight repo in GitHub Desktop, then click on the `Current Branch` tab and select `New Branch`. -![splashkit repo](/splashkit/onboarding/addbranch-gitdesk.png) +![splashkit repo](./images/addbranch-gitdesk.png) Name your branch and then click `Create Branch`. -![splashkit repo](/splashkit/onboarding/namebranch-gitdesk.png) +![splashkit repo](./images/namebranch-gitdesk.png) Then push the branch to your fork by clicking on the `Publish Branch` button. -![splashkit repo](/splashkit/onboarding/publishbranch-gitdesk.png) +![splashkit repo](./images/publishbranch-gitdesk.png) Now you're all set up to start working on your new branch. diff --git a/src/content/docs/products/splashkit/splashkit-website/Onboarding/03-pull-request.md b/src/content/docs/products/splashkit/splashkit-website/Onboarding/03-pull-request.md index 91c9fb50..acec2483 100644 --- a/src/content/docs/products/splashkit/splashkit-website/Onboarding/03-pull-request.md +++ b/src/content/docs/products/splashkit/splashkit-website/Onboarding/03-pull-request.md @@ -54,7 +54,7 @@ extension in vscode. Open GitHub and navigate to the repository where you want to create a pull request. Click on the "Pull requests" tab and then click on the "New pull request" button. -![pull request](/splashkit/onboarding/pull-request-fig1.png) +![pull request](./images/pull-request-fig1.png) #### 2. Change to the Correct Repository @@ -64,16 +64,16 @@ the page. - **Base Repository**: Set this to `thoth-tech/splashkit.io-starlight`. - **Base Branch**: Set this to `main`. -![pull request](/splashkit/onboarding/pull-request-fig2.png) +![pull request](./images/pull-request-fig2.png) -![pull request](/splashkit/onboarding/pull-request-fig3.png) +![pull request](./images/pull-request-fig3.png) #### 3. Add Pull Request Template Use the pull request template to provide detailed information about your request. Make sure to fill out all necessary fields and complete any required checks. -![pull request](/splashkit/onboarding/pull-request-fig4.png) +![pull request](./images/pull-request-fig4.png) #### 4. Submit Your Pull Request @@ -88,7 +88,7 @@ give you the option to select the branch you want to create the pull request fro you want to merge into. Follow the same steps as above to fill out the template and submit the pull request. -![pull request](/splashkit/onboarding/prinvscode.gif) +![pull request](./images/prinvscode.gif) ### Next Steps diff --git a/src/content/docs/products/splashkit/splashkit-website/Onboarding/07-planner-board.md b/src/content/docs/products/splashkit/splashkit-website/Onboarding/07-planner-board.md index e21d7aae..91317886 100644 --- a/src/content/docs/products/splashkit/splashkit-website/Onboarding/07-planner-board.md +++ b/src/content/docs/products/splashkit/splashkit-website/Onboarding/07-planner-board.md @@ -53,3 +53,11 @@ guide for detailed instructions. - **Mentor Review:** After approving the PR, move it to the appropriate "Mentor Review" column. - **Comment on approval:** As before, leave a comment with the date and a note indicating you've approved the task for mentor review. + +### 6. Mentor Review + +- **Final review:** The mentor will review the task and provide feedback. +- **Request changes:** If changes are needed, the mentor will request them and move the task back to + the "doing" column. +- **Approval:** Once the mentor approves the task, they will merge the PR and move the task to the + "completed" column. diff --git a/public/splashkit/onboarding/addbranch-gitdesk.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/addbranch-gitdesk.png similarity index 100% rename from public/splashkit/onboarding/addbranch-gitdesk.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/addbranch-gitdesk.png diff --git a/public/splashkit/onboarding/addbranch-vscode.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/addbranch-vscode.png similarity index 100% rename from public/splashkit/onboarding/addbranch-vscode.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/addbranch-vscode.png diff --git a/public/splashkit/onboarding/clonegitdesk.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/clonegitdesk.png similarity index 100% rename from public/splashkit/onboarding/clonegitdesk.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/clonegitdesk.png diff --git a/public/splashkit/onboarding/cloneurlgitdesk.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/cloneurlgitdesk.png similarity index 100% rename from public/splashkit/onboarding/cloneurlgitdesk.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/cloneurlgitdesk.png diff --git a/public/splashkit/onboarding/cloningrepo.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/cloningrepo.png similarity index 100% rename from public/splashkit/onboarding/cloningrepo.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/cloningrepo.png diff --git a/public/splashkit/onboarding/gitclone.gif b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/gitclone.gif similarity index 100% rename from public/splashkit/onboarding/gitclone.gif rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/gitclone.gif diff --git a/public/splashkit/onboarding/namebranch-gitdesk.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/namebranch-gitdesk.png similarity index 100% rename from public/splashkit/onboarding/namebranch-gitdesk.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/namebranch-gitdesk.png diff --git a/public/splashkit/onboarding/namebranch-vscode.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/namebranch-vscode.png similarity index 100% rename from public/splashkit/onboarding/namebranch-vscode.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/namebranch-vscode.png diff --git a/public/splashkit/onboarding/newbranch-vscode.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/newbranch-vscode.png similarity index 100% rename from public/splashkit/onboarding/newbranch-vscode.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/newbranch-vscode.png diff --git a/public/splashkit/onboarding/openrepo.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/openrepo.png similarity index 100% rename from public/splashkit/onboarding/openrepo.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/openrepo.png diff --git a/public/splashkit/onboarding/prinvscode.gif b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/prinvscode.gif similarity index 100% rename from public/splashkit/onboarding/prinvscode.gif rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/prinvscode.gif diff --git a/public/splashkit/onboarding/publishbranch-gitdesk.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/publishbranch-gitdesk.png similarity index 100% rename from public/splashkit/onboarding/publishbranch-gitdesk.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/publishbranch-gitdesk.png diff --git a/public/splashkit/onboarding/publishbranch-vscode.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/publishbranch-vscode.png similarity index 100% rename from public/splashkit/onboarding/publishbranch-vscode.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/publishbranch-vscode.png diff --git a/public/splashkit/onboarding/pull-request-fig1.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig1.png similarity index 100% rename from public/splashkit/onboarding/pull-request-fig1.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig1.png diff --git a/public/splashkit/onboarding/pull-request-fig2.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig2.png similarity index 100% rename from public/splashkit/onboarding/pull-request-fig2.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig2.png diff --git a/public/splashkit/onboarding/pull-request-fig3.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig3.png similarity index 100% rename from public/splashkit/onboarding/pull-request-fig3.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig3.png diff --git a/public/splashkit/onboarding/pull-request-fig4.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig4.png similarity index 100% rename from public/splashkit/onboarding/pull-request-fig4.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/pull-request-fig4.png diff --git a/public/splashkit/onboarding/splashkitfork.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/splashkitfork.png similarity index 100% rename from public/splashkit/onboarding/splashkitfork.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/splashkitfork.png diff --git a/public/splashkit/onboarding/starlightrepo.png b/src/content/docs/products/splashkit/splashkit-website/Onboarding/images/starlightrepo.png similarity index 100% rename from public/splashkit/onboarding/starlightrepo.png rename to src/content/docs/products/splashkit/splashkit-website/Onboarding/images/starlightrepo.png diff --git a/src/content/docs/products/splashkit/splashkit-website/Usage Examples/02-usage-examples.mdx b/src/content/docs/products/splashkit/splashkit-website/Usage Examples/02-usage-examples.mdx index e9ba20e9..46a659e0 100644 --- a/src/content/docs/products/splashkit/splashkit-website/Usage Examples/02-usage-examples.mdx +++ b/src/content/docs/products/splashkit/splashkit-website/Usage Examples/02-usage-examples.mdx @@ -22,7 +22,7 @@ to keep the program minimal while clearly showing how the function works. For instance, the `write_line` example on the Splashkit site shows how the `write_line` function works, with a brief explanation, program code, and a screenshot of the output. -![splashkit repo](/splashkit/documentation/usageexample1.png) +![splashkit repo](./images/usageexample1.png) ### Steps to Create a Usage Example diff --git a/public/splashkit/documentation/usageexample1.png b/src/content/docs/products/splashkit/splashkit-website/Usage Examples/images/usageexample1.png similarity index 100% rename from public/splashkit/documentation/usageexample1.png rename to src/content/docs/products/splashkit/splashkit-website/Usage Examples/images/usageexample1.png