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. -

-
);