@eventcatalog/create-eventcatalog 2.2.6 → 2.2.7
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.7",
|
|
22470
22470
|
bin: {
|
|
22471
22471
|
"create-catalog": "./dist/index.js"
|
|
22472
22472
|
},
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
|
|
|
6
6
|
/** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
|
|
7
7
|
export default {
|
|
8
8
|
title: 'EventCatalog',
|
|
9
|
-
tagline: '
|
|
9
|
+
tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
|
|
10
10
|
organizationName: '<organizationName>',
|
|
11
11
|
homepageLink: 'https://eventcatalog.dev/',
|
|
12
12
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
@@ -53,8 +53,8 @@ export default {
|
|
|
53
53
|
docs: {
|
|
54
54
|
sidebar: {
|
|
55
55
|
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
56
|
-
//
|
|
57
|
-
type: '
|
|
56
|
+
// LIST_VIEW will render the DOCS that look familiar to API documentation websites
|
|
57
|
+
type: 'LIST_VIEW'
|
|
58
58
|
},
|
|
59
59
|
},
|
|
60
60
|
// Enable RSS feed for your eventcatalog
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
|
|
2
2
|
export default {
|
|
3
3
|
title: 'EventCatalog',
|
|
4
|
-
tagline: '
|
|
4
|
+
tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
@@ -19,8 +19,8 @@ export default {
|
|
|
19
19
|
docs: {
|
|
20
20
|
sidebar: {
|
|
21
21
|
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
22
|
-
//
|
|
23
|
-
type: '
|
|
22
|
+
// LIST_VIEW will render the DOCS that look familiar to API documentation websites
|
|
23
|
+
type: 'LIST_VIEW'
|
|
24
24
|
},
|
|
25
25
|
},
|
|
26
26
|
// Enable RSS feed for your eventcatalog
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
|
|
2
2
|
export default {
|
|
3
3
|
title: 'EventCatalog',
|
|
4
|
-
tagline: '
|
|
4
|
+
tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
docs: {
|
|
26
26
|
sidebar: {
|
|
27
27
|
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
28
|
-
//
|
|
29
|
-
type: '
|
|
28
|
+
// LIST_VIEW will render the DOCS that look familiar to API documentation websites
|
|
29
|
+
type: 'LIST_VIEW'
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
// required random generated id used by eventcatalog
|
|
@@ -6,7 +6,7 @@ const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
|
|
|
6
6
|
/** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
|
|
7
7
|
export default {
|
|
8
8
|
title: "EventCatalog",
|
|
9
|
-
tagline:
|
|
9
|
+
tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
|
|
10
10
|
organizationName: '<organizationName>',
|
|
11
11
|
homepageLink: "https://eventcatalog.dev/",
|
|
12
12
|
editUrl: "https://github.com/boyney123/eventcatalog-demo/edit/master",
|
|
@@ -58,8 +58,8 @@ export default {
|
|
|
58
58
|
docs: {
|
|
59
59
|
sidebar: {
|
|
60
60
|
// TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
|
|
61
|
-
//
|
|
62
|
-
type: '
|
|
61
|
+
// LIST_VIEW will render the DOCS that look familiar to API documentation websites
|
|
62
|
+
type: 'LIST_VIEW'
|
|
63
63
|
},
|
|
64
64
|
},
|
|
65
65
|
// Enable RSS feed for your eventcatalog
|