@eventcatalog/create-eventcatalog 2.2.3 → 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.3",
22469
+ version: "2.2.5",
22470
22470
  bin: {
22471
22471
  "create-catalog": "./dist/index.js"
22472
22472
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eventcatalog/create-eventcatalog",
3
3
  "description": "Create EventCatalog with one command",
4
- "version": "2.2.3",
4
+ "version": "2.2.5",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -50,6 +50,19 @@ 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
+ },
60
+ // Enable RSS feed for your eventcatalog
61
+ rss: {
62
+ enabled: true,
63
+ // number of items to include in the feed per resource (event, service, etc)
64
+ limit: 20
65
+ },
53
66
  // required random generated id used by eventcatalog
54
67
  cId: '<cId>'
55
68
  };
@@ -16,6 +16,19 @@ 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
+ },
26
+ // Enable RSS feed for your eventcatalog
27
+ rss: {
28
+ enabled: true,
29
+ // number of items to include in the feed per resource (event, service, etc)
30
+ limit: 20
31
+ },
19
32
  // required random generated id used by eventcatalog
20
33
  cId: '<cId>'
21
34
  }
@@ -16,6 +16,19 @@ export default {
16
16
  src: '/logo.png',
17
17
  text: 'EventCatalog'
18
18
  },
19
+ // Enable RSS feed for your eventcatalog
20
+ rss: {
21
+ enabled: true,
22
+ // number of items to include in the feed per resource (event, service, etc)
23
+ limit: 20
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
+ },
19
32
  // required random generated id used by eventcatalog
20
33
  cId: '<cId>'
21
34
  }
@@ -55,6 +55,19 @@ 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
+ },
65
+ // Enable RSS feed for your eventcatalog
66
+ rss: {
67
+ enabled: true,
68
+ // number of items to include in the feed per resource (event, service, etc)
69
+ limit: 20
70
+ },
58
71
  // required random generated id used by eventcatalog
59
72
  cId: '<cId>'
60
73
  };