@eventcatalog/create-eventcatalog 2.2.4 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -22466,7 +22466,7 @@ var import_os2 = __toESM(require("os"));
|
|
|
22466
22466
|
var package_default = {
|
|
22467
22467
|
name: "@eventcatalog/create-eventcatalog",
|
|
22468
22468
|
description: "Create EventCatalog with one command",
|
|
22469
|
-
version: "2.2.
|
|
22469
|
+
version: "2.2.5",
|
|
22470
22470
|
bin: {
|
|
22471
22471
|
"create-catalog": "./dist/index.js"
|
|
22472
22472
|
},
|
package/package.json
CHANGED
|
@@ -50,6 +50,13 @@ export default {
|
|
|
50
50
|
},
|
|
51
51
|
],
|
|
52
52
|
],
|
|
53
|
+
docs: {
|
|
54
|
+
sidebar: {
|
|
55
|
+
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
56
|
+
// FLAT_VIEW will render the DOCS as a flat list (no nested folders)
|
|
57
|
+
type: 'TREE_VIEW'
|
|
58
|
+
},
|
|
59
|
+
},
|
|
53
60
|
// Enable RSS feed for your eventcatalog
|
|
54
61
|
rss: {
|
|
55
62
|
enabled: true,
|
|
@@ -16,6 +16,13 @@ export default {
|
|
|
16
16
|
src: '/logo.png',
|
|
17
17
|
text: 'EventCatalog'
|
|
18
18
|
},
|
|
19
|
+
docs: {
|
|
20
|
+
sidebar: {
|
|
21
|
+
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
22
|
+
// FLAT_VIEW will render the DOCS as a flat list (no nested folders)
|
|
23
|
+
type: 'TREE_VIEW'
|
|
24
|
+
},
|
|
25
|
+
},
|
|
19
26
|
// Enable RSS feed for your eventcatalog
|
|
20
27
|
rss: {
|
|
21
28
|
enabled: true,
|
|
@@ -22,6 +22,13 @@ export default {
|
|
|
22
22
|
// number of items to include in the feed per resource (event, service, etc)
|
|
23
23
|
limit: 20
|
|
24
24
|
},
|
|
25
|
+
docs: {
|
|
26
|
+
sidebar: {
|
|
27
|
+
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
28
|
+
// FLAT_VIEW will render the DOCS as a flat list (no nested folders)
|
|
29
|
+
type: 'TREE_VIEW'
|
|
30
|
+
},
|
|
31
|
+
},
|
|
25
32
|
// required random generated id used by eventcatalog
|
|
26
33
|
cId: '<cId>'
|
|
27
34
|
}
|
|
@@ -55,6 +55,13 @@ export default {
|
|
|
55
55
|
},
|
|
56
56
|
],
|
|
57
57
|
],
|
|
58
|
+
docs: {
|
|
59
|
+
sidebar: {
|
|
60
|
+
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
61
|
+
// FLAT_VIEW will render the DOCS as a flat list (no nested folders)
|
|
62
|
+
type: 'TREE_VIEW'
|
|
63
|
+
},
|
|
64
|
+
},
|
|
58
65
|
// Enable RSS feed for your eventcatalog
|
|
59
66
|
rss: {
|
|
60
67
|
enabled: true,
|