Skip to content

Commit 9398cbb

Browse files
authored
docs: Add discord server link (#593)
1 parent ca9b961 commit 9398cbb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<a href="https://wxt.dev/api/config.html" target="_blank">Configuration</a>
3030
&bull;
3131
<a href="https://wxt.dev/examples.html" target="_blank">Examples</a>
32+
&bull;
33+
<a href="https://discord.gg/ZFsZqGery9" target="_blank">Discord</a>
3234
</p>
3335

3436
![Example CLI Output](./docs/assets/cli-output.png)

Diff for: docs/.vitepress/config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ export default defineConfig({
146146
],
147147
},
148148

149-
socialLinks: [{ icon: 'github', link: 'https://github.com/wxt-dev/wxt' }],
149+
socialLinks: [
150+
{ icon: 'discord', link: 'https://discord.gg/ZFsZqGery9' },
151+
{ icon: 'github', link: 'https://github.com/wxt-dev/wxt' },
152+
],
150153
},
151154
});

0 commit comments

Comments
 (0)