docs(site): add Continuous AI intro slide deck#1152
Merged
Conversation
Add a short (~7-slide) Slidev presentation introducing ado-aw and the idea of Continuous AI, built into the docs site and published at /ado-aw/slides/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a short (~7-slide) intro presentation for ado-aw — Continuous AI for Azure DevOps, built with Slidev and integrated into the docs site.
The deck's narrative:
Where it lives
site/slides/(Slidev project —slides.md+style.css, branded to match the docs palette).cd site && npm run buildnow runsbuild:slides(slidev build --base /ado-aw/slides/ --out ../public/slides) beforeastro build, so the static deck is published alongside the docs at/ado-aw/slides/.public/slides/,slides/node_modules/,slides/dist/) is git-ignored.Presenter mode
The static build includes presenter view (notes, timer, next-slide preview) and a
404.htmlSPA fallback so deep links resolve on GitHub Pages. Live cross-device remote control still requires the dev server (npm run dev).Test plan
cd site && npm run build— full integrated build succeeds;starlight-links-validatorreports all internal links valid.site/dist/slides/:index.html, SPA-fallback404.html, and thepresenter-*.jschunk are all present, with assets correctly based at/ado-aw/slides/.npm run exportproduces a 7-pagedist/ado-aw-intro.pdf(verified page count).