Skip to content

Commit

Permalink
feat(docs): update featured guides (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 authored Dec 12, 2024
1 parent ae41a05 commit 02304dd
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions pages/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,41 @@ import { AgentsIcon, AgentverseIcon, CliIcon,FetchNetwork, AsiIcon, LedgerIcon }
featuredGuides : <FeaturedGuides featuredGuidesData={[
{
type: "Agent",
title : "Installing the uAgents Framework",
path: "/guides/agents/getting-started/installing-uagent",
label : "Beginner"
title : "Communicating with other agents",
path: "/guides/agents/intermediate/communicating-with-other-agents",
label : "Intermediate"
},
{
type: "Agentverse",
title : "Creating an Agentverse hosted agent",
path: "/guides/agentverse/creating-a-hosted-agent",
label : "Beginner"
type: "Agent",
title : "Build a RAG Agent with uAgents and Langchain",
path: "/guides/agents/intermediate/langchain-rag-agent",
label : "Intermediate"
},
{
type: "Agentverse",
title : "Agentverse Functions: register agent Functions on the Agentverse",
path: "/guides/agentverse/agentverse-functions/registering-agent-services",
type: "Agent",
title : "Custom REST endpoints",
path: "/guides/agents/intermediate/rest-endpoints",
label : "Intermediate"
}
,
{
type: "Fetch network",
title : "How to convert Native FET to and from ERC-20 FET",
path: "guides/fetch-network/how-to-convert-fet-to-and-from-erc20",
type: "Agentverse",
title : "Agents and Functions Creation using APIs",
path: "/guides/apis/agent-function-creation-apis",
label : "Intermediate"
}
,
{
type: "ASI Alliance Wallet",
title : "How to stake with Fetch Web Wallet",
path: "/guides/fetch-network/asi-wallet/web-wallet/stake",
type: "Fetch network",
title : "How to stake FET with the ASI Alliance Wallet",
path: "/guides/fetch-network/how-to-stake",
label : "Intermediate"
}
,
{
type: "Agents",
title : "How to use agents to send tokens",
path: "/guides/agents/intermediate/send-tokens",
type: "Fetch network",
title : "Setting up a Multisig Account",
path: "/guides/fetch-network/setting-up-a-multisig",
label : "Intermediate"
}
]} />
Expand Down

0 comments on commit 02304dd

Please sign in to comment.