Skip to content

Commit 2bc577b

Browse files
docs: add social links (#110)
1 parent 2d51ff7 commit 2bc577b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/tutorialkit.dev/astro.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ export default defineConfig({
1010
react(),
1111
starlight({
1212
title: 'Create interactive coding tutorials',
13+
social: {
14+
github: 'https://github.com/stackblitz/tutorialkit',
15+
'x.com': 'https://x.com/stackblitz',
16+
discord: 'https://discord.com/invite/stackblitz',
17+
},
1318
components: {
1419
Head: './src/components/Layout/Head.astro',
1520
},

0 commit comments

Comments
 (0)