Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1016 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1016 Bytes

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