Skip to content

Commit

Permalink
Merge pull request #36 from sinnwise/discord-invite
Browse files Browse the repository at this point in the history
Added Discord Link
  • Loading branch information
sifex authored Jan 8, 2024
2 parents 1e5a45b + 8d6a45a commit 3407349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export default defineConfig({
text: 'Edit on GitHub'
},
socialLinks: [
{icon: 'discord', link: 'https://discord.gg/kQQBn5W2z5'},
{icon: 'twitter', link: 'https://twitter.com/Sigma_HQ/'},
{icon: 'github', link: 'https://github.com/SigmaHQ/sigma'},
],
Expand Down
2 changes: 2 additions & 0 deletions .vitepress/theme/layouts/Docsv2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ function active_link(link: string) {
<a href="https://github.com/SigmaHQ/" class="hover:text-cyan-600" target="_blank">Github</a>
<span class="opacity-30">|</span>
<a href="https://twitter.com/Sigma_HQ/" class="hover:text-cyan-600" target="_blank">X.com</a>
<span class="opacity-30">|</span>
<a href="https://discord.gg/kQQBn5W2z5" class="hover:text-cyan-600" target="_blank">Discord</a>
</div>
</div>
</template>
Expand Down

0 comments on commit 3407349

Please sign in to comment.