Skip to content

Commit

Permalink
feat(docs): updating to have link to gihub code in into (#1000)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Croft <joshuacroft@Joshuas-MacBook-Pro.local>
  • Loading branch information
devjsc and Joshua Croft authored Oct 18, 2024
1 parent d230240 commit 69e6d8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/spelling/known_words_corpus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ redirections
regex
regexp
rejectConfirmation
repo
req
requestedModel
res
Expand Down
3 changes: 2 additions & 1 deletion pages/guides/agents/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"quickstart": {
"title": "Quickstart"
"title": "Quickstart",
"tags": ["Beginner", "Python", "local"]
},
"getting-started": {
"title": "Getting Started"
Expand Down
8 changes: 4 additions & 4 deletions pages/guides/agents/getting-started/_meta.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"whats-an-agent": {
"title": "What's an Agent?",
"tags": ["Beginner", "Python"],
"tags": ["Beginner", "Python", "local"],
"timestamp": true
},
"installing-uagent": {
"title": "uAgents Framework installation",
"tags": ["Beginner", "Python"],
"tags": ["Beginner", "Python", "local"],
"timestamp": true
},
"create-a-uagent": {
"title": "Create your first agent",
"tags": ["Beginner", "Python"],
"tags": ["Beginner", "Python", "local"],
"timestamp": true
},
"getting-uagent-address": {
"title": "Agents address",
"tags": ["Beginner", "Python", "Address"],
"tags": ["Beginner", "Python", "Address", "local"],
"timestamp": true
}
}
2 changes: 2 additions & 0 deletions pages/guides/agents/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import {CodeGroup, CodeSegment, DocsCode, GithubCodeSegment} from "../../../comp

This **quickstart guide** quickly guides you through installing the uAgents Framework and building a couple of agents in a few steps.

You can find all supporting code files in our dedicated [github repo](https://github.com/fetchai/uAgent-Examples/tree/main/5-documentation/guides/agents/quickstart)

## Installation

### System requirements
Expand Down

0 comments on commit 69e6d8a

Please sign in to comment.