-
Notifications
You must be signed in to change notification settings - Fork 10
/
parliament.json
39 lines (39 loc) · 1.11 KB
/
parliament.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
{
"name": "Parliament Onboarding",
"version": "1.0.0",
"description": "Allow anyone to trigger a complex signing process",
"author": "DevRel Team",
"view_type": "mdbook",
"meta_keywords": "adobe, parliament",
"meta_description": "default description",
"publish_date": "30/08/2018",
"show_edit_github_banner": false,
"base_path": "https://raw.githubusercontent.com",
"pages": [
{
"importedFileName": "readme",
"pages": [
{
"importedFileName": "user_guide",
"pages": [],
"path": "adobe/dynamic-workflow/master/docs/user_guide.md",
"title": "User Guide"
},
{
"importedFileName": "deploy",
"pages": [],
"path": "adobe/dynamic-workflow/master/docs/deploy.md",
"title": "Build/Deploy"
},
{
"importedFileName": "configuration",
"pages": [],
"path": "adobe/dynamic-workflow/master/docs/configuration.md",
"title": "Configurations"
}
],
"path": "adobe/dynamic-workflow/master/docs/main.md",
"title": "Overview"
}
]
}