diff --git a/website/docs/installation.md b/website/docs/installation.md index 275c4607..185af949 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -7,7 +7,7 @@ Getting up and running with EventCatalog should take a few minutes (hopefully!). ## Requirements {#requirements} -- [Node.js](https://nodejs.org/en/download/) version >= 14 or above (which can be checked by running `node -v`). You can use [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine installed +- [Node.js](https://nodejs.org/en/download/) version >= 16.14.0 or above (which can be checked by running `node -v`). You can use [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine installed - [Yarn](https://yarnpkg.com/en/) version >= 1.5 (which can be checked by running `yarn --version`). Yarn is a performant package manager for JavaScript and replaces the `npm` client. It is not strictly necessary but highly encouraged. ## Scaffold project website {#scaffold-project-website} diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index bd46bec6..9a4463c2 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -60,8 +60,11 @@ const config = { docId: 'cli', label: 'API', }, - - { to: '/blog', label: 'Blog', position: 'left' }, + { + href: 'https://serverlessland.com/event-driven-architecture/visuals?ref=eventcatalog.dev', + label: 'Learn EDA', + position: 'left', + }, { type: 'doc', position: 'left', @@ -73,6 +76,7 @@ const config = { label: 'Discord', position: 'left', }, + { href: 'https://app.eventcatalog.dev', label: 'Demo', diff --git a/website/src/components/Hero.js b/website/src/components/Hero.js index 39fb096f..322353af 100644 --- a/website/src/components/Hero.js +++ b/website/src/components/Hero.js @@ -38,7 +38,7 @@ function Hero() {

EventCatalog is an Open Source project that helps you document your{' '} events, services and{' '} - domains. + domains. Over 6,500 catalogs created.

Powered by markdown, components and plugins. @@ -133,8 +133,8 @@ function Hero() {

testimonial

EventCatalog for us replaces a plain wiki. It offers much more insight into an EDA. Features such as the @@ -252,6 +252,42 @@ function Hero() {

+
+
+
+
+

Search, tag and find events, domains and services

+

Filter and find events and services

+

+

View your events, services and domains with a high level overview.

+ +

Filter information, search and tag your events,services and domains.

+ +

+ Generate a quick overview of everything your architecture is doing and dive deeper into the generated markdown pages. +

+

+
+ + View example → + +
+
+
+
+
+ Inbox user interface +
+
+
+