Skip to content

Commit 61b2000

Browse files
committed
Add Chapter Lead Meetings section and new meeting notes
Added a new 'Chapter Lead Meetings' section to the navigation in .vitepress/config.mjs. Introduced meeting notes for December 2025 and November 2025, including detailed updates and announcements for December.
1 parent 23776ca commit 61b2000

3 files changed

Lines changed: 82 additions & 8 deletions

File tree

.vitepress/config.mjs

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,9 @@ export default defineConfig({
2525
{ text: 'Start a new chapter', link: '/new-chapter' },
2626
{ text: 'Chapter Onboarding', link: '/chapter-onboarding' },
2727
]
28-
},
29-
{
30-
text: 'Global AI Branding',
31-
items: [
32-
{ text: 'Branding Assets and Design Guidelines', link: '/branding' },
33-
]
34-
},
28+
},
3529
{
36-
text: 'Benefits',
30+
text: 'Chapter Benefits',
3731
items: [
3832
{ text: 'Azure Subscriptions',
3933
collapsed: true,
@@ -48,6 +42,20 @@ export default defineConfig({
4842
{ text: 'Digital Badges', link: '/badges' }
4943
]
5044
},
45+
{
46+
text: 'Chapter Lead Meetings',
47+
collapsed: true,
48+
items: [
49+
{ text: 'December 2025', link: '/chapter-leads-meeting/december-2025' },
50+
{ text: 'November 2025', link: '/chapter-leads-meeting/november-2025' },
51+
]
52+
},
53+
{
54+
text: 'Global AI Branding',
55+
items: [
56+
{ text: 'Branding Assets and Design Guidelines', link: '/branding' },
57+
]
58+
},
5159
{
5260
text:'Content',
5361
items: [
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
outline: deep
3+
---
4+
5+
# December 2025
6+
7+
**Global AI Community Update: Introducing Agent Camp, New Benefits, and More!**
8+
9+
<iframe width="560" height="315" src="https://www.youtube.com/embed/EK6OEbgrRSs?si=SHZU1W18RbYmUMab" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
10+
11+
Welcome back to the Global AI Community! The December 2025 Chapter Leads meeting was short, sweet, and packed with exciting announcements for the year ahead.
12+
13+
Here's a quick summary of what we covered:
14+
15+
## 1. Refresher: Chapter Lead Benefits
16+
First up, a quick reminder for all our new and existing chapter leads regarding the resources available to help you run successful events:
17+
18+
- **[Azure Credits:](/azure.md)** Available for your workshops.
19+
20+
- **[Streamyard Pro:](/streamyard.md)** Access included for hosting virtual events.
21+
22+
- **[Meetup Pro:](/meetup.md)** Available on a case-by-case basis for active communities.
23+
24+
## 2. The Big Announcement: Agent Camp 2026!
25+
The biggest news of the month is the launch of our first major initiative for 2026. We are rebranding the classic "Global AI Bootcamp" to Agent Camp!
26+
27+
- **When:** Running from February 1st to June 1st, 2026.
28+
29+
- **Format:** Flexible! You can organize it In-Person, Virtual, or Hybrid.
30+
31+
- **Who Can Organize:** Everyone! You do not need to be a chapter lead to host an event.
32+
- **Organizer Benefits:** You’ll receive a digital badge for your LinkedIn certification section, a feature on the official website, and a formal letter of recognition.
33+
34+
- **Attendee Benefits:** Attendees who register via the Global AI platform get a digital certificate/badge and Azure subscriptions for workshops.
35+
36+
### How to Register an Event:
37+
Log in to your Global AI account, click "Add Event," and fill in the details. Approvals generally take less than 3 days.
38+
39+
> 💡 Visit here for more details: [AgentCamp](/agentcamp/index.md)
40+
41+
## 3. New Show: "Made for Dev"
42+
We have launched a new show called Made for Dev and are looking for speakers! If you have a great session idea, please submit it via Sessionize:
43+
44+
> 🎤 Apply to Speak: [sessionize.com/made-for-dev](https://sessionize.com/made-for-dev)
45+
46+
## 4. Community Teaser Video
47+
We are creating a new teaser video for the global community and we want **YOU** in it!
48+
49+
- **Action:** Record a 10-second video saying, "Hi everyone, my name is [Name] and I'm the chapter lead from [City]."
50+
51+
- Check your email or Slack for the full script and upload instructions.
52+
53+
## Important Links & Resources
54+
55+
- **Documentation:** [docs.globalai.community](https://docs.globalai.community) (Bookmark this!)
56+
57+
- **Agent Camp Events:** [globalai.community/agent-camp](https://globalai.community/agent-camp)
58+
59+
- **Support:** Email [support@globalai.community](mailto:support@globalai.community) or join the dedicated Discord channel.
60+
61+
Let's make 2026 an amazing year for AI! Don't forget to use the hashtag **#AgentCamp** and tag the Global AI Community on social media so we can amplify your events.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
outline: deep
3+
---
4+
5+
# November 2025

0 commit comments

Comments
 (0)