From edb7ab1ae9a5100429926dcb1a70720f882838bf Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 6 Jul 2025 01:20:42 +0000 Subject: [PATCH] docs(index): start cleanup, remove proof of work from core branding Signed-off-by: Xe Iaso --- docs/docusaurus.config.ts | 2 +- docs/src/pages/index.tsx | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 9aa29ba1..ce6af815 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { title: 'Anubis', - tagline: 'Weigh the soul of incoming HTTP requests using proof-of-work to stop AI crawlers', + tagline: 'Weigh the soul of incoming HTTP requests to protect your website!', favicon: 'img/favicon.ico', // Set the production url of your site here diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index fbe6e5ec..8f505a6b 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -31,19 +31,12 @@ export default function Home(): ReactNode { const { siteConfig } = useDocusaurusContext(); return (
- -
-

- This is all placeholder text. It will be fixed. Give me time. I am - one person and my project has unexpectedly gone viral. -

-
);