Skip to content

Commit

Permalink
docs(app): added blog link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Nov 14, 2024
1 parent f410713 commit 582f598
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 582f598

Please sign in to comment.