Skip to content

add: Shape Builder to Extensions page #2147

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions collections/_extensions/meshery-shape-builder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: single-page-extension
name: Shape Builder
kind: extension
userName: Meshery Authors
userAvatarURL: https://png.pngtree.com/png-vector/20191104/ourmid/pngtree-businessman-avatar-cartoon-style-png-image_1953664.jpg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this used for?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hotlinking like this often results in 404s. Please reference a locally saved asset

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @codered-lgtm, i had taken reference from the other extensions files which used the same link. i'll look for the locally saved asset and use it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Shape Builder is a custom polygon builder used for personalized component representation in Kanvas.

type: Configuration
compatibility:
- meshery
- kanvas
extensionId: 2d54f372-10e5-4c4e-8d23-b9c35c68ce98
logo: /assets/images/meshery-logo.svg
whiteImage: /assets/images/logos/meshery-logo.png
colorImage: /assets/images/logos/meshery-logo-light.svg
extensionInfo: |
Meshery Shape Builder is an interactive tool designed to help users visually create and customize component shapes to use in their designs.
extensionCaveats: |
- Users can easily create new component shapes or choose from a library of predefined ones.
- Export your custom shapes in a format that Meshery can seamlessly integrate and render.
URL: 'https://shapes.meshery.io'
docsURL: 'https://docs.meshery.io/extensions/component-shape-guide'
---
Loading