-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathllms_config.json
More file actions
108 lines (104 loc) · 4.07 KB
/
llms_config.json
File metadata and controls
108 lines (104 loc) · 4.07 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
{
"schema_version": "1.2",
"project": {
"id": "wormhole",
"name": "Wormhole",
"project_url": "https://wormhole.com",
"docs_base_url": "https://wormhole.com/docs/"
},
"repository": {
"host": "github",
"org": "wormhole-foundation",
"repo": "wormhole-docs",
"default_branch": "main",
"docs_path": ".",
"ai_artifacts_path": "ai/pages"
},
"content": {
"docs_dir": ".",
"base_context_categories": ["basics", "reference"],
"categories_info": {
"basics": {
"id": "basics",
"name": "Basics",
"description": "Wormhole's architecture, security, and core components to help understand how the protocol works."
},
"ntt": {
"id": "ntt",
"name": "NTT",
"description": "All NTT docs, including architecture, deployment guides, CLI usage, and configuration for EVM and Solana."
},
"connect": {
"id": "connect",
"name": "Connect",
"description": "Setup, features, and configuration details for integrating the Connect widget into your dApp."
},
"wtt": {
"id": "wtt",
"name": "WTT",
"description": "Architecture overview, transfer flows, and smart contract methods for cross-chain token transfers using WTT."
},
"settlement": {
"id": "settlement",
"name": "Settlement",
"description": "Architecture, integration guides, and setup instructions for building on the Wormhole Settlement protocol."
},
"executor": {
"id": "executor",
"name": "Executor",
"description": "Guides and reference for using the Executor shared execution framework to deliver Wormhole messages across chains."
},
"multigov": {
"id": "multigov",
"name": "MultiGov",
"description": "Architecture, deployment steps, and upgrade instructions for multichain governance on EVM and Solana."
},
"queries": {
"id": "queries",
"name": "Queries",
"description": "Guides for using the Wormhole Query SDK and Proxy to construct, test, and verify on-chain data queries across chains."
},
"transfer": {
"id": "transfer",
"name": "Transfer",
"description": "Comprehensive documentation for Wormhole transfer products."
},
"typescript-sdk": {
"id": "typescript-sdk",
"name": "TypeScript SDK",
"description": "Docs for working with VAAs, payloads, and cross-chain message structures using the TypeScript SDK."
},
"solidity-sdk": {
"id": "solidity-sdk",
"name": "Solidity SDK",
"description": "Docs for integrating Wormhole in Solidity, including contract interfaces, examples, and cross-chain messaging patterns."
},
"cctp": {
"id": "cctp",
"name": "CCTP",
"description": "Guides and reference for sending USDC across chains using Circle's CCTP and the Wormhole messaging protocol."
},
"reference": {
"id": "reference",
"name": "Reference",
"description": "Reference details such as chain IDs, contract addresses, and finality levels."
}
},
"exclusions": {
"skip_basenames": [
".CONTRIBUTING.md",
"index.md",
"LICENSE.md",
"ai-resources.md"
],
"skip_paths": ["venv"]
}
},
"outputs": {
"public_root": "/ai/",
"files": {
"llms_full": "llms-full.jsonl",
"pages_dir": "pages"
}
}
}