-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
159 lines (153 loc) · 5.2 KB
/
Copy pathmkdocs.yml
File metadata and controls
159 lines (153 loc) · 5.2 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
site_name: Docs Portal
site_description: Documentation for the Unicity Protocol, AgentSphere, and AgentStack.
site_url: https://unicitynetwork.github.io/unicity-docs/
repo_url: https://github.com/unicitynetwork/unicity-docs
repo_name: unicitynetwork/unicity-docs
copyright: Unicity Labs
theme:
name: material
logo: assets/logo.svg
font:
text: Geist
code: Geist Mono
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.indexes
- navigation.tracking
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji
# Keep the build resilient: report problems, do not fail the build on
# cross-repo relative links that point at source files we did not import.
validation:
nav:
omitted_files: ignore
not_found: warn
links:
not_found: warn
anchors: warn
plugins:
- search
- multirepo:
cleanup: true
keep_docs_dir: true
nav_repos:
- name: stsdk
import_url: https://github.com/unicitynetwork/state-transition-sdk-js?branch=main
imports:
- /README.md
- /unicity-token-protocol-spec.md
- name: sphere
import_url: https://github.com/unicity-sphere/sphere-sdk?branch=main
imports:
- /README.md
- /ARCHITECTURE.md
- docs/QUICKSTART-NODEJS.md
- docs/QUICKSTART-BROWSER.md
- docs/QUICKSTART-CLI.md
- docs/INTEGRATION.md
- docs/L1-ALPHA.md
- docs/UNICITY-ID.md
- docs/API.md
- docs/PROVIDERS-AND-CONFIG.md
- docs/MULTI-ADDRESS.md
- docs/PAYMENT-REQUESTS.md
- docs/MARKET.md
- docs/SWAP-PROTOCOL-V2.md
- docs/CONNECT.md
- docs/DIRECT-MESSAGES.md
- docs/GROUP-CHAT.md
- docs/IDENTITY-CRYPTO.md
- docs/IPFS-STORAGE.md
- docs/WALLET-IMPORT-EXPORT.md
- name: astrid
import_url: https://github.com/unicity-astrid/astrid?branch=main
imports:
- /README.md
- docs/config.md
- docs/sdk-ergonomics.md
- docs/gateway-client.md
- docs/gateway-deployment.md
- docs/metrics.md
nav:
- Home: index.md
- Unicity Protocol:
- Overview: protocol/index.md
- Research Papers: protocol/research-papers.md
- State Transition SDK (JS):
- Overview: stsdk/README.md
- Token Protocol Spec: stsdk/unicity-token-protocol-spec.md
- AgentSphere:
- Sphere SDK:
- Overview: sphere/README.md
- Architecture: sphere/ARCHITECTURE.md
- Quickstart (Node.js): sphere/docs/QUICKSTART-NODEJS.md
- Quickstart (Browser): sphere/docs/QUICKSTART-BROWSER.md
- Quickstart (CLI): sphere/docs/QUICKSTART-CLI.md
- Integration Guide: sphere/docs/INTEGRATION.md
- L1 (ALPHA): sphere/docs/L1-ALPHA.md
- Unicity ID: sphere/docs/UNICITY-ID.md
- API Reference: sphere/docs/API.md
- Providers & Config: sphere/docs/PROVIDERS-AND-CONFIG.md
- Multi-Address: sphere/docs/MULTI-ADDRESS.md
- Payments & Requests: sphere/docs/PAYMENT-REQUESTS.md
- Market & Discovery: sphere/docs/MARKET.md
- Atomic Swaps: sphere/docs/SWAP-PROTOCOL-V2.md
- Connect (dApp / Wallet): sphere/docs/CONNECT.md
- Direct Messages: sphere/docs/DIRECT-MESSAGES.md
- Group Chat: sphere/docs/GROUP-CHAT.md
- Identity & Crypto: sphere/docs/IDENTITY-CRYPTO.md
- Token Backup (IPFS): sphere/docs/IPFS-STORAGE.md
- Wallet Import / Export: sphere/docs/WALLET-IMPORT-EXPORT.md
- AgentStack:
- AstridOS:
- Overview: agentstack/astrid.md
- Kernel README: astrid/README.md
- The Astrid Book: https://unicity-astrid.github.io/book/
- The Contributor Handbook: https://unicity-astrid.github.io/handbook/
- Configuration: astrid/docs/config.md
- SDK Ergonomics: astrid/docs/sdk-ergonomics.md
- Gateway Client: astrid/docs/gateway-client.md
- Gateway Deployment: astrid/docs/gateway-deployment.md
- Metrics: astrid/docs/metrics.md
- Repositories:
- astrid (kernel): https://github.com/unicity-astrid/astrid
- sdk-rust: https://github.com/unicity-astrid/sdk-rust
- sdk-js: https://github.com/unicity-astrid/sdk-js