Tech Resources for Academic Communities, including students, faculty, research and life-long learners
This repository lists content suitable for students/faculty to learn Azure and other Microsoft technologies.
Head to the published site to learn more.
This repository is designed to build a VuePress site that is hosted using GitHub Pages.
The content of this site lives in the docs folder. The main page is constructed from the README.md in that folder, and the side bar is made of the contents of the content folder.
To build these docs, you will need npm installed. Once you have this installed, install VuePress:
npm install vuepress
To build the docs, use the deploy.sh
script. This script will build the docs, then push them to the gh-pages
branch of a given fork of this project. You pass the GitHub user/org name to the script. This way you can test the build offline.
deploy.sh <org> <username> <password>
This repo has an action set up to automatically rebuild the docs whenever new changes are merged in.
We 💖love💖 contributions. In fact, we want students, faculty, researchers and life-long learners to contribute to this repo, either by adding links to existing content, or building content. Please read the contributing guide to learn more.