Welcome to the Book of AI's docs repository, the documentation content home for The Book of AI.
The Book of AI, itself, is a comprehensive guide to getting started with AI services.
The Book of AI is a living document, and we're always looking to improve it.
⇛ Submit a GitHub Issue
⇛ Submit a GitHub Pull Request
The Book of AI is built using Material for MkDocs.
Building locally
To build the Book of AI locally:
pip install mkdocs-material
mkdocs serve
Deploying to GitHub Pages
The GitHub workflow at .github/workflows/ci.yml
builds the site and deploys it to the gh-pages
branch when changes are pushed to the main
branch.
When gh-pages
branch is updated, the live site will be updated nearly immediately: https://thebookof.ai.
The Book of AI depends upon the Azure AI CLI (ai
) from the Azure AI CLI GitHubRepo.