-
Notifications
You must be signed in to change notification settings - Fork 6
Convert Level sections into headings and lists in docs/01-understanding-github-web-structure.md #162
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Please implement the following changes in docs/01-understanding-github-web-structure.md (this issue is for implementation, not just tracking):
- Replace the
Levelcode block under '## 1. GitHub's Three-Level Structure' with explicit headings and lists.
Example structure to implement:
Level 1: Your Account / Profile
- github.com/your-username
- github.com/settings/...
- github.com/notifications
Level 2: An Organization or User's Space
- github.com/microsoft
- github.com/community-access
- github.com/github
Level 3: A Repository - where all the work happens
- github.com/community-access/accessibility-agents
- github.com/community-access/accessibility-agents/issues
- github.com/chore: update agent manifest accessibility-agents#42
-
Ensure the headings use appropriate heading levels (H2 for the three Level headings, or H3 if you prefer to keep the existing H2 '1. GitHub's Three-Level Structure'), and ensure the example URLs are formatted as bulleted lists for quick scanning and keyboard navigation.
-
Keep the explanatory text that follows ("Most of this workshop happens at Level 3.") in place and update any cross-references or anchors if needed.
Notes:
- File:
docs/01-understanding-github-web-structure.md - Assignee: @accesswatch
- Labels: documentation
Please implement the changes directly in the file and open a PR when ready. Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation