Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home page customisation via eventcatalog.config.js #1018

Open
frisoft opened this issue Dec 13, 2024 · 0 comments
Open

Home page customisation via eventcatalog.config.js #1018

frisoft opened this issue Dec 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@frisoft
Copy link

frisoft commented Dec 13, 2024

I tried this:

Customise the home page title and logo using the eventcatalog.config.js

/** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
export default {
  title: "My Event Catalog",
  tagline: "Discover and document My event-driven architecture",
  organizationName: "MY Organisation",
  logo: {
    alt: "My logo",
    src: "/logo.svg",
    text: "EventCatalog",
  },
 ...
}

This happened:

The home page is still showing the default "Welcome to EventCatalog" title and there is no logo.
eventcatalog.config.js does not seem to have any effect on the home page (Not the docs home page).

I expected this:

To be able to customise the home page.

Is there a workaround?

No response

Anything else?

No response

EventCatalog Version

@eventcatalog/[email protected]

Node.js Version

v20.18.0

Platform(s)

MacOS

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
@frisoft frisoft added the bug Something isn't working label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant