Skip to content

Commit bbb6be7

Browse files
committed
test doc
1 parent 6be4068 commit bbb6be7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CoCreate.config.js

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@ module.exports = {
66
host: "server.cocreate.app:8088"
77
},
88

9-
sources: [
10-
{
11-
path: "./test_files/test.html",
12-
collection: "static_html",
13-
document_id: "5f08bf3da588c11bf8ead4b3",
9+
sources: [{
10+
path: "./docs/index.html",
11+
collection: "files",
12+
document_id: "",
1413
key: "html",
1514
data:{
16-
description:"test descrition"
15+
name: "Actions Doc",
1716
}
1817
},
1918
],
2019

21-
crud: [
22-
{
23-
collection: "test",
24-
document_id: "6010e012f80ce138be7eed01",
20+
crud: [{
21+
collection: "routes",
22+
document_id: "",
2523
data:{
26-
domains: ["cocreate.app"],
27-
route: "/docs/boilerplate",
24+
collection: "files",
25+
document_id: "",
26+
name: "html",
27+
domains: ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"],
28+
route: "/docs/actions",
2829
}
2930
}
3031
],
31-
32+
3233
extract: {
3334
directory: "./test_files/",
3435
extensions: [

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# CoCreate-docs
22
A simple docs component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/docs)
33

4-
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-docs/dist/CoCreate-docs.min.js?label=minified%20size&style=for-the-badge)
54
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-docs?style=for-the-badge)
65
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-docs?style=for-the-badge)
76
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-docs/help%20wanted?style=for-the-badge)

0 commit comments

Comments
 (0)