Skip to content

GitHub-Insight-ANZ-Lab/github-copilot-labs-list

Repository files navigation

GitHub Copilot Challenges and Labs Documentation

Welcome to the GitHub Copilot Challenges and Labs Documentation repository! This repository contains documentation for the GitHub Copilot challenges and labs.

  • Lab: A lab provides detailed instructions to complete a specific task or project.
  • Challenge: A challenge presents a problem statement that you need to solve using GitHub Copilot.

How to Update the Documentation

The documentation is written in Markdown format and is located in the docs directory. It is built using Docusaurus.

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/.

Running the Documentation Locally

To start the documentation locally, run the following commands:

yarn install
yarn start