diff --git a/.github/spelling/known_words_corpus.txt b/.github/spelling/known_words_corpus.txt index 7d4b693c..7e8b7913 100644 --- a/.github/spelling/known_words_corpus.txt +++ b/.github/spelling/known_words_corpus.txt @@ -536,6 +536,7 @@ redirections regex regexp rejectConfirmation +repo req requestedModel res diff --git a/pages/guides/agents/_meta.json b/pages/guides/agents/_meta.json index a6f74da3..a09bccbf 100644 --- a/pages/guides/agents/_meta.json +++ b/pages/guides/agents/_meta.json @@ -1,6 +1,7 @@ { "quickstart": { - "title": "Quickstart" + "title": "Quickstart", + "tags": ["Beginner", "Python", "local"] }, "getting-started": { "title": "Getting Started" diff --git a/pages/guides/agents/getting-started/_meta.json b/pages/guides/agents/getting-started/_meta.json index ce01898e..5eecb068 100644 --- a/pages/guides/agents/getting-started/_meta.json +++ b/pages/guides/agents/getting-started/_meta.json @@ -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 } } diff --git a/pages/guides/agents/quickstart.mdx b/pages/guides/agents/quickstart.mdx index 1fdfad22..b9ac389e 100644 --- a/pages/guides/agents/quickstart.mdx +++ b/pages/guides/agents/quickstart.mdx @@ -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