Skip to content

Commit 163467e

Browse files
brunoborgesCopilot
andcommitted
Remove bottom navigation from .lab/ markdown files
The docs/step.html viewer already provides next/previous navigation, so the markdown source files no longer need redundant footer nav links. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7c30c40 commit 163467e

10 files changed

Lines changed: 0 additions & 64 deletions

.lab/00-overview.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,3 @@ After completing this workshop, you should be able to:
6969
2. **Commit often** — Save working states frequently
7070
3. **Use Cmd + Z** — Revert unexpected changes quickly
7171
4. **📌 Pin this guide** — Keep it visible while you work
72-
73-
---
74-
75-
## 🚀 Ready?
76-
77-
👉 **[Start with Part 1: Prerequisites & Setup](01-setup.md)**
78-
79-
---
80-
81-
[📚 Lab Guide](GUIDE.md)[← README](../README.md)

.lab/01-setup.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,3 @@ You've set up:
6767
- Required permissions (Background, Accessibility, Source Editor)
6868
- GitHub authentication
6969
- The workshop project in Xcode with Copilot Chat open
70-
71-
---
72-
73-
[📚 Lab Guide](GUIDE.md)[← Overview](00-overview.md)
74-
75-
👉 **[Continue to Part 2: Understanding Code with Copilot Chat →](02-chat.md)**

.lab/02-chat.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,3 @@ You've learned how to:
4646
- Use Ask mode to explore codebases
4747
- Ask follow-up questions for deeper understanding
4848
- Use `@workspace` for project-wide queries
49-
50-
---
51-
52-
[📚 Lab Guide](GUIDE.md)[← Setup](01-setup.md)
53-
54-
👉 **[Continue to Part 3: Code Completion →](03-completion.md)**

.lab/03-completion.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ You've learned how to:
4949
- Trigger inline code suggestions with comments
5050
- Accept suggestions with Tab
5151
- Guide Copilot with descriptive comments
52-
53-
---
54-
55-
[📚 Lab Guide](GUIDE.md)[← Chat](02-chat.md)
56-
57-
👉 **[Continue to Part 4: Agent Mode →](04-agent-mode.md)**

.lab/04-agent-mode.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,3 @@ You've learned how to:
5151
- Use Agent Mode for multi-file refactoring
5252
- Review proposed changes in the diff view
5353
- Verify changes with the Preview Canvas
54-
55-
---
56-
57-
[📚 Lab Guide](GUIDE.md)[← Completion](03-completion.md)
58-
59-
👉 **[Continue to Part 5: Plan Agent →](05-plan-agent.md)**

.lab/05-plan-agent.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,3 @@ You've learned how to:
5151
- Use Plan mode to decompose complex features
5252
- Review and refine AI-generated plans
5353
- Execute plans step by step
54-
55-
---
56-
57-
[📚 Lab Guide](GUIDE.md)[← Agent Mode](04-agent-mode.md)
58-
59-
👉 **[Continue to Part 6: MCP Server Integration →](06-mcp.md)**

.lab/06-mcp.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,3 @@ You've learned how to:
5454
- Install the GitHub MCP Server
5555
- Authenticate and configure MCP tools
5656
- Query repositories and pull requests from Copilot Chat
57-
58-
---
59-
60-
[📚 Lab Guide](GUIDE.md)[← Plan Agent](05-plan-agent.md)
61-
62-
👉 **[Continue to Part 7: Copilot Vision →](07-vision.md)**

.lab/07-vision.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,3 @@ You've learned how to:
8787
- Upload design mockups to Copilot Chat
8888
- Generate SwiftUI code from visual designs
8989
- Iterate on vision-generated code for better results
90-
91-
---
92-
93-
[📚 Lab Guide](GUIDE.md)[← MCP Server](06-mcp.md)
94-
95-
👉 **[Continue to Part 8: Best Practices, Tips & Resources →](08-tips-and-resources.md)**

.lab/08-tips-and-resources.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,3 @@ Found issues or have suggestions for improving this workshop?
9595
## 🎉 Workshop Complete!
9696

9797
Congratulations! You've completed the **GitHub Copilot for Xcode Workshop**!
98-
99-
Happy coding with GitHub Copilot for Xcode! 🚀
100-
101-
---
102-
103-
[📚 Lab Guide](GUIDE.md) [ Vision](07-vision.md) [ README](../README.md)

.lab/GUIDE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,3 @@
8282
- [GitHub Copilot Documentation](https://docs.github.com/copilot)
8383
- [Apple SwiftUI Tutorials](https://developer.apple.com/tutorials/swiftui)
8484
- [Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
85-
86-
---
87-
88-
[← README](../README.md)
89-
90-
*Happy Coding with GitHub Copilot for Xcode! 🚀*

0 commit comments

Comments
 (0)