Skip to content

Clean up redundant headings and resolve display symbols #623

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

Merged
merged 1 commit into from
Jun 29, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions content/en/cloud/self-hosted/customizing-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ categories: [Self-Hosted]
weight: 1
---

### Overview

Layer5 offers on-premises installation of its [Meshery Remote Provider](https://docs.meshery.io/extensibility/providers), Layer5 Cloud. In this guide, we will walk through configurable webhooks that Layer5 Cloud uses internally to automate tasks and how you can customize these webhooks to integrate with your existing tools.

## Customize and add your own custom webhook

Layer5 Cloud's webhook configurations are managed through environment variables defined in **.env** files. Here's how you can customize them:

### Step 1: Locate the **.env** File
### Step 1: Locate the .env File

Found **.env** files in the `config` directory of your Layer5 Cloud installation. These file contains environment variables that control various aspects of the application, including webhook URLs.

### Step 2: Define Custom Webhooks in the **.env** file
### Step 2: Define Custom Webhooks in the .env file

Add your custom webhook URLs to the **.env** file by modifying the existing variables. Here is an example of how the **.env** file should look:

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 @@ -39,7 +39,7 @@ To share your badges on other social profiles, utilize the provided embedded cod

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

### FAQ's
### FAQ
- **Is there a limit to the number of badges that I can earn?**
There is no set limit to the number of badges you can earn within the Layer5 Recognition Program. Your achievements and contributions determine the badges you receive, showcasing your dedication and skills within the community.

Expand Down
4 changes: 2 additions & 2 deletions content/en/cloud/tutorials/sharing-a-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Tip: When you update permissions for a design you share from a workspace and the
- Only the design itself


### Share & collaborate on a design with many people
### Share and collaborate on a design with many people

**Important:**

Expand Down Expand Up @@ -85,7 +85,7 @@ If you want to stop sharing a design you can edit, you can learn how to:
- Restrict link sharing for a design.
- Prevent others from sharing designs you own.

### "Anonymous users"
### Anonymous users

If you share or open a design with a link, you may not see the names of people who view it.

Expand Down
1 change: 0 additions & 1 deletion content/en/kanvas/designer/embedding-designs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ aliases:
- /meshmap/designer/embedding-designs
---

# Meshery Design Embedding
Meshery Design Embedding enables you to export a design in a format that can be seamlessly integrated into websites, blogs, or platforms supporting HTML, CSS, and JavaScript. This embedded version provides an interactive representation of the design, making it easier to share with infrastructure stakeholders.

## Embedding Your Design
Expand Down