mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
fix sidebar
This commit is contained in:
parent
a9b8d48040
commit
6604508395
8
docs/development/reference/protobufs.mdx
Normal file
8
docs/development/reference/protobufs.mdx
Normal 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).
|
25
sidebars.js
25
sidebars.js
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue