The instructions for this workshop are published to GitHub Pages at
aka.ms/aitour/wrk552. This folder docs contains the source code for those instructions.
These instructions are written using MKdocs, and mkdocs commands are installed in this dev container. For full documentation visit mkdocs.org.
These instructions also make use of the following MKDocs extensions:
To deploy the wokshop instuctions to GitHub Pages for this repository:
cd docs
mkdocs gh-deploy
mkdocs serve- Start the live-reloading ocs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.