From bdaa500701dc6d449a364fad19918625f90e1d7d Mon Sep 17 00:00:00 2001
From: "felix.bucsa" <72919584+FelixNicolaeBucsa@users.noreply.github.com>
Date: Wed, 30 Aug 2023 13:37:01 +0100
Subject: [PATCH] fix: fixed links in products section of landing page (#73)
---
components/products.tsx | 18 +++++++++---------
pages/concepts/agent-services/_meta.json | 3 ++-
pages/concepts/agent-services/agent-apis.mdx | 0
3 files changed, 11 insertions(+), 10 deletions(-)
create mode 100644 pages/concepts/agent-services/agent-apis.mdx
diff --git a/components/products.tsx b/components/products.tsx
index 9df112122..850711c1d 100644
--- a/components/products.tsx
+++ b/components/products.tsx
@@ -68,22 +68,22 @@ const items: { [key: string]: Item[] } = {
'AI Engine': [
{ title: 'Intelligence LLMS', description: (<>Description to explain what to expect or quick links to popular articles>), icon: apiAgentIcon , path: "/concepts/ai-engine/general-intelligence-with-llms"},
{ title: 'Context Control', description: (<>Description to explain what to expect or quick links to popular articles>),icon: insightsAgentIcon , path: "/guides"},
- { title: 'DetlaV', description: (<>Description to explain what to expect or quick links to popular articles>),icon: whisperAgentIcon , path: "/guides"},
+ { title: 'DeltaV', description: (<>Description to explain what to expect or quick links to popular articles>),icon: whisperAgentIcon , path: "/guides"},
{ title: 'Analytics', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
],
'AI Agent Services': [
- { title: 'Hosting ', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
- { title: 'Mailbox', description: (<>Description to explain what to expect or quick links to popular articles>),icon: mailBoxIcon , path: "/guides"},
- { title: 'Agent API', description: (<>Description to explain what to expect or quick links to popular articles>),icon: authenticationIcon , path: "/guides"},
- { title: 'Explorer', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
- { title: 'Search & Discovery', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
+ { title: 'Hosting', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/concepts/agent-services/agent-hosting"},
+ { title: 'Mailbox', description: (<>Description to explain what to expect or quick links to popular articles>),icon: mailBoxIcon , path: "/concepts/agent-services/agent-mail"},
+ { title: 'Agent APIs', description: (<>Description to explain what to expect or quick links to popular articles>),icon: authenticationIcon , path: "/concepts/agent-services/agent-apis"},
+ { title: 'Explorer', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/concepts/agent-services/agent-explorer"},
+ { title: 'Search & Discovery', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/references/contracts/uagents-almanac/almanac-overview"},
],
'Open Network': [
{ title: 'Fetch Ledger', description: (<>Description to explain what to expect or quick links to popular articles>),icon: whisperAgentIcon, path: "/guides"},
{ title: 'Names Service', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
- { title: 'Alamanac', description: (<>Description to explain what to expect or quick links to popular articles>),icon: almanacIcon , path: "/guides"},
- { title: 'Cosmpy', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
- { title: 'Wallet', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides"},
+ { title: 'Almanac', description: (<>Description to explain what to expect or quick links to popular articles>),icon: almanacIcon , path: "/references/contracts/uagents-almanac/almanac-overview"},
+ { title: 'Cosmpy', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides/fetch-network/cosmpy/install"},
+ { title: 'Wallet', description: (<>Description to explain what to expect or quick links to popular articles>),icon: walletIcon , path: "/guides/fetch-network/fetch-wallet-getting-started"},
],
};
diff --git a/pages/concepts/agent-services/_meta.json b/pages/concepts/agent-services/_meta.json
index 4a7f52201..7bfa6fe6f 100644
--- a/pages/concepts/agent-services/_meta.json
+++ b/pages/concepts/agent-services/_meta.json
@@ -4,5 +4,6 @@
"getting-started" : "Getting Started",
"agent-explorer" : "Agentverse Explorer",
"agent-hosting" : "Agentverse Hosting",
- "agent-mail" : "Agentverse Mailroom"
+ "agent-mail" : "Agentverse Mailroom",
+ "agent-apis" : "Agent APIs"
}
\ No newline at end of file
diff --git a/pages/concepts/agent-services/agent-apis.mdx b/pages/concepts/agent-services/agent-apis.mdx
new file mode 100644
index 000000000..e69de29bb