From b35ff51f103a89e0911cd215f032f516b8523b9e Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 22 Mar 2025 13:20:44 -0400 Subject: [PATCH] update docs --- .../docusaurus/docs/09-supporter-program.md | 6 ++- packages/docusaurus/src/css/custom.css | 41 ------------------- 2 files changed, 4 insertions(+), 43 deletions(-) diff --git a/packages/docusaurus/docs/09-supporter-program.md b/packages/docusaurus/docs/09-supporter-program.md index 82d9d5b..2daba84 100644 --- a/packages/docusaurus/docs/09-supporter-program.md +++ b/packages/docusaurus/docs/09-supporter-program.md @@ -2,9 +2,11 @@ ## What is this? -Pangolin is free and open source software and will always continue to be. We will not use this to paywall features. +Pangolin will always be free and open source, but maintaining the project takes a lot of time and resources. To help support ongoing development — including bug fixes, [new features](https://github.com/orgs/fosrl/projects/1/views/1), and community support — we’ve added a way for users to directly contribute. We will not use this to paywall features. -Working on Pangolin takes a lot of time! Your support on this program allows us to continue to support Pangolin with bug fixes, new features, and support. +If you’d like to support the project, you can purchase a supporter key to remove the support button and other marks from the UI. Afterward, you will get to learn a little bit about your adopted Pangolin! + +We know it’s not the most exciting feature, but it helps us keep Pangolin healthy and moving forward. ## How does this work? diff --git a/packages/docusaurus/src/css/custom.css b/packages/docusaurus/src/css/custom.css index b26ffe1..39bb4aa 100644 --- a/packages/docusaurus/src/css/custom.css +++ b/packages/docusaurus/src/css/custom.css @@ -186,47 +186,6 @@ div[class^="announcementBarContent"] a:hover { } /* Default (mobile styles remain unchanged) */ -/* Desktop: Apply new styles only when screen is larger than 768px */ -/* @media (min-width: 769px) { */ -/* .navbarSearchContainer_bmvg .DocSearch-Button { */ -/* border: 1px solid rgb(150, 153, 156); /* Outline instead of background */ */ -/* background: transparent; /* No background */ */ -/* border-radius: 6px; /* Less rounded */ */ -/* padding: 8px 16px; /* Slightly larger */ */ -/* width: 220px; /* Longer search bar */ */ -/* display: flex; */ -/* align-items: center; */ -/* justify-content: center; */ -/* transition: border-color 0.2s ease-in-out; */ -/* box-shadow: none !important; /* Removes any glow */ */ -/* } */ -/* */ -/* .navbarSearchContainer_bmvg .DocSearch-Button:hover, */ -/* .navbarSearchContainer_bmvg .DocSearch-Button:focus { */ -/* border-color: rgb(100, 102, 105); /* Slightly darker border on hover */ */ -/* box-shadow: none !important; /* No glow */ */ -/* } */ -/* */ -/* /* Ensures search text & icon are properly aligned */ */ -/* .navbarSearchContainer_bmvg .DocSearch-Button-Container { */ -/* display: flex; */ -/* align-items: center; */ -/* gap: 8px; */ -/* } */ -/* */ -/* /* Adjust search icon size */ */ -/* .navbarSearchContainer_bmvg .DocSearch-Search-Icon { */ -/* width: 18px; */ -/* height: 18px; */ -/* color: rgb(100, 102, 105); */ -/* } */ -/* */ -/* /* Remove Command+K shortcut icons */ */ -/* .navbarSearchContainer_bmvg .DocSearch-Button-Keys { */ -/* display: none !important; */ -/* } */ -/* } */ - .breadcrumbs li:first-child { display: none; }