From c77c1a91887695a2e01f552b18d2c81dc3f64b3b Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 9 Feb 2025 03:43:30 -0800 Subject: [PATCH] add donate button docsite --- docsite/docusaurus.config.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docsite/docusaurus.config.ts b/docsite/docusaurus.config.ts index 8f7f38238..957d72bc6 100644 --- a/docsite/docusaurus.config.ts +++ b/docsite/docusaurus.config.ts @@ -41,13 +41,11 @@ const config: Config = { { docs: { sidebarPath: "./sidebars.ts", - editUrl: - "https://github.com/moghtech/komodo/tree/main/docsite", + editUrl: "https://github.com/moghtech/komodo/tree/main/docsite", }, blog: { showReadingTime: true, - editUrl: - "https://github.com/moghtech/komodo/tree/main/docsite", + editUrl: "https://github.com/moghtech/komodo/tree/main/docsite", }, theme: { customCss: "./src/css/custom.css", @@ -78,7 +76,12 @@ const config: Config = { label: "docs", }, { - href: "https://docs.rs/komodo_client/latest/komodo_client/", + href: "https://opencollective.com/komodo", + label: "Donate", + position: "right", + }, + { + href: "https://docs.rs/komodo_client/latest/komodo_client", label: "Docs.rs", position: "right", },