Add BOSS discord invite to docs + README

This commit is contained in:
Aloroider 2023-12-31 14:07:41 +01:00
parent d682161c06
commit 700d65ed90
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,8 @@ Read the
[crash course](https://centau.github.io/vide/tut/crash-course/1-introduction) [crash course](https://centau.github.io/vide/tut/crash-course/1-introduction)
for a quick introduction to the library. for a quick introduction to the library.
Join the [BOSS discord](https://discord.gg/443bJm5e9b) for further help.
## Code sample ## Code sample
```lua ```lua

View file

@ -65,7 +65,8 @@ export default withMermaid({
}, },
socialLinks: [ socialLinks: [
{ icon: "github", link: "https://github.com/centau/vide" } { icon: "github", link: "https://github.com/centau/vide" },
{ icon: "discord", link: "https://discord.gg/443bJm5e9b" }
] ]
} }
}) })