mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Merge branch 'master' into docs
This commit is contained in:
commit
430f0a5aab
|
@ -5,7 +5,7 @@ require('dotenv').config();
|
|||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Meshtastic',
|
||||
tagline: 'Open Source hiking, pilot, skiing and secure GPS mesh communicator',
|
||||
tagline: 'An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices',
|
||||
url: 'https://meshtastic.org',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
|
|
|
@ -49,7 +49,7 @@ const features = [
|
|||
),
|
||||
},
|
||||
{
|
||||
title: 'Extendable',
|
||||
title: 'Extensible',
|
||||
imageUrl: 'img/homepage/extendable.svg',
|
||||
description: (
|
||||
<>
|
||||
|
@ -152,7 +152,7 @@ function Home() {
|
|||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Open Source hiking, pilot, skiing and secure LoRa mesh communicator"
|
||||
content="An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices"
|
||||
/>
|
||||
<meta property="og:url" content="https://meshtastic.org/" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
|
Loading…
Reference in a new issue