Skip to content

Commit 029071f

Browse files
committed
Add upcoming events page to community documentation
Signed-off-by: Pete Cheslock <[email protected]>
1 parent ab854a1 commit 029071f

File tree

2 files changed

+183
-0
lines changed

2 files changed

+183
-0
lines changed

docs/community/events.md

Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
---
2+
title: Upcoming llm-d Events
3+
description: Meet the llm-d community at upcoming talks, meetups, and conferences
4+
sidebar_label: Upcoming llm-d Events
5+
sidebar_position: 2
6+
---
7+
8+
# Upcoming llm-d Events
9+
10+
Stay connected with the llm-d community at meetups, conferences, and workshops. All meetings are open to the public unless noted otherwise.
11+
12+
## September 2025
13+
14+
<div style={{
15+
display: 'flex',
16+
flexDirection: 'column',
17+
gap: '12px',
18+
marginTop: '12px'
19+
}}>
20+
<div style={{
21+
display: 'flex',
22+
alignItems: 'center',
23+
justifyContent: 'space-between',
24+
flexWrap: 'wrap',
25+
gap: '12px',
26+
padding: '16px',
27+
border: '1px solid var(--ifm-color-emphasis-200)',
28+
borderRadius: '8px',
29+
backgroundColor: 'var(--ifm-background-surface-color)'
30+
}}>
31+
<div>
32+
<h4 style={{margin: '0 0 6px 0', color: 'var(--ifm-color-primary)'}}>PyTorch ATX: The Future of Inferencing</h4>
33+
<div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', margin: '0 0 6px 0'}}>
34+
<span style={{fontSize: '12px', padding: '2px 8px', backgroundColor: 'var(--ifm-color-emphasis-100)', border: '1px solid var(--ifm-color-emphasis-200)', borderRadius: '999px'}}>📍 Austin, TX</span>
35+
</div>
36+
<p style={{margin: 0, fontSize: '14px'}}>Sep 17, 2025 · <strong>Free</strong></p>
37+
</div>
38+
<a href="https://www.meetup.com/pytorch-atx/events/307742180/" target="_blank" rel="noopener noreferrer" style={{
39+
display: 'inline-block',
40+
padding: '10px 16px',
41+
backgroundColor: 'var(--ifm-color-primary)',
42+
color: 'white',
43+
textDecoration: 'none',
44+
borderRadius: '6px',
45+
fontWeight: 600
46+
}}>Register</a>
47+
</div>
48+
49+
<div style={{
50+
display: 'flex',
51+
alignItems: 'center',
52+
justifyContent: 'space-between',
53+
flexWrap: 'wrap',
54+
gap: '12px',
55+
padding: '16px',
56+
border: '1px solid var(--ifm-color-emphasis-200)',
57+
borderRadius: '8px',
58+
backgroundColor: 'var(--ifm-background-surface-color)'
59+
}}>
60+
<div>
61+
<h4 style={{margin: '0 0 6px 0', color: 'var(--ifm-color-primary)'}}>Boston vLLM + llm-d Meetup</h4>
62+
<div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', margin: '0 0 6px 0'}}>
63+
<span style={{fontSize: '12px', padding: '2px 8px', backgroundColor: 'var(--ifm-color-emphasis-100)', border: '1px solid var(--ifm-color-emphasis-200)', borderRadius: '999px'}}>📍 Boston, MA</span>
64+
</div>
65+
<p style={{margin: 0, fontSize: '14px'}}>Sep 18, 2025 · <strong>Free</strong></p>
66+
</div>
67+
<a href="https://luma.com/vjfelimw" target="_blank" rel="noopener noreferrer" style={{
68+
display: 'inline-block',
69+
padding: '10px 16px',
70+
backgroundColor: 'var(--ifm-color-primary)',
71+
color: 'white',
72+
textDecoration: 'none',
73+
borderRadius: '6px',
74+
fontWeight: 600
75+
}}>Register</a>
76+
</div>
77+
78+
<div style={{
79+
display: 'flex',
80+
alignItems: 'center',
81+
justifyContent: 'space-between',
82+
flexWrap: 'wrap',
83+
gap: '12px',
84+
padding: '16px',
85+
border: '1px solid var(--ifm-color-emphasis-200)',
86+
borderRadius: '8px',
87+
backgroundColor: 'var(--ifm-background-surface-color)'
88+
}}>
89+
<div>
90+
<h4 style={{margin: '0 0 6px 0', color: 'var(--ifm-color-primary)'}}>DevConf.US 2025</h4>
91+
<div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', margin: '0 0 6px 0'}}>
92+
<span style={{fontSize: '12px', padding: '2px 8px', backgroundColor: 'var(--ifm-color-emphasis-100)', border: '1px solid var(--ifm-color-emphasis-200)', borderRadius: '999px'}}>📍 Boston, MA</span>
93+
</div>
94+
<p style={{margin: 0, fontSize: '14px'}}>Sep 19–20, 2025 · <strong>Free</strong></p>
95+
</div>
96+
<a href="https://www.devconf.info/us/" target="_blank" rel="noopener noreferrer" style={{
97+
display: 'inline-block',
98+
padding: '10px 16px',
99+
backgroundColor: 'var(--ifm-color-primary)',
100+
color: 'white',
101+
textDecoration: 'none',
102+
borderRadius: '6px',
103+
fontWeight: 600
104+
}}>Register</a>
105+
</div>
106+
</div>
107+
108+
## October 2025
109+
110+
<div style={{
111+
display: 'flex',
112+
flexDirection: 'column',
113+
gap: '12px',
114+
marginTop: '12px'
115+
}}>
116+
<div style={{
117+
display: 'flex',
118+
alignItems: 'center',
119+
justifyContent: 'space-between',
120+
flexWrap: 'wrap',
121+
gap: '12px',
122+
padding: '16px',
123+
border: '1px solid var(--ifm-color-emphasis-200)',
124+
borderRadius: '8px',
125+
backgroundColor: 'var(--ifm-background-surface-color)'
126+
}}>
127+
<div>
128+
<h4 style={{margin: '0 0 6px 0', color: 'var(--ifm-color-primary)'}}>PyTorch Conference 2025</h4>
129+
<div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', margin: '0 0 6px 0'}}>
130+
<span style={{fontSize: '12px', padding: '2px 8px', backgroundColor: 'var(--ifm-color-emphasis-100)', border: '1px solid var(--ifm-color-emphasis-200)', borderRadius: '999px'}}>📍 San Francisco, CA</span>
131+
</div>
132+
<p style={{margin: 0, fontSize: '14px'}}>Oct 22–23, 2025 · <strong>Paid</strong></p>
133+
</div>
134+
<a href="https://events.linuxfoundation.org/pytorch-conference/" target="_blank" rel="noopener noreferrer" style={{
135+
display: 'inline-block',
136+
padding: '10px 16px',
137+
backgroundColor: 'var(--ifm-color-primary)',
138+
color: 'white',
139+
textDecoration: 'none',
140+
borderRadius: '6px',
141+
fontWeight: 600
142+
}}>Register</a>
143+
</div>
144+
</div>
145+
146+
## November 2025
147+
148+
<div style={{
149+
display: 'flex',
150+
flexDirection: 'column',
151+
gap: '12px',
152+
marginTop: '12px'
153+
}}>
154+
<div style={{
155+
display: 'flex',
156+
alignItems: 'center',
157+
justifyContent: 'space-between',
158+
flexWrap: 'wrap',
159+
gap: '12px',
160+
padding: '16px',
161+
border: '1px solid var(--ifm-color-emphasis-200)',
162+
borderRadius: '8px',
163+
backgroundColor: 'var(--ifm-background-surface-color)'
164+
}}>
165+
<div>
166+
<h4 style={{margin: '0 0 6px 0', color: 'var(--ifm-color-primary)'}}>KubeCon + CloudNativeCon North America 2025</h4>
167+
<div style={{display: 'flex', gap: '8px', flexWrap: 'wrap', margin: '0 0 6px 0'}}>
168+
<span style={{fontSize: '12px', padding: '2px 8px', backgroundColor: 'var(--ifm-color-emphasis-100)', border: '1px solid var(--ifm-color-emphasis-200)', borderRadius: '999px'}}>📍 Atlanta, GA</span>
169+
</div>
170+
<p style={{margin: 0, fontSize: '14px'}}>Nov 10–13, 2025 · <strong>Paid</strong></p>
171+
</div>
172+
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/" target="_blank" rel="noopener noreferrer" style={{
173+
display: 'inline-block',
174+
padding: '10px 16px',
175+
backgroundColor: 'var(--ifm-color-primary)',
176+
color: 'white',
177+
textDecoration: 'none',
178+
borderRadius: '6px',
179+
fontWeight: 600
180+
}}>Register</a>
181+
</div>
182+
</div>

docs/community/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This page is your gateway to everything you need to know about participating in
2323
## Community Resources
2424

2525
### Getting Involved
26+
- 📅 **[Upcoming Events](/docs/community/events)** - Meetups, talks, and conferences
2627
- 📝 **[Contributing Guidelines](/docs/community/contribute)** - Complete guide to contributing code, docs, and ideas
2728
- 👥 **[Special Interest Groups (SIGs)](/docs/community/sigs)** - Join focused teams working on specific areas
2829
- 🤝 **[Code of Conduct](/docs/community/code-of-conduct)** - Our community standards and values

0 commit comments

Comments
 (0)