mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
fix the slugs
This commit is contained in:
parent
90b2f6f5c9
commit
4287b3f3e7
|
@ -88,11 +88,11 @@ const config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Software',
|
label: 'Software',
|
||||||
to: 'docs/category/software',
|
to: 'docs/software',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Developers',
|
label: 'Developers',
|
||||||
to: 'docs/category/developers',
|
to: 'docs/developers',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue