소스 검색

docs: add funding page

Signed-off-by: Xe Iaso <me@xeiaso.net>
Xe Iaso 3 달 전
부모
커밋
d82c12de28
4개의 변경된 파일12개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 1
      docs/docs/admin/installation.mdx
  2. 1 3
      docs/docs/admin/policies.md
  3. 10 0
      docs/docs/funding.md
  4. 1 1
      docs/docusaurus.config.ts

+ 0 - 1
docs/docs/installation.mdx → docs/docs/admin/installation.mdx

@@ -1,5 +1,4 @@
 ---
 ---
-sidebar_position: 20
 title: Setting up Anubis
 title: Setting up Anubis
 ---
 ---
 
 

+ 1 - 3
docs/docs/policies.md → docs/docs/admin/policies.md

@@ -1,9 +1,7 @@
 ---
 ---
-sidebar_position: 30
+title: Policy Definitions
 ---
 ---
 
 
-# Policy Definitions
-
 Out of the box, Anubis is pretty heavy-handed. It will aggressively challenge everything that might be a browser (usually indicated by having `Mozilla` in its user agent). However, some bots are smart enough to get past the challenge. Some things that look like bots may actually be fine (IE: RSS readers). Some resources need to be visible no matter what. Some resources and remotes are fine to begin with.
 Out of the box, Anubis is pretty heavy-handed. It will aggressively challenge everything that might be a browser (usually indicated by having `Mozilla` in its user agent). However, some bots are smart enough to get past the challenge. Some things that look like bots may actually be fine (IE: RSS readers). Some resources need to be visible no matter what. Some resources and remotes are fine to begin with.
 
 
 Bot policies let you customize the rules that Anubis uses to allow, deny, or challenge incoming requests. Currently you can set policies by the following matches:
 Bot policies let you customize the rules that Anubis uses to allow, deny, or challenge incoming requests. Currently you can set policies by the following matches:

+ 10 - 0
docs/docs/funding.md

@@ -0,0 +1,10 @@
+---
+sidebar_position: 998
+title: Supporting Anubis financially
+---
+
+Anubis is provided to the public for free in order to help advance the common good. In return, we ask (but not demand, these are words on the internet, not word of law) that you not remove the Anubis character from your deployment.
+
+If you want to run an unbranded or white-label version of Anubis, please [contact Xe](https://xeiaso.net/contact) to arrange a contract. This is not meant to be "contact us" pricing, I am still evaluating the market for this solution and figuring out what makes sense.
+
+You can donate to the project [on Patreon](https://patreon.com/cadey).

+ 1 - 1
docs/docusaurus.config.ts

@@ -105,7 +105,7 @@ const config: Config = {
             },
             },
             {
             {
               label: "Installation",
               label: "Installation",
-              to: "/docs/installation",
+              to: "/docs/admin/installation",
             },
             },
           ],
           ],
         },
         },