Skip to main content
New project sponsor 🪝Hookdeck: Serverless infrastructure for event-driven architecture. Learn more.

Customize landing page

EventCatalog provides a default landing page, you can override this with custom markdown.

Changing the default landing page

  1. Create a new folder called pages and markdown file called index.md
    • Example: /pages/index.md (note: New Catalogs will have this already)
  2. Enter your details, save the file and load your catalog.

Example

/pages/index.md
---
id: index
---

# My Awesome Company

Welcome to our [EventCatalog](https://www.eventcatalog.dev/)!

**Quick Links**

* [Events](/discover/events)
* [Domains](/discover/domains)
* [Services](/discover/services)

Example output

Example