Skip to content

Commit f032cba

Browse files
Update ecosystem page content
1 parent cfcc072 commit f032cba

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"cSpell.words": ["Coolify", "studiocms", "Turso", "wordmark"]
2+
"cSpell.words": [
3+
"Coolify",
4+
"studiocms",
5+
"Turso",
6+
"Twoslash",
7+
"wordmark"
8+
]
39
}

www/src/assets/ec-twoslash.png

937 KB
Loading

www/src/pages/ecosystem.astro

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { Image } from 'astro:assets';
33
import StudioCMSApolloBanner from '@/assets/apollo-banner.png';
44
import cFetchBanner from '@/assets/cfetch-banner.png';
5+
import ecTwoslashBanner from '@/assets/ec-twoslash.png';
56
import StudioCMSUIBanner from '@/assets/studiocms-ui-banner.png';
67
import PageHeader from '@/components/PageHeader.astro';
78
import Layout from '@/layouts/Layout.astro';
@@ -13,17 +14,24 @@ const PROJECTS = [
1314
image: cFetchBanner,
1415
href: 'https://github.com/withstudiocms/cfetch',
1516
},
17+
{
18+
name: 'Expressive-Code-Twoslash',
19+
description: 'Twoslash support for Expressive Code.',
20+
image: ecTwoslashBanner,
21+
href: 'https://twoslash.studiocms.dev',
22+
},
1623
{
1724
name: 'StudioCMS UI',
1825
description: 'The UI library we use to build StudioCMS.',
1926
image: StudioCMSUIBanner,
2027
href: 'https://ui.studiocms.dev',
2128
},
2229
{
23-
name: 'Apollo',
24-
description: 'A Discord bot for managing OSS Discord servers.',
30+
name: 'Artemis and Apollo',
31+
description: 'Collection of bots used by the @withstudiocms organization on GitHub.',
32+
// TODO: Replace with a custom banner for the bots repo
2533
image: StudioCMSApolloBanner,
26-
href: 'https://github.com/withstudiocms/apollo',
34+
href: 'https://github.com/withstudiocms/bots',
2735
},
2836
];
2937
---

0 commit comments

Comments
 (0)