From 150de2b6a6f9b52bc290f48836a6a49ff33fa73c Mon Sep 17 00:00:00 2001 From: Ankita Sahu <71656941+SAHU-01@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:54:47 +0530 Subject: [PATCH] feat(docs):Adding frontmatter to suitable pages in docs Signed-off-by: Ankita Sahu <71656941+SAHU-01@users.noreply.github.com> --- .../en/cloud/identity/users/notification-preferences.md | 2 ++ .../en/cloud/self-hosted/planning/identity-services.md | 3 +++ content/en/meshmap/designer/comments/_index.md | 2 ++ content/en/meshmap/getting-started/starting-helm.md | 2 ++ static/data/csv/features.yml | 8 ++++++++ 5 files changed, 17 insertions(+) diff --git a/content/en/cloud/identity/users/notification-preferences.md b/content/en/cloud/identity/users/notification-preferences.md index d7594d3c..6ba18ff8 100644 --- a/content/en/cloud/identity/users/notification-preferences.md +++ b/content/en/cloud/identity/users/notification-preferences.md @@ -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. How to set your notifications preferences diff --git a/content/en/cloud/self-hosted/planning/identity-services.md b/content/en/cloud/self-hosted/planning/identity-services.md index 0227121c..4f15cc84 100644 --- a/content/en/cloud/self-hosted/planning/identity-services.md +++ b/content/en/cloud/self-hosted/planning/identity-services.md @@ -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). diff --git a/content/en/meshmap/designer/comments/_index.md b/content/en/meshmap/designer/comments/_index.md index c9eab5c2..16f8fe73 100644 --- a/content/en/meshmap/designer/comments/_index.md +++ b/content/en/meshmap/designer/comments/_index.md @@ -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. diff --git a/content/en/meshmap/getting-started/starting-helm.md b/content/en/meshmap/getting-started/starting-helm.md index b2bc5f99..95f48810 100644 --- a/content/en/meshmap/getting-started/starting-helm.md +++ b/content/en/meshmap/getting-started/starting-helm.md @@ -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. diff --git a/static/data/csv/features.yml b/static/data/csv/features.yml index 0541ade4..99090bf1 100644 --- a/static/data/csv/features.yml +++ b/static/data/csv/features.yml @@ -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