Skip to content

Commit 423bf69

Browse files
ndooclaude
andcommitted
Add Meshtastic Infrastructure page
Lists the router sites the MeshMY team builds and maintains, with general area, elevation, grid locator, hardware/antenna per band, maintenance status, and links to Google Maps and the community mesh map. Exact installation specifics (addresses, mounts, contacts) are kept out; coordinates are rounded to ~11 m precision. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 6dc086f commit 423bf69

3 files changed

Lines changed: 379 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const config = {
8282
items: [
8383
{to: '/meshtastic/join', label: 'Join'},
8484
{to: '/meshtastic/weekly-net', label: 'Weekly Net'},
85+
{to: '/meshtastic/infrastructure', label: 'Infrastructure'},
8586
],
8687
},
8788
{to: '/events', label: 'Events', position: 'left'},
@@ -109,6 +110,7 @@ const config = {
109110
{label: 'Overview', to: '/meshtastic'},
110111
{label: 'Join', to: '/meshtastic/join'},
111112
{label: 'Weekly Net', to: '/meshtastic/weekly-net'},
113+
{label: 'Infrastructure', to: '/meshtastic/infrastructure'},
112114
],
113115
},
114116
{

src/pages/meshtastic/index.js

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Meshtastic() {
2323
<p>Start here:</p>
2424

2525
<div className="row">
26-
<div className="col col--6 margin-bottom--md">
26+
<div className="col col--4 margin-bottom--md">
2727
<div className="card">
2828
<div className="card__header">
2929
<Heading as="h2">Join</Heading>
@@ -41,7 +41,7 @@ export default function Meshtastic() {
4141
</div>
4242
</div>
4343
</div>
44-
<div className="col col--6 margin-bottom--md">
44+
<div className="col col--4 margin-bottom--md">
4545
<div className="card">
4646
<div className="card__header">
4747
<Heading as="h2">Weekly Net</Heading>
@@ -59,6 +59,24 @@ export default function Meshtastic() {
5959
</div>
6060
</div>
6161
</div>
62+
<div className="col col--4 margin-bottom--md">
63+
<div className="card">
64+
<div className="card__header">
65+
<Heading as="h2">Infrastructure</Heading>
66+
</div>
67+
<div className="card__body">
68+
<p>
69+
See the router sites the MeshMY team builds and
70+
maintains to extend mesh coverage.
71+
</p>
72+
</div>
73+
<div className="card__footer">
74+
<Link className="button button--secondary button--block" to="/meshtastic/infrastructure">
75+
View infrastructure
76+
</Link>
77+
</div>
78+
</div>
79+
</div>
6280
</div>
6381
</div>
6482
</div>

0 commit comments

Comments
 (0)