Skip to content

Commit

Permalink
feat(docs):Adding frontmatter to suitable pages in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Sahu <[email protected]>
  • Loading branch information
SAHU-01 committed Aug 19, 2024
1 parent 8f4e47a commit 150de2b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/cloud/identity/users/notification-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ categories: [Identity]
tags: [users]
---

{{< front-matter feature_name="Notification Center" >}}

Layer5 Cloud offers a range of user-configurable preferences that allows you to control the types of email notifications you receive.

<img src="/cloud/identity/users/notification-preferences.gif" alt="How to set your notifications preferences" />
Expand Down
3 changes: 3 additions & 0 deletions content/en/cloud/self-hosted/planning/identity-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ categories: [Self-Hosted]
tags: [identity]
weight: 3
---

{{< front-matter feature_name="Authentication SAML" >}}

Layer5 Cloud offers a built-in identity provider (IDP), supporting OIDC for normal users and token-based authentication (access, ID, refresh tokens) for API clients with JSON Web Signature (JWS) for token signing. Layer5 Cloud users can sign-up via email and password in addition to social identity providers (Google and GitHub) via OAuth2. See [Getting Started with a Layer5 Account](../../getting-started/getting-started-with-layer5-account.md) for details.

Layer5 Cloud identity services include features such as account recovery, email verification, automatica social sign-in account linking, and multi-factor authentication (coming soon).
Expand Down
2 changes: 2 additions & 0 deletions content/en/meshmap/designer/comments/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ categories: [Designer]
tags: [designs, collaboration, review]
---

{{< front-matter feature_name="Design Reviews" >}}

## Overview

MeshMap's Designer offers enables you to place comments "inline" with your infrastructure as code. Use comments to offer feedback to team members, take detailed design notes, capture helpful tips for your team members, and include justification as to your infrastructure and application configuration decisions. Pay it forward to your future self by leaving comments for reference later.
Expand Down
2 changes: 2 additions & 0 deletions content/en/meshmap/getting-started/starting-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ categories: [Designer]
tags: [designs]
---

{{< front-matter feature_name="Application Import" >}}

Helm helps you manage Kubernetes applications. Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
Starting a MeshMap design from a Helm chart is another way to get started with an entire application stack.

Expand Down
8 changes: 8 additions & 0 deletions static/data/csv/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ features:
personal: true
team: true
enterprise: true
- name: Application Import
personal: true
team: true
enterprise: true
- name: Authentication SAML
personal: false
team: false
enterprise: true
- name: Community Support
personal: true
team: true
Expand Down

0 comments on commit 150de2b

Please sign in to comment.