mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add BOSS discord invite to docs + README
This commit is contained in:
parent
d682161c06
commit
700d65ed90
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue