Skip to content

Commit

Permalink
Changed some files and added Alt
Browse files Browse the repository at this point in the history
  • Loading branch information
surajvast1 committed Dec 22, 2023
1 parent c822651 commit d312ff7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion content/en/cloud/catalog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ description: >
Public Catalog: https://meshery.layer5.io/catalog
{{%/pageinfo%}}

{{< figure src="/cloud/catalog/images/delivering-catalog-content.svg" class="image-center-shadow" >}}
{{< figure src="/cloud/catalog/images/delivering-catalog-content.svg" alt="Delivering-catalog-content" class="image-center-shadow" >}}


The Cloud Catalog is a web-based, public catalog to facilitate easy discovery of existing designs. Designs that are published into the catalog can be, but are not always curated for known best practices and patterns. Content is published at [meshery.layer5.io/catalog](https://meshery.layer5.io/catalog), and one-click import of catalog content into Meshery Server is seamlessly integrated.

Expand Down
2 changes: 1 addition & 1 deletion content/en/cloud/identity/organizations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [orgs]

{{< cardpane >}}
{{% card %}}
<img src="/cloud/identity/images/organization_units.svg" link="images/organization_units.svg" />
<img src="/cloud/identity/images/organization_units.svg" link="images/organization_units.svg" alt="Organizational units" />
{{% /card %}}
{{< /cardpane >}}

Expand Down
2 changes: 1 addition & 1 deletion content/en/cloud/identity/organizations/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: [orgs]

{{< cardpane >}}
{{% card header="Organization Administrator and Organization Billing Manager" %}}
<img src="/cloud/identity/images/organization-administrator-and-organization-billing-manager.svg" link="images/organization-administrator-and-organization-billing-manager.svg" width="100%" />
<img src="/cloud/identity/images/organization-administrator-and-organization-billing-manager.svg" link="images/organization-administrator-and-organization-billing-manager.svg" width="100%" alt="Organization Administrator and Organization Billing Manager " />
{{% /card %}}
{{< /cardpane >}}

Expand Down
2 changes: 1 addition & 1 deletion content/en/cloud/identity/teams/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: [teams]

{{< cardpane >}}
{{% card header="Team Admins and Team Managers" %}}
<img src="/cloud/identity/images/team-admins-and-team-managers.svg" link="images/team-admins-and-team-managers.svg" width="100%" />
<img src="/cloud/identity/images/team-admins-and-team-managers.svg" link="images/team-admins-and-team-managers.svg" width="100%" alt="Team Admin and Team managers" />
{{% /card %}}
{{< /cardpane >}}

Expand Down
7 changes: 4 additions & 3 deletions content/en/cloud/security/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Roles map permissions to users. Roles contain any number of keychains, which con
![roles](/cloud/security/images/roles-overview.svg "image-center-no-shadow")



## Provider Admin Role

{{< cardpane >}}
{{% card header="### Provider Admin Role" %}}
![](/cloud/security/images/role-provider-admin.svg)
![role-provider](/cloud/security/images/role-provider-admin.svg)
{{% /card %}}
{{% card %}}

Expand Down Expand Up @@ -52,7 +53,7 @@ Roles map permissions to users. Roles contain any number of keychains, which con

{{< cardpane >}}
{{% card %}}
![](/cloud/identity/images/organization-administrator-and-organization-billing-manager.svg)
![organization-administrator and manager](/cloud/identity/images/organization-administrator-and-organization-billing-manager.svg)
{{% /card %}}
{{< /cardpane >}}

Expand Down Expand Up @@ -120,7 +121,7 @@ For more information, see [Organization](/cloud/identity/organizations).

{{< cardpane >}}
{{% card %}}
![](/cloud/identity/images/team-admins-and-team-managers.svg)
![team-admins-and-manager](/cloud/identity/images/team-admins-and-team-managers.svg)
{{% /card %}}
{{< /cardpane >}}

Expand Down
2 changes: 1 addition & 1 deletion content/en/cloud/tutorials/assigning-user-badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Project Badges are assigned by the admin to the user when a user contributes to
### How to Embed Badges
To share your badges on other social profiles, utilize the provided embedded code and direct share functionality. Access your badges from the Layer5 Cloud profile badges section, and then use it to post your achievements on social media platforms seamlessly. This enables you to showcase your Layer5 contributions and milestones to a wider audience.

{{< figure src="/cloud/tutorials/images/embedding-badges-modal.svg" >}}
{{< figure src="/cloud/tutorials/images/embedding-badges-modal.svg" alt="Embedding-badges-modal">}}

### FAQ's
- **Is there a limit to the number of badges that I can earn?**
Expand Down
4 changes: 2 additions & 2 deletions content/en/meshmap/visualizer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Visualizer supports connecting to Kubernetes pods via the following methods.

### Understanding Log Streamer

{{< figure src="images/log-stream-sequence-diagram.svg" link="images/log-stream-sequence-diagram.svg" width="100%" >}}
{{< figure src="images/log-stream-sequence-diagram.svg" link="images/log-stream-sequence-diagram.svg" width="100%" alt="log-stream-sequence-diagram" >}}

### Understanding Interactive Terminal

Expand All @@ -34,4 +34,4 @@ While using using the interactive terminal, understand that you can only open on
Each session's data is streamed via Meshery Broker (NATS) from MeshSync to Meshery Server / MeshMap.
The GraphQL subscription between your web browser running MeshMap and Meshery Server provides isolation between other users who might be concurrently sharing an interactive terminal. Each connection established a unique session ID.

{{< figure src="images/interactive-terminal-sequence-diagram.svg" link="images/interactive-terminal-sequence-diagram.svg" width="100%" >}}
{{< figure src="images/interactive-terminal-sequence-diagram.svg" link="images/interactive-terminal-sequence-diagram.svg" width="100%" alt="interactive-terminal-sequence-diagram" >}}

0 comments on commit d312ff7

Please sign in to comment.