File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ module.exports = {
8
8
{
9
9
"entry" : "./docs/utility.html" ,
10
10
"collection" : "files" ,
11
- "document_id" : "60c63f2429e7550bebd6fb88" ,
12
- "key" : "src" ,
13
11
"document" : {
12
+ "_id" : "60c63f2429e7550bebd6fb88" ,
14
13
"name" : "index.html" ,
15
14
"path" : "/docs/utility/index.html" ,
15
+ "src" : "{{source}}" ,
16
16
"domains" : [
17
17
"*" ,
18
18
"general.cocreate.app"
@@ -26,11 +26,11 @@ module.exports = {
26
26
{
27
27
"entry" : "./docs/avatar.html" ,
28
28
"collection" : "files" ,
29
- "document_id" : "60c63f2429e7550bebd6fb89" ,
30
- "key" : "src" ,
31
29
"document" : {
30
+ "_id" : "60c63f2429e7550bebd6fb89" ,
32
31
"name" : "avatar.html" ,
33
32
"path" : "/docs/avatar/index.html" ,
33
+ "src" : "{{source}}" ,
34
34
"domains" : [
35
35
"*" ,
36
36
"general.cocreate.app"
@@ -44,11 +44,11 @@ module.exports = {
44
44
{
45
45
"entry" : "./docs/flip-item.html" ,
46
46
"collection" : "files" ,
47
- "document_id" : "60c63f2429e7550bebd6fb8a" ,
48
- "key" : "src" ,
49
47
"document" : {
48
+ "_id" : "60c63f2429e7550bebd6fb8a" ,
50
49
"name" : "flip-item.html" ,
51
50
"path" : "/docs/flip-item/index.html" ,
51
+ "src" : "{{source}}" ,
52
52
"domains" : [
53
53
"*" ,
54
54
"general.cocreate.app"
Original file line number Diff line number Diff line change 79
79
< script >
80
80
var CoCreateConfig = {
81
81
apiKey : 'c2b08663-06e3-440c-ef6f-13978b42883a' ,
82
- organization_id : '5de0387b12e200ea63204d6c '
82
+ organization_id : '5ff747727005da1c272740ab '
83
83
}
84
84
</ script >
85
85
Original file line number Diff line number Diff line change 88
88
< script >
89
89
var CoCreateConfig = {
90
90
apiKey : 'c2b08663-06e3-440c-ef6f-13978b42883a' ,
91
- organization_id : '5de0387b12e200ea63204d6c '
91
+ organization_id : '5ff747727005da1c272740ab '
92
92
}
93
93
</ script >
94
94
Original file line number Diff line number Diff line change 92
92
< script >
93
93
var CoCreateConfig = {
94
94
apiKey : 'c2b08663-06e3-440c-ef6f-13978b42883a' ,
95
- organization_id : '5de0387b12e200ea63204d6c '
95
+ organization_id : '5ff747727005da1c272740ab '
96
96
}
97
97
</ script >
98
98
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ <h2 id="three">Section Three</h2>
157
157
< script >
158
158
var CoCreateConfig = {
159
159
apiKey : 'c2b08663-06e3-440c-ef6f-13978b42883a' ,
160
- organization_id : '5de0387b12e200ea63204d6c '
160
+ organization_id : '5ff747727005da1c272740ab '
161
161
}
162
162
</ script >
163
163
You can’t perform that action at this time.
0 commit comments