Skip to content

Commit e489504

Browse files
taylorarndtCopilot
andcommitted
Fix broken Day 1 Agenda link in glossary; rebuild HTML
- appendix-a-glossary.md: corrected 02-day1-agenda.md → ../DAY1_AGENDA.md - Rebuilt all 129 HTML files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8b303e5 commit e489504

10 files changed

+3562
-15
lines changed

docs/appendix-a-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,5 +633,5 @@ Every healthy open source project has these files in the root of the repository:
633633

634634

635635
*Appendix B - look up any term here at any point during the workshop.*
636-
*Return to: [Day 1 Agenda](02-day1-agenda.md) | [Understanding GitHub's Web Structure](01-understanding-github-web-structure.md)*
636+
*Return to: [Day 1 Agenda](../DAY1_AGENDA.md) | [Understanding GitHub's Web Structure](01-understanding-github-web-structure.md)*
637637
*See also: [Screen Reader Cheat Sheet](appendix-b-screen-reader-cheatsheet.md)*

html/docs/13-github-copilot.html

Lines changed: 221 additions & 8 deletions
Large diffs are not rendered by default.

html/docs/appendix-a-glossary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ <h2 id="alphabetical-quick-reference">Alphabetical Quick Reference</h2>
783783
</tr>
784784
</tbody></table>
785785
<p><em>Appendix B - look up any term here at any point during the workshop.</em>
786-
<em>Return to: <a href="02-day1-agenda.html">Day 1 Agenda</a> | <a href="01-understanding-github-web-structure.html">Understanding GitHub&#39;s Web Structure</a></em>
786+
<em>Return to: <a href="../DAY1_AGENDA.html">Day 1 Agenda</a> | <a href="01-understanding-github-web-structure.html">Understanding GitHub&#39;s Web Structure</a></em>
787787
<em>See also: <a href="appendix-b-screen-reader-cheatsheet.html">Screen Reader Cheat Sheet</a></em></p>
788788

789789
</main>

html/docs/appendix-aa-advanced-git.html

Lines changed: 919 additions & 0 deletions
Large diffs are not rendered by default.

html/docs/appendix-ab-github-desktop.html

Lines changed: 571 additions & 0 deletions
Large diffs are not rendered by default.

html/docs/appendix-ac-github-cli.html

Lines changed: 757 additions & 0 deletions
Large diffs are not rendered by default.

html/docs/appendix-ad-git-security.html

Lines changed: 490 additions & 0 deletions
Large diffs are not rendered by default.

html/docs/appendix-ae-github-social.html

Lines changed: 522 additions & 0 deletions
Large diffs are not rendered by default.

html/docs/course-guide.html

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,56 @@ <h3 id="always-open-bookmark-these">Always Open (Bookmark These)</h3>
259259
<td>NVDA, JAWS, and VoiceOver navigation commands plus GitHub keyboard shortcuts</td>
260260
</tr>
261261
</tbody></table>
262+
<h3 id="git-reference">Git Reference</h3>
263+
<table>
264+
<thead>
265+
<tr>
266+
<th scope="col">Appendix</th>
267+
<th scope="col">Document</th>
268+
<th scope="col">What It Covers</th>
269+
</tr>
270+
</thead>
271+
<tbody><tr>
272+
<td><a href="appendix-d-git-authentication.html">D</a></td>
273+
<td><strong>Git Authentication</strong></td>
274+
<td>SSH keys, Personal Access Tokens, credential storage, commit signing</td>
275+
</tr>
276+
<tr>
277+
<td><a href="appendix-aa-advanced-git.html">AA</a></td>
278+
<td><strong>Advanced Git Operations</strong></td>
279+
<td>Cherry-pick, interactive rebase, reset, revert, tags, detached HEAD, force push, bisect, git clean, branch protection for contributors</td>
280+
</tr>
281+
<tr>
282+
<td><a href="appendix-ab-github-desktop.html">AB</a></td>
283+
<td><strong>GitHub Desktop</strong></td>
284+
<td>Visual Git client — clone, branch, stage, commit, push, cherry-pick, conflict resolution, accessibility notes</td>
285+
</tr>
286+
<tr>
287+
<td><a href="appendix-ac-github-cli.html">AC</a></td>
288+
<td><strong>GitHub CLI Reference</strong></td>
289+
<td>Installing, auth, repos, issues, PRs, releases, search, aliases, extensions, Copilot CLI, screen reader tips</td>
290+
</tr>
291+
<tr>
292+
<td><a href="appendix-ad-git-security.html">AD</a></td>
293+
<td><strong>Git Security for Contributors</strong></td>
294+
<td>.gitignore deep dive, env variables, pre-commit hooks, accidentally committed secrets recovery, push protection, credential storage</td>
295+
</tr>
296+
</tbody></table>
297+
<h3 id="github-community-and-social">GitHub Community and Social</h3>
298+
<table>
299+
<thead>
300+
<tr>
301+
<th scope="col">Appendix</th>
302+
<th scope="col">Document</th>
303+
<th scope="col">What It Covers</th>
304+
</tr>
305+
</thead>
306+
<tbody><tr>
307+
<td><a href="appendix-ae-github-social.html">AE</a></td>
308+
<td><strong>GitHub Social — Stars, Following, and Finding Your Community</strong></td>
309+
<td>Stars, watching repos, following people, home feed, Explore, Trending, Topics, Lists, building your profile presence</td>
310+
</tr>
311+
</tbody></table>
262312
<h3 id="github-features">GitHub Features</h3>
263313
<table>
264314
<thead>
@@ -274,11 +324,6 @@ <h3 id="github-features">GitHub Features</h3>
274324
<td>WCAG 2.2, ARIA roles and patterns, PR accessibility checklist</td>
275325
</tr>
276326
<tr>
277-
<td><a href="appendix-d-git-authentication.html">D</a></td>
278-
<td><strong>Git Authentication</strong></td>
279-
<td>SSH keys, Personal Access Tokens, credential storage, commit signing</td>
280-
</tr>
281-
<tr>
282327
<td><a href="appendix-e-github-flavored-markdown.html">E</a></td>
283328
<td><strong>Markdown and GitHub Flavored Markdown</strong></td>
284329
<td>Complete guide from basics through GFM - paragraphs, headings, lists, links, tables, alert blocks, Mermaid, math, footnotes, accessible authoring</td>

html/search-index.json

Lines changed: 30 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)