Skip to main content

Application Sidebar

The application sidebar is the sidebar that is rendered on every page in EventCatalog.

Example

Show/hide items in the application sidebar​

You can show or hide items in the application sidebar by using the sidebar property in your eventcatalog.config.js file.

By default, all items is the sidebar are shown.

eventcatalog.config.js
// rest of the config
sidebar: [
{
id: '/schemas/explorer',
// This will hide the Schema Explorer
visible: false,
},
]

Options for the sidebar property:

  • id: The id of the item to hide.
  • visible: Whether to show or hide the item.
IDDescription
/The home page icon
/docsThe documentation page icon
/discoverThe discover page icon
/directoryThe users directory page icon
/studioThe EventCatalog Studio icon
/schemas/explorerThe schema explorer page