[registry] Add SVG writing support for relationships during registration and generation#838
[registry] Add SVG writing support for relationships during registration and generation#838
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>
|
@aabidsofi19 a final review needed... |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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.