mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-26 01:52:42 +00:00
docs(index): start cleanup, remove proof of work from core branding
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user