Skip to content

Commit dc9df2b

Browse files
authored
XEOK-424 Community section (#101)
* Replace program with xeoMeetup information * Move Success Stories and Blog into Community
1 parent 8f16dd1 commit dc9df2b

3 files changed

Lines changed: 10 additions & 269 deletions

File tree

docusaurus.config.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,19 +289,25 @@ const config: Config = {
289289
position: "right",
290290
to: "/#faq",
291291
},
292-
{ to: '/blog', label: 'Blog', position: 'right' },
293292
{
294293
label: 'Community',
295294
position: 'right',
296295
type: "dropdown",
297296
items: [
298297
{
299-
label: 'Google Summer of Code 2026',
300-
to: '/community/google-summer-of-code-2026',
298+
label: 'xeoMeetup',
299+
to: '/blog/xeomeetup-connecting-the-xeokit-community',
300+
},
301+
{
302+
label: 'Success Stories',
303+
to: '/success-stories',
304+
},
305+
{
306+
label: 'Blog',
307+
to: '/blog',
301308
},
302309
],
303310
},
304-
{ to: '/success-stories', label: 'Success Stories', position: 'right' },
305311
{
306312
label: 'Use Cases',
307313
position: 'right',
Binary file not shown.

src/pages/community/google-summer-of-code-2026/index.mdx

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)