-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathsync-external-docs-sources.json
More file actions
73 lines (73 loc) · 1.8 KB
/
Copy pathsync-external-docs-sources.json
File metadata and controls
73 lines (73 loc) · 1.8 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
[
{
"id": "axoned-commands",
"repository": "axone-protocol/axoned",
"section": "commands",
"live_ref": "main",
"docs_path": "docs/command",
"tag_scheme": "semver"
},
{
"id": "axoned-modules",
"repository": "axone-protocol/axoned",
"section": "modules",
"live_ref": "main",
"docs_path": "docs/proto",
"tag_scheme": "semver"
},
{
"id": "axoned-predicates",
"repository": "axone-protocol/axoned",
"section": "predicates",
"live_ref": "main",
"docs_path": "docs/predicate",
"tag_scheme": "semver"
},
{
"id": "contracts",
"repository": "axone-protocol/contracts",
"section": "contracts",
"live_ref": "main",
"docs_path": "docs",
"tag_patterns": ["^(?<family>axone-[a-z0-9-]+-v)(?<version>\\d+\\.\\d+\\.\\d+)$"],
"excluded_families": [
"axone-cognitarium-client-v",
"axone-dataverse-v",
"axone-law-stone-v",
"axone-logic-bindings-v",
"axone-objectarium-client-v",
"axone-rdf-v",
"axone-wasm-v"
]
},
{
"id": "ontology",
"repository": "axone-protocol/ontology",
"section": "ontology",
"live_ref": "main",
"docs_path": "docs",
"tag_scheme": "semver"
},
{
"id": "networks",
"repository": "axone-protocol/networks",
"section": "networks",
"live_ref": "main",
"strategy": "generate_networks",
"networks": [
{
"source_path": "chains/1",
"slug": "axone-1",
"type": "mainnet",
"explorer_url": "https://explorer.aknodes.com/AXONE-MAINNET"
},
{
"source_path": "chains/dendrite-2",
"slug": "axone-dendrite-2",
"type": "testnet",
"explorer_url": "https://explorer.aknodes.com/AXONE-TESTNET",
"faucet_url": "https://faucet.axone.xyz"
}
]
}
]