mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
#59 - Add discord link to docs
This commit is contained in:
parent
a45918ee43
commit
69a698bd66
@ -63,6 +63,10 @@ The Unity Atoms docs are now published at **https://adamramberg.github.io/unity-
|
||||
|
||||
Read [this](https://medium.com/@adamramberg/unity-atoms-tiny-modular-pieces-utilizing-the-power-of-scriptable-objects-e8add1b95201) article on Medium for a great introduction to Unity Atoms.
|
||||
|
||||
## Looking for support?
|
||||
|
||||
For questions and support please join our [Discord channel](https://discord.gg/W4yd7E7).
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [AdamRamberg](https://github.com/AdamRamberg)
|
||||
|
@ -46,6 +46,13 @@ class Footer extends React.Component {
|
||||
</div>
|
||||
<div>
|
||||
<h5>Community</h5>
|
||||
<a
|
||||
href="https://discord.gg/W4yd7E7"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
>
|
||||
Discord
|
||||
</a>
|
||||
<a
|
||||
href="https://gitter.im/unity-atoms/community#"
|
||||
target="_blank"
|
||||
|
Loading…
Reference in New Issue
Block a user