Adding DevNet Livestream Recording Video to getting-started.md#67
Merged
santosomar merged 1 commit intomainfrom Nov 5, 2025
Merged
Adding DevNet Livestream Recording Video to getting-started.md#67santosomar merged 1 commit intomainfrom
getting-started.md#67santosomar merged 1 commit intomainfrom
Conversation
aacarter1
approved these changes
Nov 5, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds an introductory video section to the getting-started documentation, providing users with visual guidance on how to use Project CodeGuard with various coding agents.
- Added a new "Project CodeGuard Introduction Video" section with a YouTube video link and embedded thumbnail
- Positioned the video section before the Prerequisites section to give users immediate access to visual learning resources
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Project CodeGuard Introduction Video | ||
| [This video](https://www.youtube.com/watch?v=O03MDxUWjsE) introduces Project CodeGuard and includes several demos on how to use it during code generation and code review with Claude Code, Codex, and other coding agents. | ||
|
|
||
| [](http://www.youtube.com/watch?v=O03MDxUWjsE "Project CodeGuard Introduction Video and Demos") |
There was a problem hiding this comment.
The YouTube thumbnail image uses an insecure HTTP URL. Update to HTTPS (https://img.youtube.com/vi/O03MDxUWjsE/0.jpg) to ensure secure content delivery and avoid mixed content warnings.
Suggested change
| [](http://www.youtube.com/watch?v=O03MDxUWjsE "Project CodeGuard Introduction Video and Demos") | |
| [](http://www.youtube.com/watch?v=O03MDxUWjsE "Project CodeGuard Introduction Video and Demos") |
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.
This pull request adds the link to the DevNet Livestream Recording to the documentation to help users get started with Project CodeGuard. The introduction video includes demos, making it easier for new users to understand the project's capabilities.
Documentation update:
docs/getting-started.md, including a YouTube link and preview image for an overview and demos of using CodeGuard with various coding agents.Fixes #65