-
Notifications
You must be signed in to change notification settings - Fork 9
/
site.yml
72 lines (72 loc) · 1.59 KB
/
site.yml
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
-
_valid: true
_name: 'minimal'
_data:
name: "The Grid"
repo: "the-domains/the-grid"
domain: 'thegrid.io'
owner: "0d1fbca0-ee3c-4157-9881-b03db3e462b9"
-
_valid: true
_name: 'without-owner'
_data:
name: "The Grid"
repo: "the-domains/the-grid"
domain: 'thegrid.io'
-
_valid: true
_name: 'with-config'
_data:
id: "059c8aa5-5fac-4bb7-b160-48689bc12a7c"
name: "The Grid"
repo: "the-domains/the-grid"
domain: 'thegrid.io'
path: null
url: 'http://thegrid.io'
config:
name: 'GSS site'
color:
brandColors: [ "#FFFC4F", "#3AFFD6" ]
brandStrength: 0.9
owner: "0d1fbca0-ee3c-4157-9881-b03db3e462b9"
collaborators: []
created_at: '2014-05-08T13:22:59.000Z'
updated_at: null
-
_valid: true
_name: 'without-owner-with-config'
_data:
name: "The Grid"
repo: "the-domains/the-grid"
domain: 'thegrid.io'
path: null
config:
name: 'GSS site'
color:
brandColors: [ "#FFFC4F", "#3AFFD6" ]
brandStrength: 0.9
-
_valid: false
_name: 'without-domain-path'
_data:
name: "The Grid"
repo: "the-domains/the-grid"
owner: "0d1fbca0-ee3c-4157-9881-b03db3e462b9"
-
_valid: false
_name: 'invalid-repo'
_data:
id: "059c8aa5-5fac-4bb7-b160-48689bc12a7c"
name: "The Grid"
repo: "the-grid"
path: '/blog'
owner: "0d1fbca0-ee3c-4157-9881-b03db3e462b9"
-
_valid: false
_name: 'invalid-id'
_data:
id: "helloworld"
name: "The Grid"
repo: "the-domains/the-grid"
path: '/blog'
owner: "0d1fbca0-ee3c-4157-9881-b03db3e462b9"