diff --git a/_includes/catalog-help-modal.html b/_includes/catalog-help-modal.html index 4d62b1b2be..59590b9aef 100644 --- a/_includes/catalog-help-modal.html +++ b/_includes/catalog-help-modal.html @@ -96,20 +96,49 @@
-

Meshery UI

-

To import designs, visit docs

- +

+ Using Meshery Playground and Meshery's extension Kanvas, You can participate in creating high-quality starter templates, publishing designs and models for the community to use in various ways. You can also climb the leaderboard by having your designs cloned, downloaded, or viewed the most. Follow the instructions below to get started. +

+

Create a design

+

Begin by creating a new design from scratch, using existing design patterns and templates from catalog:

+
+
From Scratch:
+
  • Open the Designs panel, Select and arrange components from the Designer Dock on the Kanvas, and customize with connections, labels, and properties.
+ +
From a Template:
+
  • 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.
+
+ +

Import a design

+ +

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

+ + +

Publish a Design

+

Make your designs accessible to others by publishing them in the Catalog:

+ + +

Create or import model

+

One can either create a model from scratch using crds, or import existing models using create widgets. Visit: Registry

-
+ -
+
diff --git a/_sass/elements.scss b/_sass/elements.scss index f4fe5ce3b4..bcbf04c6a1 100644 --- a/_sass/elements.scss +++ b/_sass/elements.scss @@ -94,13 +94,15 @@ h3 { -webkit-font-smoothing: antialiased; } -h4, h5, h6{ +h4, h5, h6, dl, dd, dt{ color: var(--color-secondary-dark); font-family: "Qanelas Soft", "Open Sans", sans-serif; -webkit-font-smoothing: antialiased; } - +dd { + margin-left: 0; +} p, address { font-size: 1.38em; color: var(--color-secondary-dark);