Skip to content

Commit

Permalink
Update Links to discord server & update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Aug 2, 2021
1 parent 2ecb11c commit cad3270
Show file tree
Hide file tree
Showing 5 changed files with 1,458 additions and 2,007 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
<img src="https://raw.githubusercontent.com/meshtastic/meshtastic-design/4463325bedef20be5655c91c80d1cd32a625f3ff/logo/svg/Mesh_Logo_Dynamic.svg" width="256">
<h1>Meshtastic</h1>
<span>
<a href="https://www.meshtastic.org">
<a href="https://www.meshtastic.org" target="_blank">
<img src="assets/globe.svg" width="16" />
Website
</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://meshtastic.discourse.group">
<a href="https://meshtastic.discourse.group" target="_blank">
<img src="assets/comment-alt.svg" width="16" />
Forum
</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://meshtasticdev.slack.com">
<img src="assets/slack.svg" width="16" />
Slack
<a href="https://discord.gg/UQJ5QuM7vq" target="_blank">
<img src="assets/discord.svg" width="16" />
Discord
</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://play.google.com/store/apps/details?id=com.geeksville.mesh">
<a href="https://play.google.com/store/apps/details?id=com.geeksville.mesh" target="_blank">
<img src="assets/google-play.svg" width="16" />
App
</a>
Expand All @@ -37,4 +37,4 @@ Meshtastic® is a project that lets you use inexpensive GPS mesh radios as an ex

The radios automatically create a mesh to forward packets as needed, so everyone in the group can receive messages from even the furthest member. The radios will optionally work with your phone, but no phone is required.

Please see our [website](https://meshtastic.org) for more information about Meshtastic.
Please see our [website](https://meshtastic.org) for more information about Meshtastic.
10 changes: 10 additions & 0 deletions assets/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions assets/slack.svg

This file was deleted.

8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ module.exports = {
href: "https://meshtastic.discourse.group",
},
{
label: "Slack",
href: "https://meshtasticdev.slack.com",
label: "Discord",
href: "https://discord.gg/UQJ5QuM7vq",
},
],
},
Expand All @@ -111,8 +111,8 @@ module.exports = {
copyright: `Meshtastic® trademark is a registered trademark belonging to Geeksville Industries LLC`,
},
algolia: {
apiKey: '01ad7e13d3fe392d2ad26da3c69dbc21',
indexName: 'meshtastic',
apiKey: "01ad7e13d3fe392d2ad26da3c69dbc21",
indexName: "meshtastic",
contextualSearch: false,
searchParameters: {},
},
Expand Down
Loading

0 comments on commit cad3270

Please sign in to comment.