This repository trys to give an introdcution to Microsofts MS Graph API.
Focus is on usage
- of the REST API
- with PowerShell
Have a look at the demo github pages of this template repo: https://litec-hasp.github.io/MSGraph-intro.
Create a new github repo which uses this template.start with a public repo and change this to a private after complete setup
- Activate github pages within this repository (see
Settings -> Pages
) - most of the time using the main branch is ok. - If you clone the repo locally:
- Get the submodule files with
git submodule update --init --recursive
. - Checkout the latest reveal.js commit from master with
git submodule update --remote
. - For testing purposes run a local server - for example with
vscode
andlive server
plugin.
- Get the submodule files with
- Add own markdown files (sadly without yaml header!) and adapt
index.html
accordingly. - Upload (commit/push) changes to github.
For a detailed explanation see pachanero-revealjs-template.
This repo uses reveal.js version 4.4.0 (see reveal.js (github) for latest reveal.js tag). See how to host reveal.js on github-pages on how to update to a newer version.