-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
123 lines (118 loc) · 3.77 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: Agentopia
site_url: https://docs.agentopia.xyz
site_author: Yash Agarwal
site_description: On-demand Services/Data marketplace for AI Agents
repo_name: nurturelabs-co/Agentopia
repo_url: https://github.com/nurturelabs-co/Agentopia
copyright: Copyright (c) 2023-present Agentopia <[email protected]>
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: black
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: black
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to system preference
features:
- content.code.annotate
- content.code.copy
# - content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
# - navigation.instant.preview
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.tabs.link
icon:
repo: fontawesome/brands/github-alt
logo: img/agentopia_logo.png
favicon: img/agentopia_logo.png
language: en
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search:
- git-revision-date-localized:
type: timeago
enable_creation_date: true
- mkdocstrings:
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/agentopia/
- icon: fontawesome/brands/github
link: https://github.com/nurturelabs-co
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/REPLACE_TWITTER_USERNAME
# - icon: fontawesome/brands/linkedin
# link: https://www.linkedin.com/in/REPLACE_LINKEDIN_USERNAME/
nav:
- Home: index.md
- Quick Start: quick.md
# - Getting Started:
# - Overview: getting-started/overview.md
# - Setting Up Your API:
# - FastAPI Sample App: getting-started/sample-app.md
# - API Configuration: getting-started/api-configuration.md
# - Registering Your Service:
# - Register via Agentopia: getting-started/register-service.md
# - service Stats Dashboard: getting-started/service-dashboard.md
# - Quick Deployment Guide: getting-started/deployment-guide.md
- Using Agentopia Services:
# - Overview: using-servives/overview.md
- Wallet Setup: using-services/wallet-setup.md
- Authentication:
- Generate Signature: using-services/authentication/generate-signature.md
- Managing Nonce: using-services/authentication/nonce.md
- Create an API Key: using-services/authentication/create-api-key.md
- Check Wallet Balance: using-services/check-balance.md
- Use services:
- Searching for a Service: using-services/search.md
- Run services via Proxy API: using-services/run-proxy-api.md
- Run services Directly: using-services/run-directly.md
- Selling via Agentopia:
- Overview: selling/overview.md
- Building a Service:
- FastAPI Examples:
- Using the `@service` Decorator: selling/service-decorator.md
- Hello World! Service: selling/hello-world-service.md
- Handle Holds: selling/handle-holds.md
- Registration and Deployment:
- Register Your Service: selling/register-service.md
- Smart Contracts: contracts.md
# - Community:
# - Join the Community: community/join.md
# - Contribute: community/contribute.md
# - About:
# - What is Agentopia?: about/what-is-agentopia.md
# - Contact Us: about/contact.md