docs(index): start cleanup, remove proof of work from core branding

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-06 01:20:42 +00:00
parent 7d0c58d1a8
commit edb7ab1ae9
2 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = { const config: Config = {
title: 'Anubis', 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', favicon: 'img/favicon.ico',
// Set the production url of your site here // Set the production url of your site here
+2 -9
View File
@@ -31,19 +31,12 @@ export default function Home(): ReactNode {
const { siteConfig } = useDocusaurusContext(); const { siteConfig } = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`Anubis: self hostable scraper defense software`} title={`Anubis: Web AI Firewall Utility`}
description="Weigh the soul of incoming HTTP requests using proof-of-work to stop AI crawlers" description="Weigh the soul of incoming HTTP requests to protect your website!"
> >
<HomepageHeader /> <HomepageHeader />
<main> <main>
<HomepageFeatures /> <HomepageFeatures />
<center>
<p>
This is all placeholder text. It will be fixed. Give me time. I am
one person and my project has unexpectedly gone viral.
</p>
</center>
</main> </main>
</Layout> </Layout>
); );