Skip to content

Commit 32dc7a9

Browse files
committed
fix: add missing social share dependencies
1 parent bd1b716 commit 32dc7a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+131
-158
lines changed

CoCreate.config.js

Lines changed: 54 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,53 @@ module.exports = {
66
host: "server.cocreate.app:8088"
77
},
88

9-
sources: [{
10-
path: "./docs/index.html",
11-
collection: "files",
12-
document_id: "602726f95e697f4f26a98a57",
13-
key: "html",
14-
data:{
15-
name: "CoCreateJS Doc",
16-
}
17-
},
18-
{
19-
path: "./docs/menu.html",
20-
collection: "components",
21-
document_id: "603717b07de7fb350ae9fec8",
22-
key: "html",
23-
data:{
24-
name: "CoCreateJS Doc Menu",
25-
}
26-
},
9+
sources: [
10+
// {
11+
// path: "./docs/index.html",
12+
// collection: "files",
13+
// document_id: "602726f95e697f4f26a98a57",
14+
// key: "html",
15+
// data:{
16+
// name: "CoCreateJS Doc",
17+
// }
18+
// },
2719
{
28-
path: "./docs/navbar.html",
29-
collection: "components",
30-
document_id: "60395ef42b3ac232657040fd",
20+
path: "./docs/elements.html",
21+
collection: "files",
22+
document_id: "6084db6968177d4c2f556fd7",
3123
key: "html",
3224
data:{
33-
name: "CoCreateJS Doc Navbar",
25+
name: "CoCreateJS Elements Doc",
3426
}
3527
},
28+
29+
// {
30+
// path: "./docs/menu.html",
31+
// collection: "components",
32+
// document_id: "603717b07de7fb350ae9fec8",
33+
// key: "html",
34+
// data:{
35+
// name: "CoCreateJS Doc Menu",
36+
// }
37+
// },
38+
// {
39+
// path: "./docs/navbar.html",
40+
// collection: "components",
41+
// document_id: "60395ef42b3ac232657040fd",
42+
// key: "html",
43+
// data:{
44+
// name: "CoCreateJS Doc Navbar",
45+
// }
46+
// },
47+
// {
48+
// path: "./docs/elements.html",
49+
// collection: "files",
50+
// document_id: "6084db6968177d4c2f556fd7",
51+
// key: "html",
52+
// data:{
53+
// name: "CoCreateJS Elements Doc",
54+
// }
55+
// },
3656
],
3757

3858
crud: [{
@@ -43,7 +63,18 @@ module.exports = {
4363
document_id: "602726f95e697f4f26a98a57",
4464
name: "html",
4565
domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
46-
route: "/docs/CoCreateJS",
66+
route: "/docs",
67+
}
68+
},
69+
{
70+
collection: "routes",
71+
document_id: "6084db6968177d4c2f556fd6",
72+
data:{
73+
collection: "files",
74+
document_id: "6084db6968177d4c2f556fd7",
75+
name: "html",
76+
domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
77+
route: "/docs/elements",
4778
}
4879
}
4980
],

dist/8946.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/CoCreate.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/action-chunk.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/attributes-chunk.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)