Skip to content

Conversation

@santosomar
Copy link
Contributor

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:

Fixes #65

@santosomar santosomar added the documentation Improvements or additions to documentation label Nov 5, 2025
@santosomar santosomar self-assigned this Nov 5, 2025
@santosomar santosomar merged commit e44d41c into main Nov 5, 2025
9 checks passed
@santosomar santosomar deleted the feature/devnet-livestream-recording branch November 5, 2025 15:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

[![Project CodeGuard Introduction Video and Demos](http://img.youtube.com/vi/O03MDxUWjsE/0.jpg)](http://www.youtube.com/watch?v=O03MDxUWjsE "Project CodeGuard Introduction Video and Demos")
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
[![Project CodeGuard Introduction Video and Demos](http://img.youtube.com/vi/O03MDxUWjsE/0.jpg)](http://www.youtube.com/watch?v=O03MDxUWjsE "Project CodeGuard Introduction Video and Demos")
[![Project CodeGuard Introduction Video and Demos](https://img.youtube.com/vi/O03MDxUWjsE/0.jpg)](http://www.youtube.com/watch?v=O03MDxUWjsE "Project CodeGuard Introduction Video and Demos")

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Post the DevNet LiveStream Recording to the documentation

3 participants