-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.json
43 lines (43 loc) · 1.05 KB
/
index.json
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
{
"$jason": {
"head": {
"data": {
"items": [{
"text": "href",
"path": "/href/app.json"
}, {
"text": "agent to agent request",
"path": "/request/agent2agent/app.json"
}, {
"text": "Jasonette to agent request",
"path": "/request/jasonette2agent/app.json"
}, {
"text": "agent to Jasonette Trigger",
"path": "/trigger/app.json"
}, {
"text": "injecting JS into an existing agent",
"path": "/inject/index.json"
}],
"root_url": "https://jasonette.github.io/AgentJason"
},
"templates": {
"body": {
"header": {
"title": "$agent demo"
},
"sections": [{
"items": {
"{{#each items}}": {
"type": "label",
"text": "{{text}}",
"href": {
"url": "{{$root.root_url}}{{path}}"
}
}
}
}]
}
}
}
}
}