Skip to content

Commit 4304759

Browse files
committed
Add side nav link to ai docs in insight (#5885)
--- title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" --- If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on adding a new entry to the sidebar in the `sidebar.tsx` file of the `insight` section, specifically introducing a link for "Agents & LLMs". ### Detailed summary - Added a new sidebar entry: - `name`: "Agents & LLMs" - `href`: `${insightSlug}/agents-and-llms` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 4778966 commit 4304759

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/portal/src/app/insight/sidebar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ export const sidebar: SideBar = {
2525
name: "Use cases",
2626
href: `${insightSlug}/use-cases`,
2727
},
28+
{
29+
name: "Agents & LLMs",
30+
href: `${insightSlug}/agents-and-llms`,
31+
},
2832
{
2933
name: "API Reference",
3034
href: "https://insight-api.thirdweb.com/reference",

0 commit comments

Comments
 (0)