diff --git a/docs/development/reference/protobufs.mdx b/docs/development/reference/protobufs.mdx new file mode 100644 index 00000000..c8b76931 --- /dev/null +++ b/docs/development/reference/protobufs.mdx @@ -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). diff --git a/sidebars.js b/sidebars.js index f32c65ec..c0509e2f 100644 --- a/sidebars.js +++ b/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" - } - ] - } - ] } ] };