-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
92 lines (92 loc) · 2.1 KB
/
docs.json
File metadata and controls
92 lines (92 loc) · 2.1 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Umbra CLI",
"favicon": "/favicon.svg",
"colors": {
"primary": "#06b6d4",
"light": "#22d3ee",
"dark": "#0891b2"
},
"seo": {
"indexing": "all",
"metatags": {
"description": "Umbra CLI — privacy-preserving token transfers on Solana from your terminal. Shield tokens, manage encrypted balances, and send anonymous stealth UTXOs.",
"keywords": "Umbra, Umbra CLI, Solana, privacy, stealth transfers, encrypted token accounts, ETA, UTXO, mixer, anonymous, DeFi, CLI",
"author": "Umbra CLI",
"robots": "index, follow",
"googlebot": "index, follow",
"canonical": "https://umbra.0xcreator.dev",
"og:type": "website",
"og:site_name": "Umbra CLI",
"og:image": "/og.png",
"og:image:width": "1200",
"og:image:height": "630",
"og:locale": "en_US",
"twitter:card": "summary_large_image",
"twitter:image": "/og.png",
"apple-mobile-web-app-title": "Umbra CLI",
"application-name": "Umbra CLI"
}
},
"navigation": {
"groups": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart"]
},
{
"group": "Commands",
"pages": [
"commands/register",
{
"group": "user",
"pages": [
"commands/user/add",
"commands/user/list",
"commands/user/use",
"commands/user/remove"
]
},
{
"group": "config",
"pages": [
"commands/config/get",
"commands/config/set"
]
},
{
"group": "eta",
"pages": [
"commands/eta/deposit",
"commands/eta/balance",
"commands/eta/withdraw",
"commands/eta/convert"
]
},
{
"group": "utxo",
"pages": [
"commands/utxo/scan",
"commands/utxo/create",
"commands/utxo/claim"
]
},
{
"group": "plugin",
"pages": [
"commands/plugin/add",
"commands/plugin/list",
"commands/plugin/remove",
"commands/plugin/use"
]
}
]
},
{
"group": "Changelog",
"pages": ["changelog/v0.2.2", "changelog/v0.2.0"]
}
]
}
}