Merge pull request #227 from nuxnik/social_links

This commit is contained in:
Foster Irwin 2022-02-05 07:46:22 -07:00 committed by GitHub
commit 50b0c0ce28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 66 additions and 1 deletions

View file

@ -27,7 +27,6 @@
</span>
<br />
<hr />
</div>
## What is Meshtastic?

View file

@ -93,6 +93,72 @@ const config = {
},
footer: {
copyright: `<a href="https://vercel.com/?utm_source=meshtastic&utm_campaign=oss" style="color: var(--ifm-footer-color)">Powered by ▲ Vercel</a> | Meshtastic® is a registered trademark of Geeksville Industries LLC`,
links: [
{
title: 'Learn',
items: [
{
label: 'Getting Started',
to: 'docs/getting-started',
},
{
label: 'About',
to: 'docs/about-documentation',
},
{
label: 'Hardware',
to: 'docs/hardware',
},
{
label: 'Settings',
to: 'docs/settings',
},
],
},
{
title: 'Community',
items: [
{
label: 'YouTube',
to: 'https://www.youtube.com/meshtastic',
},
{
label: 'Discord',
to: 'https://discord.com/invite/UQJ5QuM7vq',
},
{
label: 'Forum',
to: 'https://meshtastic.discourse.group',
},
],
},
{
title: 'Legal',
items: [
{
label: 'Privacy',
to: 'docs/legal/privacy',
},
{
label: 'Licensing',
to: 'docs/legal/licensing',
},
{
label: 'Trademark',
to: 'docs/legal/trademark',
},
],
},
{
title: 'Resources',
items: [
{
label: 'GitHub',
to: 'https://github.com/meshtastic',
},
],
},
],
},
algolia: {
apiKey: "01ad7e13d3fe392d2ad26da3c69dbc21",