From 0fa091e74ced2bbc639ee3b7c92aca020d6f3fe0 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 25 Jan 2025 01:48:44 +0100 Subject: [PATCH] docs: Fix a title Oops. Signed-off-by: Gergely Nagy --- docs/content/how-it-works/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/how-it-works/index.md b/docs/content/how-it-works/index.md index 645cda7..78ff23b 100644 --- a/docs/content/how-it-works/index.md +++ b/docs/content/how-it-works/index.md @@ -1,6 +1,6 @@ --- title: How? -description: Blah blah +description: How does iocaine work? --- The goal of `iocaine` is to generate a stable, infinite maze of garbage. Each page will be randomly generated, but as long as the configuration (and the training data) remains the same, each individual page will always render the same. Because `iocaine` is expected to work behind a reverse proxy, to shadow the real content when facing unwanted crawlers, it will generate different pages for different hosts, even if the path is the same.