Skip to content

Commit

Permalink
Merge branch 'layer5io:master' into patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Mar 1, 2024
2 parents ac385a6 + 1214b7e commit 550d0e7
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

component/cloud-docs:
- "content/en/cloud/**/*"

component/meshmap-docs:
- "content/en/meshmap/**/*"
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion content/en/cloud/self-hosted/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ White-labeling is a feature that allows you to customize the appearance and bran

Meshery acknowledges the importance of air-gapped deployments and ensures content support for such environments. Content registered should be available even in the absence of internet connectivity, thus aligning with Meshery's commitment to versatile deployment scenarios.

{{< alert title="As as Service" >}}Connect to Layer5 Cloud and have your MeshMap designs versioned and available for team sharing and real-time collaboration.{{< /alert >}}
{{< alert title="As a Service" >}}Connect to Layer5 Cloud and have your MeshMap designs versioned and available for team sharing and real-time collaboration.{{< /alert >}}

### Kubernetes-based Installation with Helm

Expand Down
2 changes: 1 addition & 1 deletion layouts/docs/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class="no-js"
>
<head>
{{ partial "head.html" . }} {{ partial "favicon.html" . }}
{{ partial "head.html" . }}
</head>
<body
class="td-{{ .Kind }}{{ with .Page.Params.body_class }} {{ . }}{{ end }}"
Expand Down
12 changes: 10 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@
<meta name="robots" content="noindex, nofollow">
{{ end -}}

{{ partialCached "favicons.html" . }}
<meta property="og:title" content="{{ .Title }}">
<meta property="og:description" content="{{ .Description }}">
<meta property="og:image" content="/images/layer5-gradient.webp">
<meta property="og:url" content="{{ .Permalink | absURL }}">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="/images/layer5-gradient.webp">

{{ partialCached "favicon.html" . }}
<title>
{{- if .IsHome -}}
{{ .Site.Title -}}
Expand Down Expand Up @@ -67,4 +75,4 @@
For details, see https://www.docsy.dev/docs/adding-content/search/#algolia-docsearch.` -}}
{{ end -}}

{{ end -}}
{{ end -}}
Binary file added static/images/layer5-gradient.webp
Binary file not shown.

0 comments on commit 550d0e7

Please sign in to comment.