-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.json
More file actions
69 lines (69 loc) · 1.32 KB
/
Copy pathsite.json
File metadata and controls
69 lines (69 loc) · 1.32 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
{
"title": "deed-validate-action",
"output": "_site",
"index_page": "index.html",
"copy": [
{
"from": "www/public",
"to": ".",
"required": false
},
{
"from": "www/.well-known",
"to": ".well-known",
"required": false
},
{
"from": "container",
"to": "container",
"required": false
},
{
"from": "docs",
"to": "docs",
"required": false
},
{
"from": "examples",
"to": "examples",
"required": false
},
{
"from": "features",
"to": "features",
"required": false
},
{
"from": "src",
"to": "src",
"required": false
},
{
"from": "verification",
"to": "verification",
"required": false
},
{
"from": "README.adoc",
"to": "README.adoc",
"required": false
}
],
"listing": [
{
"root": "docs",
"label": "Documentation",
"match": [
".adoc",
".md"
],
"link_target": "source"
}
],
"nojekyll": true,
"notes": [
"Derived by scripts/estate-ruby-exit.mjs — review before merge.",
"index_page is hub/index.html when the repo publishes index.json: GitHub Pages",
"serves index.json for '/' if no index.html exists, and some consumers rely on it."
]
}