diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 2a0a1d5fce..1a7070f5d6 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -8,7 +8,7 @@ import "dotenv/config"; const config: Config = { title: "Agenta Documentation", - tagline: "The LLM platform.", + tagline: "The LLMOps platform.", favicon: "images/favicon.ico", // Set the production url of your site here url: "https://docs.agenta.ai", @@ -114,6 +114,11 @@ const config: Config = { position: "left", label: "Changelog", }, + { + to: "https://agenta.ai/blog", + position: "left", + label: "Blog", + }, // { // to: "https://github.com/orgs/Agenta-AI/projects/13/views/1", // position: "left",