-
Notifications
You must be signed in to change notification settings - Fork 164
[registry] Add SVG writing support for relationships during registration and generation #838
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
base: master
Are you sure you want to change the base?
Conversation
…eration Co-authored-by: aabidsofi19 <65964225+aabidsofi19@users.noreply.github.com>
Co-authored-by: aabidsofi19 <65964225+aabidsofi19@users.noreply.github.com>
Co-authored-by: aabidsofi19 <65964225+aabidsofi19@users.noreply.github.com>
|
@copilot, are these SVGs for Relationships written to filesystem in the fashion (with the same approach taken) as writing out SVGs for models and components? |
Yes, the relationship SVGs use the exact same
All three use the same base directory ( |
|
@copilot, is there no need for a new error code or for a reused error code (see https://docs.meshery.io/project/contributing/contributing-error)? |
No new error codes are needed. The relationship SVG writing reuses the existing |
|
@copilot there is no need for CreateRelationshipsMetadataAndCreateSVGsForMDXStyle as we are publisihing the markdown |
…s only markdown is published Co-authored-by: aabidsofi19 <65964225+aabidsofi19@users.noreply.github.com>
models/registration/register.go)registry/component.go)CreateRelationshipsMetadataAndCreateSVGsForMDXStylefunction as only markdown is published (not MDX)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.