Skip to content

Commit 246eaf5

Browse files
committed
Added next links to each page
1 parent ac81f54 commit 246eaf5

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

content/1-hour/0-setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ To complete this workshop you will need to create a repository with a copy of th
44

55
The repository for this workshop is configured as a template, so we can use it to create your repository.
66

7+
> [!IMPORTANT]
8+
> Ensure you have the [requisite software](./README.md#required-local-installation) and [requisite resources](./README.md#required-resources) setup.
9+
710
## Create your repository
811

912
Let's create the repository you'll use for your workshop.
@@ -63,3 +66,5 @@ With the code cloned locally, and the site running, let's open the codebase up i
6366
## Summary and next steps
6467
6568
You've now cloned the repository you'll use for this workshop and have your IDE setup! Next let's [add a new endpoint to the server](./1-add-endpoint.md)!
69+
70+
**NEXT:** [Exercise 1: Add an endpoint](./1-add-endpoint.md)

content/1-hour/1-add-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ You've added a new endpoint with the help of GitHub Copilot! Let's start down th
7070
- [Code suggestions in your IDE with GitHub Copilot](https://docs.github.com/en/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot)
7171
- [Code completions with GitHub Copilot in VS Code](https://code.visualstudio.com/docs/copilot/ai-powered-suggestions)
7272
- [Prompt crafting](https://code.visualstudio.com/docs/copilot/prompt-crafting)
73+
74+
**NEXT:** [Exercise 2: Explore your project with Copilot](./2-explore-project.md)

content/1-hour/2-explore-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ You've explored context in GitHub Copilot, which is key to generating quality su
3131

3232
- [Copilot Chat cookbook](https://docs.github.com/en/copilot/copilot-chat-cookbook)
3333
- [Use Copilot Chat in VS Code](https://code.visualstudio.com/docs/copilot/copilot-chat)
34+
35+
**NEXT:** [Add Copilot instructions for additional context](./3-copilot-instructions.md)

content/1-hour/3-copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ Given the importance of context, Copilot instructions improves the quality of su
6868
## Resources
6969

7070
- [Adding repository custom instructions for GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot)
71+
72+
**NEXT:** [Add a new feature to your website](./4-add-feature.md)

content/1-hour/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ You will also need the following available and installed locally:
3636
3737
## Getting started
3838

39-
Ready to get started? Let's go! The workshop scenario imagines you as a developer volunteering your time for a pet adoption center. You've been asked to add a filter to the website to allow people to limit their search results by breed and adoption status.
39+
Ready to get started? Let's go! The workshop scenario imagines you as a developer volunteering your time for a pet adoption center. You've been asked to add a filter to the website to allow people to limit their search results by breed and adoption status. You'll work over the next 5 exercises to perform the tasks!
4040

4141
0. [Clone the repository and start the app](./0-setup.md) for the workshop
4242
1. [Add an endpoint to the server](./1-add-endpoint.md) to list all breeds.
4343
2. [Explore the project](./2-explore-project.md) to get a better understanding of what needs to be done.
4444
3. [Create custom instructions](./3-copilot-instructions.md) to ensure Copilot chat has additional context.
4545
4. [Add the new feature](./4-add-feature.md) to the website, and ensure it works!
46+
47+
**NEXT:** [Clone the repo and start the app](./0-setup.md)

content/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)