Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions community/2025-08-27-community-meeting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
date: '2025-08-27'
title: 'Meeting Agenda - 2025-08-27'
---

## Agenda

{/* Update before the start of the meeting with planned agenda items */}

-
-
-

{/* truncate */}

## Meeting Notes

{/* Add summary of topics during the meeting. Each Topic should have an H3 heading. A list is usually sufficient for the recap */}

### Topic 1

- Note 1
- Note 2

### Topic 2

- Note 1
- Note 2

## Weekly highlights

### Issue of the Week

- [title](https://github.com/wasmcloud/wasmcloud/issues/)
- summary

### Documentation of the Week

- [title](/docs/intro)
- summary

## Community Updates

### Tune in…

{/* Add any upcoming events/streams/etc */}

-

### Catch up…

{/* Add any blog posts/articles that the community might find interesting */}

-

## Recording

{/* Automated - No need to adjust this unless automation fails */}

<YouTube url="https://www.youtube.com/watch?v=PnBGuEKab0o" />
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Links = {
YOUTUBE: 'https://www.youtube.com/watch?v=rZSZ87g_82M',
YOUTUBE: 'https://www.youtube.com/watch?v=PnBGuEKab0o',
PLAYLIST: 'https://www.youtube.com/@wasmCloud/streams',
CALENDAR:
'https://calendar.google.com/calendar/r/eventedit/copy/MnA2a2R1MnI2aGxucDZwNjUxMmVuMW1lb2FfMjAyNDA3MTBUMTcwMDAwWiBjXzZjbTVodWQ4ZXZ1bnM0cGU1Z2d1M2g5cXJzQGc',
Expand Down