chore: add documentation links

This commit is contained in:
Abhishek Kumar 2026-04-09 12:39:49 +05:30
parent 9decdb2f4b
commit e6fd106a29
4 changed files with 26 additions and 7 deletions

View file

@ -1,6 +1,6 @@
"use client";
import { Plus, RotateCcw, Search, Trash2 } from "lucide-react";
import { ExternalLink, Plus, RotateCcw, Search, Trash2 } from "lucide-react";
import { useRouter } from "next/navigation";
import { useCallback, useEffect, useState } from "react";
@ -269,7 +269,10 @@ export default function ToolsPage() {
<div className="mb-8">
<h1 className="text-3xl font-bold mb-2">Tools</h1>
<p className="text-muted-foreground">
Manage reusable tools that can be used across your workflows
Manage reusable tools that can be used across your workflows.{" "}
<a href="https://docs.dograh.com/voice-agent/tools/introduction" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-0.5 underline">
Learn more <ExternalLink className="h-3 w-3" />
</a>
</p>
</div>