Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.09 KB

File metadata and controls

36 lines (23 loc) · 1.09 KB

Contoso Sales Assistant

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.

MKDocs

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:

Deploy to GitHub pages

To deploy the wokshop instuctions to GitHub Pages for this repository:

cd docs
mkdocs gh-deploy

Other mkdocs commands

  • mkdocs serve - Start the live-reloading ocs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.