Skip to content

Commit 9924ff0

Browse files
committed
chore: update emoji icons for consistency in documentation
1 parent d653ff1 commit 9924ff0

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

docs/copilot-pair.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ This turns Copilot into a **collaborator**, helping you think through the proble
8888

8989
## 🎂 Tips for Effective Pairing
9090

91-
- 🍰 **Be intentional**: Use comments to describe what you want.
92-
- 🧁 **Stay in control**: Don’t accept suggestions blindly—review and refine.
93-
- 🍩 **Break tasks down**: Smaller steps = better suggestions.
94-
- 🍬 **Talk to Copilot**: Treat it like a teammate. Ask questions, give feedback.
91+
- 💡 **Be intentional**: Use comments to describe what you want.
92+
- 🧠 **Stay in control**: Don’t accept suggestions blindly—review and refine.
93+
- 🧮 **Break tasks down**: Smaller steps = better suggestions.
94+
- 👩‍🔬 **Talk to Copilot**: Treat it like a teammate. Ask questions, give feedback.
9595

9696
---
9797

docs/copilot-teacher.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ This turns Copilot into a **learning loop**—you ask, it answers, you improve.
144144

145145
## 🎂 Cupcake Coding Tips for Learning
146146

147-
- 🍰 **Be specific**: Ask clear questions in comments or chat.
148-
- 🧁 **Review suggestions**: Don’t just accept—read and understand.
149-
- 🍩 **Tweak examples**: Change inputs, add conditions, break things!
150-
- 🍬 **Ask for alternatives**: “Show me another way to do this.”
147+
- 👩‍🔬 **Be specific**: Ask clear questions in comments or chat.
148+
- **Review suggestions**: Don’t just accept—read and understand.
149+
- 💻 **Tweak examples**: Change inputs, add conditions, break things!
150+
- 🧮 **Ask for alternatives**: “Show me another way to do this.”
151151
- 🍭 **TLDR**: "Explain it to me like I'm 5"
152-
- 🍪 **Add Notes**: "Add verbose comments to the code"
152+
- 💻 **Add Notes**: "Add verbose comments to the code"
153153

154154
---
155155

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: Code without Barriers 💻💞 with Microsoft
22
theme:
33
name: material
44
palette:
5-
primary: purple
5+
primary: indigo
66
accent: deep purple
77
font:
88
text: Roboto

site/assets/stylesheets/palette.06af60db.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/copilot-enabler/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
<li class="md-nav__item">
359359
<a href="#what-does-enabler-mean" class="md-nav__link">
360360
<span class="md-ellipsis">
361-
🍰 What does “Enabler” mean?
361+
💻 What does “Enabler” mean?
362362
</span>
363363
</a>
364364

@@ -531,7 +531,7 @@
531531
<li class="md-nav__item">
532532
<a href="#what-does-enabler-mean" class="md-nav__link">
533533
<span class="md-ellipsis">
534-
🍰 What does “Enabler” mean?
534+
💻 What does “Enabler” mean?
535535
</span>
536536
</a>
537537

@@ -740,7 +740,7 @@ <h2 id="final-thought">💖 Final Thought</h2>
740740
- Write cleaner code
741741
- Build confidence</p>
742742
<p>You’re not just coding—you’re crafting something sweet and smart. 🍰<br />
743-
Keep experimenting, keep improving, and keep baking brilliance! 🧁</p>
743+
Keep experimenting, keep improving, and keep baking brilliance! 💻</p>
744744

745745

746746

site/copilot-pair/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
<li class="md-nav__item">
346346
<a href="#copilot-is-your-coding-buddy" class="md-nav__link">
347347
<span class="md-ellipsis">
348-
🍰 Copilot is Your Coding Buddy
348+
💻 Copilot is Your Coding Buddy
349349
</span>
350350
</a>
351351

@@ -497,7 +497,7 @@
497497
<li class="md-nav__item">
498498
<a href="#copilot-is-your-coding-buddy" class="md-nav__link">
499499
<span class="md-ellipsis">
500-
🍰 Copilot is Your Coding Buddy
500+
💻 Copilot is Your Coding Buddy
501501
</span>
502502
</a>
503503

@@ -611,10 +611,10 @@ <h2 id="example-brainstorming-with-copilot">🍩 Example: Brainstorming with Cop
611611
<hr />
612612
<h2 id="tips-for-effective-pairing">🎂 Tips for Effective Pairing</h2>
613613
<ul>
614-
<li>🍰 <strong>Be intentional</strong>: Use comments to describe what you want.</li>
615-
<li>🧁 <strong>Stay in control</strong>: Don’t accept suggestions blindly—review and refine.</li>
616-
<li>🍩 <strong>Break tasks down</strong>: Smaller steps = better suggestions.</li>
617-
<li>🍬 <strong>Talk to Copilot</strong>: Treat it like a teammate. Ask questions, give feedback.</li>
614+
<li>💻 <strong>Be intentional</strong>: Use comments to describe what you want.</li>
615+
<li> <strong>Stay in control</strong>: Don’t accept suggestions blindly—review and refine.</li>
616+
<li>💡 <strong>Break tasks down</strong>: Smaller steps = better suggestions.</li>
617+
<li>👩‍🔬 <strong>Talk to Copilot</strong>: Treat it like a teammate. Ask questions, give feedback.</li>
618618
</ul>
619619
<hr />
620620
<h2 id="final-thought">💖 Final Thought</h2>

0 commit comments

Comments
 (0)