event-catalog / eventcatalog

An open source documentation tool to bring discoverability to your event-driven architectures
https://eventcatalog.dev
MIT License
1.64k stars 135 forks source link

Owners are being removed from domains index.md file #495

Closed jr-araujo closed 1 month ago

jr-araujo commented 5 months ago

Have you read the Contributing Guidelines on issues?

Description

After running the command npm run generate the owners section is removed from the index.md for domain and services.

Steps to reproduce

  1. Add manually owners in the index.md file for any domain you have
  2. Run the command npm run generate
  3. Take a look at the index.md file for all domains and/or services, and you will see that the owners section was removed

Expected behavior

The owners section must be kept in the index.mdfile of domain and services, even after running npm run generate

Actual behavior

The owners section is being removed from the index.md for domains and services.

Your environment

boyney123 commented 1 month ago

Thanks for raising this issue.


EventCatalog v2 is coming out very soon, so going to close this as I believe it’s no longer an issue in the new version.


If you still experience this issue please raise a new issue.


Thank you!