From 7c72de00e03b02263eea1be470a3d9f05c9d9207 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 26 Feb 2024 10:27:07 -0700 Subject: [PATCH] remove title and add donate button --- docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2214253a..d7e177d5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -23,7 +23,6 @@ const config = { }, }, navbar: { - title: "Meshtastic", hideOnScroll: true, logo: { alt: "Meshtastic Logo", @@ -39,6 +38,10 @@ const config = { label: "Downloads", to: "downloads", }, + { + label: "Donate", + to: "docs/contributing/#supporting-and-contributing-to-meshtastic", + }, { label: "About", position: "right",