Merged
Conversation
Contributor
milanholemans
commented
Feb 24, 2026
- Instead of relying on 3rd party services, we now host the cast files ourselves
- Tried to upgrade cast files content to the latest version of CLI
There was a problem hiding this comment.
Pull request overview
This pull request modernizes the documentation by replacing external asciinema.org links with self-hosted cast files, improving reliability and giving the project better control over demonstration content. The PR also updates most cast files to reflect the latest CLI version (v11.4.0).
Changes:
- Added 6 asciinema cast files to the docs/static/casts directory
- Updated AsciinemaPlayer component to use Docusaurus useBaseUrl hook for proper path resolution
- Replaced all external asciinema.org URLs with local /casts/ paths across 5 documentation files
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/static/casts/usingCli.cast | New cast file demonstrating CLI usage with status, spo app list, and cdn commands |
| docs/static/casts/logout.cast | New cast file showing login, status, logout, and verification workflow |
| docs/static/casts/listCommands.cast | New cast file demonstrating help commands for different command groups |
| docs/static/casts/install.cast | New cast file showing CLI installation via npm |
| docs/static/casts/home.cast | New cast file demonstrating basic CLI operations for homepage |
| docs/static/casts/commandHelp.cast | New cast file showing command help functionality |
| docs/src/components/AsciinemaPlayer.tsx | Updated to use useBaseUrl hook for proper path resolution in Docusaurus |
| docs/docs/user-guide/using-cli.mdx | Updated AsciinemaPlayer references to use local cast files |
| docs/docs/user-guide/installing-cli.mdx | Updated AsciinemaPlayer reference to use local cast file |
| docs/docs/user-guide/connecting-microsoft-365.mdx | Updated AsciinemaPlayer reference to use local cast file |
| docs/docs/index.mdx | Updated AsciinemaPlayer reference to use local cast file |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Jwaegebaert
approved these changes
Feb 25, 2026
Contributor
Jwaegebaert
left a comment
There was a problem hiding this comment.
Fourth time is the charm? LGTM! 😄
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.