update docs

This commit is contained in:
miloschwartz 2025-03-22 13:20:44 -04:00
parent ff2a103caa
commit b35ff51f10
No known key found for this signature in database
2 changed files with 4 additions and 43 deletions

View file

@ -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 — weve 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 youd 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 its not the most exciting feature, but it helps us keep Pangolin healthy and moving forward.
## How does this work?

View file

@ -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;
}