Skip to content

Commit cc91703

Browse files
brunoborgesCopilot
andcommitted
Rename .lab/ to workshop/ for consistent directory structure
Standardized workshop content directory from .lab/ to workshop/ across all repos. Updated all internal references in README.md, docs/step.html, and related files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5d90c8d commit cc91703

13 files changed

Lines changed: 13 additions & 13 deletions

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Landmarks — GitHub Copilot for Xcode Workshop
22

3-
[📚 Lab Guide](.lab/GUIDE.md)
3+
[📚 Lab Guide](workshop/GUIDE.md)
44

55
---
66

@@ -12,17 +12,17 @@
1212

1313
| Part | Title |
1414
|------|-------|
15-
| [**00**](.lab/00-overview.md) | Overview & Checklist |
16-
| [**01**](.lab/01-setup.md) | Prerequisites & Setup |
17-
| [**02**](.lab/02-chat.md) | Understanding Code with Copilot Chat |
18-
| [**03**](.lab/03-completion.md) | Code Completion with Inline Suggestions |
19-
| [**04**](.lab/04-agent-mode.md) | Agent Mode — Multi-File Refactoring |
20-
| [**05**](.lab/05-plan-agent.md) | Plan Agent — Breaking Down Complex Tasks |
21-
| [**06**](.lab/06-mcp.md) | GitHub MCP Server Integration |
22-
| [**07**](.lab/07-vision.md) | Copilot Vision (Optional) |
23-
| [**08**](.lab/08-tips-and-resources.md) | Best Practices, Tips & Resources |
24-
25-
> 📝 Lab guides are also available in the [`.lab/`](.lab/) folder for offline reading.
15+
| [**00**](workshop/00-overview.md) | Overview & Checklist |
16+
| [**01**](workshop/01-setup.md) | Prerequisites & Setup |
17+
| [**02**](workshop/02-chat.md) | Understanding Code with Copilot Chat |
18+
| [**03**](workshop/03-completion.md) | Code Completion with Inline Suggestions |
19+
| [**04**](workshop/04-agent-mode.md) | Agent Mode — Multi-File Refactoring |
20+
| [**05**](workshop/05-plan-agent.md) | Plan Agent — Breaking Down Complex Tasks |
21+
| [**06**](workshop/06-mcp.md) | GitHub MCP Server Integration |
22+
| [**07**](workshop/07-vision.md) | Copilot Vision (Optional) |
23+
| [**08**](workshop/08-tips-and-resources.md) | Best Practices, Tips & Resources |
24+
25+
> 📝 Lab guides are also available in the [`workshop/`](workshop/) folder for offline reading.
2626
2727
---
2828

docs/step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
];
164164

165165
const isLocal = window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1' || window.location.protocol === 'file:';
166-
const GITHUB_RAW_BASE = isLocal ? '../.lab/' : 'https://raw.githubusercontent.com/copilot-dev-days/xcode-workshop/main/.lab/';
166+
const GITHUB_RAW_BASE = isLocal ? '../workshop/' : 'https://raw.githubusercontent.com/copilot-dev-days/xcode-workshop/main/workshop/';
167167

168168
let currentStepIndex = 0;
169169

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)