feat: add Discord community link to README and navigation
parent
92d0a055d3
commit
f678c19318
|
|
@ -7,6 +7,7 @@ A fully local, open-source Arduino emulator. Write Arduino code, compile it, and
|
||||||
[](https://velxio.dev)
|
[](https://velxio.dev)
|
||||||
[](https://github.com/davidmonterocrespo24/velxio/pkgs/container/velxio)
|
[](https://github.com/davidmonterocrespo24/velxio/pkgs/container/velxio)
|
||||||
[](https://github.com/davidmonterocrespo24/velxio/stargazers)
|
[](https://github.com/davidmonterocrespo24/velxio/stargazers)
|
||||||
|
[](https://discord.gg/rCScB9cG)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](COMMERCIAL_LICENSE.md)
|
[](COMMERCIAL_LICENSE.md)
|
||||||
|
|
||||||
|
|
@ -261,6 +262,12 @@ velxio/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Community
|
||||||
|
|
||||||
|
Join the Discord server to ask questions, share projects, and follow updates:
|
||||||
|
|
||||||
|
**[discord.gg/rCScB9cG](https://discord.gg/rCScB9cG)**
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Suggestions, bug reports, and pull requests are welcome at [github.com/davidmonterocrespo24/velxio](https://github.com/davidmonterocrespo24/velxio).
|
Suggestions, bug reports, and pull requests are welcome at [github.com/davidmonterocrespo24/velxio](https://github.com/davidmonterocrespo24/velxio).
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,7 @@
|
||||||
═══════════════════════════════════════════════ -->
|
═══════════════════════════════════════════════ -->
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="dns-prefetch" href="https://github.com" />
|
<link rel="dns-prefetch" href="https://github.com" />
|
||||||
|
<link rel="dns-prefetch" href="https://discord.com" />
|
||||||
|
|
||||||
<!-- ═══════════════════════════════════════════════
|
<!-- ═══════════════════════════════════════════════
|
||||||
JSON-LD STRUCTURED DATA
|
JSON-LD STRUCTURED DATA
|
||||||
|
|
@ -239,7 +240,8 @@
|
||||||
<nav style="margin-top:.75rem;">
|
<nav style="margin-top:.75rem;">
|
||||||
<a href="/editor" style="color:#58a6ff;margin-right:1.5rem;">Editor</a>
|
<a href="/editor" style="color:#58a6ff;margin-right:1.5rem;">Editor</a>
|
||||||
<a href="/examples" style="color:#58a6ff;margin-right:1.5rem;">Examples</a>
|
<a href="/examples" style="color:#58a6ff;margin-right:1.5rem;">Examples</a>
|
||||||
<a href="https://github.com/davidmonterocrespo24/velxio" style="color:#58a6ff;">GitHub</a>
|
<a href="https://github.com/davidmonterocrespo24/velxio" style="color:#58a6ff;margin-right:1.5rem;">GitHub</a>
|
||||||
|
<a href="https://discord.gg/rCScB9cG" style="color:#58a6ff;">Discord</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main style="font-family:sans-serif;background:#0d1117;color:#e6edf3;padding:2rem;">
|
<main style="font-family:sans-serif;background:#0d1117;color:#e6edf3;padding:2rem;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue