fix sidebar

This commit is contained in:
Sacha Weatherstone 2023-01-19 23:09:55 +10:00
parent a9b8d48040
commit 6604508395
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31
2 changed files with 8 additions and 25 deletions

View file

@ -0,0 +1,8 @@
---
id: protobufs
title: Protobufs
---
Protobufs are used by Meshtastic software to send and receive data between App and Device and Device to Device.
Documentation on the Meshtastic Protobuf messages can be fund on the [BSR(Buf Schema Registry)](https://buf.build/meshtastic/protobufs).

View file

@ -6,31 +6,6 @@ module.exports = {
{
type: "autogenerated",
dirName: "."
},
{
type: "category",
label: "Development",
items: [
{
type: "autogenerated",
dirName: "development"
},
{
type: "category",
label: "Reference Material",
items: [
{
type: "autogenerated",
dirName: "development/reference"
},
{
type: "link",
label: "Protobuf Docs",
href: "https://buf.build/meshtastic/protobufs"
}
]
}
]
}
]
};