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

how to contribute to kanvas catalog #6078

Merged
merged 9 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
Update post.mdx
Signed-off-by: Touriist <126756092+Touriist@users.noreply.github.com>
Touriist authored Jan 14, 2025
commit ae20d0b10c145728f3f079fa6776f52b13600f90
Original file line number Diff line number Diff line change
@@ -71,24 +71,16 @@ Begin by creating a new design from scratch, using existing design patterns and
- Start from a pre-built template or clone an existing design from the Catalog. This allows you to build on established designs for a quicker start.
<img src={catalogGIF} />


**Import a Design**:

- Access the Kanvas Designer and select the "Import" button in the left Designs panel. Alternatively, import your own designs from local filesystem or from a remote URL directly into the Catalog.
Upload a file or provide a URL for Docker Compose, Helm Charts, Meshery Designs or Kubernetes Manifests.\
Choose to either import as new or merge into current design that you may have opened.
<div style="display:flex;justify-content:center;gap:2.5rem;max-width:100%">
<img src={importDesignButtonPNG} style="object-fit:contain;"/>
<img src={importDesignPanelPNG} style="object-fit:contain;"/>
</div>
<img src={importGIF} />

Kanvas will convert these into a usable design based on their configurations.
- Access the Kanvas Designer and select the "Import" button in the left Designs panel. Alternatively, import your own designs from local filesystem or from a remote URL directly into the Catalog. Upload a file or provide a URL for Docker Compose, Helm Charts, Meshery Designs or Kubernetes Manifests. Choose to either import as new or merge into current design that you may have opened.
<img src={importGIF} />

Kanvas will convert these into a usable design based on their configurations.

<img src={renderedDesignPNG} />
<img src={renderedDesignPNG} />




#### Publish a Design
Make your designs accessible to others by publishing them in the Catalog:
@@ -97,5 +89,7 @@ Make your designs accessible to others by publishing them in the Catalog:
<img src={publishToCatalogGIF} />


#### Share your designs
Share your designs with your team members and effortlessly collaborate on designing and operating multi-cloud and Kubernetes native infrastrcutre with a seamless, built-in review mechanism.

</BlogWrapper>