Skip to content

Commit a970790

Browse files
binarytrails-airakeshinsightollief87
authored
Refactor documentation structure and update GitHub Copilot lab links (#16)
* Refactor documentation structure and update GitHub Copilot lab links * update readme * Update wording * Revert incorrect URL * Update wording --------- Co-authored-by: Rakesh Lakshminarayana <rakesh.lakshminarayana@insight.com> Co-authored-by: Ollie Flavel <ollie.flavel@insight.com>
1 parent f8ffdec commit a970790

File tree

2 files changed

+22
-52
lines changed

2 files changed

+22
-52
lines changed

README.md

Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,24 @@
1-
# GitHub Copilot labs list
1+
# GitHub Copilot Challenges and Labs Documentation
22

3-
A list of publicly available GitHub Copilot workshops and hackathons you can use to upskill your team.
3+
Welcome to the GitHub Copilot Challenges and Labs Documentation repository! This repository contains documentation for the GitHub Copilot challenges and labs.
44

5-
Insight can help you with your GitHub Copilot adoption journey. Find out more by emailing us at [marketing-apac@insight.com](mailto:marketing-apac@insight.com?Subject=GitHub%20Copilot%20Adoption%20Help).
5+
- **Lab**: A lab provides detailed instructions to complete a specific task or project.
6+
- **Challenge**: A challenge presents a problem statement that you need to solve using GitHub Copilot.
67

7-
## Microsoft Learn
8+
## How to Update the Documentation
89

9-
- [GitHub Copilot Fundamentals - Understand the AI pair programmer](https://learn.microsoft.com/en-au/training/paths/copilot/)
10-
- [Accelerate app development by using GitHub Copilot](https://learn.microsoft.com/en-us/training/paths/accelerate-app-development-using-github-copilot/)
10+
The documentation is written in Markdown format and is located in the `docs` directory. It is built using [Docusaurus](https://docusaurus.io/).
1111

12-
## Microsoft & GitHub Content
12+
When your changes are merged into the `main` branch, the documentation will be automatically deployed to GitHub Pages at the following URL: [https://github-insight-anz-lab.github.io/github-copilot-labs-list/](https://github-insight-anz-lab.github.io/github-copilot-labs-list/).
1313

14-
- [GitHub Copilot 101 - Mastering GitHub Copilot for AI Paired Programming](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming) (JavaScript, Python and C#)
15-
- [GitHub Copilot Workshops](https://github.com/copilot-workshops) (Node, Python and Terraform)
16-
- [Microsoft GitHub Copilot Hackathon](https://github.com/GitHub-Partner-Demo-Library/MicrosoftCopilotHackathon) (Node, Java, Python, C#)
14+
## Running the Documentation Locally
1715

18-
## Visual Studio Code (or GitHub Codespaces)
16+
To start the documentation locally, run the following commands:
1917

20-
### Front End
18+
```bash
19+
yarn install
20+
```
2121

22-
- [GitHub Copilot Workshop for Front-end developers](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-weather-app-react) (React, Typescript, Javascript, CSS)
23-
24-
### Back End
25-
26-
- [GitHub Copilot Hackathon ASP.NET Minimal API](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-minimal-api-csharp) (C#, ASP.NET Core)
27-
- [GitHub Copilot Hackathon Java Spring Boot](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-java-spring-boot) (Java, Spring Boot)
28-
- [GitHub Copilot Lab C# Console App](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-music-store-csharp-console) (C#, .NET)
29-
- [GitHub Copilot Lab Node Calculator](https://github.com/GitHub-Insight-ANZ-Lab/copilot-node-calculator) (Node.js)
30-
31-
### Full Stack
32-
33-
- [SPA Music Store with GitHub Copilot](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-music-store-typescript) (Node.js Express, Next.js, TypeScript, HTML, CSS)
34-
35-
### Data Engineer
36-
37-
- [GitHub Copilot Hackathon for Python Data Engineer](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-data-engineer-python) (Python, Jupyter Notebooks)
38-
- [GitHub Copilot Lab for SQL](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-sql) (SQL Database Development)
39-
40-
### Data Scientist
41-
42-
- [GitHub Copilot Hackathon for Python Data Scientist](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-data-scientist-python) (Python, Jupyter Notebooks)
43-
- [GitHub Copilot Lab in R](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-r) (R for Statistical Computing)
44-
45-
### DevOps
46-
47-
- [GitHub Copilot Hackathon DevOps](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-devops) (Azure, Terraform, Docker, GitHub Actions)
48-
49-
## Visual Studio 2022+
50-
51-
### Full Stack
52-
53-
- [MVC Music Store with GitHub Copilot](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-music-store-csharp) (C#, ASP.NET Core MVC, HTML, CSS)
54-
55-
Know any other workshops or labs we're missing, submit an Issue or PR and we'll consider adding them!
22+
```bash
23+
yarn start
24+
```

docs/00-Welcome.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Happy coding! 💻✨
2626

2727
### Frontend Developers
2828

29-
- [GitHub Copilot Workshop for Front-end developers](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-weather-app-react) (React, Typescript, Javascript, CSS)
29+
- [GitHub Copilot Lab React Weather App](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-weather-app-react) (React, Typescript, Javascript, CSS)
3030

3131
### Backend Developers
3232

33-
- [GitHub Copilot Hackathon ASP.NET Minimal API](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-minimal-api-csharp) (C#, ASP.NET Core)
34-
- [GitHub Copilot Hackathon Java Spring Boot](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-java-spring-boot) (Java, Spring Boot)
3533
- [GitHub Copilot Lab C# Console App](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-music-store-csharp-console) (C#, .NET)
3634
- [GitHub Copilot Lab Node Calculator](https://github.com/GitHub-Insight-ANZ-Lab/copilot-node-calculator) (Node.js)
35+
- [GitHub Copilot Challenge ASP.NET Minimal API](https://github.com/GitHub-Insight-ANZ-Lab/copilot-challenge-minimal-api-csharp) (C#, ASP.NET Core)
36+
- [GitHub Copilot Challenge Java Spring Boot](https://github.com/GitHub-Insight-ANZ-Lab/copilot-challenge-java-spring-boot) (Java, Spring Boot)
3737

3838
### Full Stack Engineers
3939

@@ -43,16 +43,17 @@ Happy coding! 💻✨
4343

4444
### DevOps Engineers
4545

46-
- [GitHub Copilot Hackathon DevOps](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-devops) (Azure, Terraform, Docker, GitHub Actions)
46+
- [GitHub Copilot Challenge for DevOps Engineers using Bicep](https://github.com/GitHub-Insight-ANZ-Lab/copilot-challenge-devops-bicep) (Azure, Bicep, Azure DevOps Pipelines)
47+
- [GitHub Copilot Challenge for DevOps Engineers using Terraform](https://github.com/GitHub-Insight-ANZ-Lab/copilot-challenge-devops-terraform) (Azure, Terraform, Docker, GitHub Actions)
4748

4849
### Data Engineers
4950

50-
- [GitHub Copilot Hackathon for Python Data Engineer](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-data-engineer-python) (Python, Jupyter Notebooks)
51+
- [GitHub Copilot Challenge for Python Data Engineer](https://github.com/GitHub-Insight-ANZ-Lab/copilot-challenge-data-engineer-python) (Python, Jupyter Notebooks)
5152
- [GitHub Copilot Lab for SQL](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-sql) (SQL Database Development)
5253

5354
### Data Scientists
5455

55-
- [GitHub Copilot Hackathon for Python Data Scientist](https://github.com/GitHub-Insight-ANZ-Lab/copilot-hackathon-data-scientist-python) (Python, Jupyter Notebooks)
56+
- [GitHub Copilot Challenge for Python Data Scientist](https://github.com/GitHub-Insight-ANZ-Lab/copilot-challenge-data-scientist-python) (Python, Jupyter Notebooks)
5657
- [GitHub Copilot Lab in R](https://github.com/GitHub-Insight-ANZ-Lab/copilot-lab-r) (R for Statistical Computing)
5758

5859
---

0 commit comments

Comments
 (0)