-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Shanu Goyanka <[email protected]>
- Loading branch information
1 parent
e5886c5
commit b4a4a24
Showing
4 changed files
with
237 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,194 @@ | ||
# Guides | ||
|
||
## content for landing page of guides | ||
<div className="nx-text-fetch-content"> | ||
This is a placeholder incase we want to have a subtitle for a brief | ||
description/intro text in article pages. | ||
</div> | ||
|
||
leave at root | ||
import { Row } from "../components/mdx"; | ||
import { GuideBox } from "../components/featureGuideTabs"; | ||
|
||
## Featured Guides | ||
|
||
<div className="nx-text-fetch-content"> | ||
Agents are lorem ipsum dolor sit amed consectatur | ||
</div> | ||
|
||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "Installing the uAgent framework", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
</Row> | ||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "How to use μAgents to verify messages", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/message-verification" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Registering in the Almanac contract", | ||
description: | ||
"Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent", | ||
}} | ||
/> | ||
|
||
</Row> | ||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "Communicating with other agents", | ||
description: | ||
"Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent", | ||
}} | ||
/> | ||
<GuideBox | ||
content={{ | ||
title: "How to use the μAgents to simulate a cleaning scenario", | ||
description: | ||
"Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent", | ||
}} | ||
/> | ||
|
||
</Row> | ||
|
||
## Hosting | ||
|
||
<div className="nx-text-fetch-content"> | ||
Quick answers to set up your self-hosted server | ||
</div> | ||
|
||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "Installing the uAgent framework", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
</Row> | ||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "How to use μAgents to verify messages", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/message-verification" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Registering in the Almanac contract", | ||
description: | ||
"Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent", | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
</Row> | ||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "Communicating with other agents", | ||
description: | ||
"Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent", | ||
}} | ||
/> | ||
<GuideBox | ||
content={{ | ||
title: "How to use the μAgents to simulate a cleaning scenario", | ||
description: | ||
"Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent", | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
</Row> | ||
|
||
## Agents | ||
|
||
<div className="nx-text-fetch-content"> | ||
Quick answers to set up your self-hosted server | ||
</div> | ||
|
||
<Row> | ||
<GuideBox | ||
content={{ | ||
title: "Installing the uAgent framework", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/installing-uagent" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
<GuideBox | ||
content={{ | ||
title: "Creating your first agent", | ||
description: "Welcome back to another eagerly anticipated community update.", | ||
path: "guides/agents/create-a-uagent" | ||
}} | ||
/> | ||
|
||
</Row> | ||
|
||
<div className="nx-mb-8"></div> |