Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

**Table: Main repository workflows**

**Table: Learning Room workflow equivalents**

**Table: Main repository scripts and their purposes**

**Table: Data files in the repository**
# Repository Automation

This directory contains workflows, scripts, and data for two purposes:
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

**Table: Keyboard shortcut for focusing search in different screen readers**
# Contributing to This Workshop Repository

Thank you for helping improve this workshop. Whether you are a participant who found a typo, someone who wants to add a new exercise, or an educator adapting these materials for your own community - your contribution is meaningful and welcome.
Expand Down
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This repository contains **educational curriculum and documentation only** - no production software, application servers, or APIs. There are no versioned software releases to patch.


**Table: Supported content types and their source**

| Content | Supported |
|---------|-----------|
| Curriculum documentation (docs/) | Current main branch |
Expand Down
491 changes: 379 additions & 112 deletions admin/LEARNING-ROOM-E2E-QA-RUNBOOK.md

Large diffs are not rendered by default.

519 changes: 396 additions & 123 deletions admin/qa-bundle/admin/LEARNING-ROOM-E2E-QA-RUNBOOK.html

Large diffs are not rendered by default.

482 changes: 371 additions & 111 deletions admin/qa-bundle/admin/LEARNING-ROOM-E2E-QA-RUNBOOK.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/00-pre-workshop-setup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

**Table: Screen reader options for workshop setup**

**Table: Accessibility improvements for screen reader users**
# Pre-Workshop Setup - GIT Going with GitHub
>
> **Listen to Episode 1:** [Pre-Workshop Setup](../admin/PODCASTS.md) - a conversational audio overview of this chapter. Listen before reading to preview the concepts, or after to reinforce what you learned.
Expand Down
6 changes: 6 additions & 0 deletions learning-room/.github/DEPLOYMENT_VALIDATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

**Table: Workflow status and triggers for deployment validation**

**Table: Error handling scenarios in deployment validation**

**Table: Metrics for deployment validation and student experience**
# Learning Room Automation - Deployment Validation Checklist

## Complete Setup Verification
Expand Down
2 changes: 2 additions & 0 deletions learning-room/.github/FACILITATOR_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

**Table: Common facilitator questions and responses**
# Learning Room Automation - Facilitator Quick Reference

## What Students See
Expand Down
4 changes: 4 additions & 0 deletions learning-room/.github/IMPLEMENTATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

**Table: Learning Room workflow automation and triggers**

**Table: Key documentation files for Learning Room automation**
# Learning Room Template: Implementation Guide

> **For full workshop deployment instructions, see
Expand Down
4 changes: 4 additions & 0 deletions learning-room/.github/SETUP_AND_MAINTENANCE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

**Table: Workflow automation in the Learning Room**

**Table: Troubleshooting common issues in Learning Room automation**
# Learning Room Automation Setup & Maintenance Guide

## Overview
Expand Down
2 changes: 2 additions & 0 deletions learning-room/.github/STUDENT_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

**Table: What the bot does and how it helps students**
# How the Learning Room Automation Works - Student Guide

## What Is This Automation?
Expand Down
3 changes: 3 additions & 0 deletions learning-room/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

**Table: Learning Room folder and file purposes**
**Table: Host voice and character mapping for VibeVoice podcast**
# Welcome to the Learning Room

This repository is your private Learning Room for the Git Going with GitHub workshop. GitHub Classroom created it from the Learning Room template so you can practice the full contribution workflow safely. In this repository you will:
Expand Down
5 changes: 5 additions & 0 deletions msg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fix: add accessible captions to all markdown tables

- Added captions or descriptions above every markdown table in documentation and guides for accessibility compliance
- Follows WCAG and markdown accessibility best practices

47 changes: 47 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"highlight.js": "^11.9.0",
"lunr": "^2.3.9",
"marked": "^11.2.0"
},
"dependencies": {
"playwright": "^1.59.1"
}
}
}
6 changes: 6 additions & 0 deletions podcasts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

**Table: Host voice and character mapping for VibeVoice podcast**

**Table: Podcast build and validation commands**

**Table: Podcast bundle generation steps and costs**
# Podcast Audio Pipeline

This directory contains the complete pipeline for producing the Git Going with GitHub audio series: 54 companion episodes of two-host conversational content designed for blind and low-vision developers, plus 21 Challenge Coach episodes placed near the chapters they support.
Expand Down
2 changes: 2 additions & 0 deletions podcasts/tts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

**Table: TTS pipeline outcomes and provided commands**
# TTS Setup: Piper and Kokoro

This runbook documents the end-to-end local setup for the workshop TTS toolchain.
Expand Down
Loading
Loading