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

Hide catalog dependencies in docs sidebar #1123

Open
boyney123 opened this issue Feb 6, 2025 · 0 comments
Open

Hide catalog dependencies in docs sidebar #1123

boyney123 opened this issue Feb 6, 2025 · 0 comments

Comments

@boyney123
Copy link
Collaborator

Use Case

Users can specify events, commands or queries there eventcatalog depends on using dependencies

 dependencies: {
    events: [{
      id: 'PaymentFailed'
    }, {
      id: 'OrderPlaced'
    }, {
      id: 'LoyaltyPointsEarned'
    }],
  }

When you run this, the doc sidebar shows these in the navigation list. I think it might be better not to show these for teams, keeping the team catalog simple.

Proposed Solution

No response

Implementation Notes

No response

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.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out in the EventCatalog Discord.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant