Skip to content

Commit

Permalink
Merge pull request #2259 from Agenta-AI/docs/add-blog-link-to-docs
Browse files Browse the repository at this point in the history
docs(app): added blog link to docs
  • Loading branch information
mmabrouk authored Nov 15, 2024
2 parents f410713 + 582f598 commit 0befa1e
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 0befa1e

Please sign in to comment.