chore: update slides and place on hero page#38690
Conversation
|
@copilot Resolve conflicts and test docs build. |
There was a problem hiding this comment.
Pull request overview
This PR updates the docs site’s slide handling by removing the dedicated “Presentation Slides” docs page and instead surfacing a PDF slide deck preview directly on the docs landing page, while simplifying the slide build process and adjusting redirects.
Changes:
- Remove the
introduction/slidesdocumentation page and add redirects to the docs homepage. - Add a new
WorkflowHerocomponent that renders a PDF slide preview (with basic carousel behavior) on the homepage. - Simplify slide build steps and swap Marp-based slide generation for copying a single PDF, adding
pdfjs-distas a dependency.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/introduction/slides.mdx | Removes the old static “Presentation Slides” page content. |
| docs/src/content/docs/index.mdx | Adds the new homepage hero slide preview component. |
| docs/src/content/docs/agent-factory-status.mdx | Updates the label text for the daily AIC consumption report. |
| docs/src/components/WorkflowHero.astro | New interactive PDF slide-deck preview rendered on the homepage. |
| docs/package.json | Simplifies slide build script, removes Marp CLI, adds pdfjs-dist. |
| docs/package-lock.json | Locks dependency graph changes from removing Marp CLI and adding pdfjs-dist. |
| docs/astro.config.mjs | Adds redirects from the old slides URLs to the docs homepage. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Files not reviewed (1)
- docs/package-lock.json: Language not supported
- Files reviewed: 6/11 changed files
- Comments generated: 3
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
@copilot Address all review comments |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Resolved by merging |
…aywright test coverage Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
@copilot review all comments and address unresolved review feedback. Please refresh the branch and rerun checks once that is done.
|
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Addressed all review comments in commits 0de68f9 and 0bcf1c8:
All validations passed with no review comments or security alerts. |
Uh oh!
There was an error while loading. Please reload this page.