Configuration
EventCatalog allows you to define overrides for your organization. These exist in the eventcatalog.config.js
file.
Catalog configuration
The eventcatalog.config.js
file is the heart of your application. It allows you to define overrides for EventCatalog.
See the API documentation to override defaults for EventCatalog.
Setting up VSCode
EventCatalog uses MDX file format for documentation.
If you are using VSCode you can install the MDX plugin, for the .mdx
files.
Recommended Plugins:
- https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx
- https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode
Customize favicon
You can customize the favicon
for your EventCatalog by adding a favicon in in the public directory: /public/favicon.ico
.