+
Copyright Β© ${new Date().getFullYear()} Bacalhau Project.
+
+ Bacalhau is built and maintained by Expanso,
+ the enterprise edge computing platform.
+
+
+ `,
},
prism: {
- additionalLanguages: ['bash'],
+ additionalLanguages: ['bash', 'yaml', 'json', 'python', 'go'],
},
} satisfies Preset.ThemeConfig,
}
-export default config
+export default config
\ No newline at end of file
diff --git a/static/robots.txt b/static/robots.txt
index d49aac3..553b8df 100644
--- a/static/robots.txt
+++ b/static/robots.txt
@@ -1,11 +1,20 @@
# Bacalhau Documentation
-# https://bacalhau.org
+# https://bacalhau.org/docs
User-agent: *
Allow: /
+# Crawl delay for respectful bot behavior
+Crawl-delay: 1
+
# LLM-friendly content for AI systems
# See https://llmstxt.org/ for specification
-LLMs-Txt: https://bacalhau.org/llms.txt
+LLMs-Txt: https://bacalhau.org/docs/llms.txt
+
+# Main sitemap (includes all docs, use cases, community pages)
+Sitemap: https://bacalhau.org/docs/sitemap.xml
-Sitemap: https://bacalhau.org/sitemap.xml
+# Block old URL patterns if they exist
+Disallow: /docs/v*
+Disallow: /*/_*
+Disallow: /search*
\ No newline at end of file