Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
+++
|
||||
title = "Authentication"
|
||||
description = "Authentication"
|
||||
weight = 30
|
||||
+++
|
||||
---
|
||||
description: Authentication
|
||||
title: Authentication
|
||||
weight: 30
|
||||
---
|
||||
|
||||
# User Authentication Overview
|
||||
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
title = "Auth Proxy"
|
||||
description = "Grafana Auth Proxy Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "proxy"]
|
||||
aliases = ["/docs/grafana/latest/tutorials/authproxy/"]
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/tutorials/authproxy/
|
||||
description: 'Grafana Auth Proxy Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- proxy
|
||||
title: Auth Proxy
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Auth Proxy Authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "Azure AD OAuth2 authentication"
|
||||
description = "Grafana Azure AD OAuth Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 700
|
||||
+++
|
||||
---
|
||||
description: 'Grafana Azure AD OAuth Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: Azure AD OAuth2 authentication
|
||||
weight: 700
|
||||
---
|
||||
|
||||
# Azure AD OAuth2 authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
+++
|
||||
title = "Enhanced LDAP Integration"
|
||||
description = "Grafana Enhanced LDAP Integration Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "ldap", "active directory", "enterprise"]
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
description: 'Grafana Enhanced LDAP Integration Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- ldap
|
||||
- active directory
|
||||
- enterprise
|
||||
title: Enhanced LDAP Integration
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Enhanced LDAP integration
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "OAuth authentication"
|
||||
description = "Grafana OAuthentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 500
|
||||
+++
|
||||
---
|
||||
description: 'Grafana OAuthentication Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: OAuth authentication
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Generic OAuth authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "GitHub OAuth2 Authentication"
|
||||
description = "Grafana OAuthentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 800
|
||||
+++
|
||||
---
|
||||
description: 'Grafana OAuthentication Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: GitHub OAuth2 Authentication
|
||||
weight: 800
|
||||
---
|
||||
|
||||
# GitHub OAuth2 Authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "GitLab OAuth2 Authentication"
|
||||
description = "Grafana OAuthentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 900
|
||||
+++
|
||||
---
|
||||
description: 'Grafana OAuthentication Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: GitLab OAuth2 Authentication
|
||||
weight: 900
|
||||
---
|
||||
|
||||
# GitLab OAuth2 Authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "Google OAuth2 Authentication"
|
||||
description = "Grafana OAuthentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 600
|
||||
+++
|
||||
---
|
||||
description: 'Grafana OAuthentication Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: Google OAuth2 Authentication
|
||||
weight: 600
|
||||
---
|
||||
|
||||
# Google OAuth2 Authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "Grafana Authentication"
|
||||
description = "Grafana OAuthentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
description: 'Grafana OAuthentication Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: Grafana Authentication
|
||||
weight: 100
|
||||
---
|
||||
|
||||
## Grafana Auth
|
||||
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
title = "JWT Authentication"
|
||||
description = "Grafana JWT Authentication"
|
||||
keywords = ["grafana", "configuration", "documentation", "jwt", "jwk"]
|
||||
weight = 250
|
||||
+++
|
||||
---
|
||||
description: Grafana JWT Authentication
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- jwt
|
||||
- jwk
|
||||
title: JWT Authentication
|
||||
weight: 250
|
||||
---
|
||||
|
||||
# JWT authentication
|
||||
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
title = "LDAP Authentication"
|
||||
description = "Grafana LDAP Authentication Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "ldap", "active directory"]
|
||||
aliases = ["/docs/grafana/latest/installation/ldap/"]
|
||||
weight = 300
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/installation/ldap/
|
||||
description: 'Grafana LDAP Authentication Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- ldap
|
||||
- active directory
|
||||
title: LDAP Authentication
|
||||
weight: 300
|
||||
---
|
||||
|
||||
# LDAP Authentication
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "Okta OAuth2 authentication"
|
||||
description = "Grafana Okta OAuth Guide "
|
||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||
weight = 1000
|
||||
+++
|
||||
---
|
||||
description: 'Grafana Okta OAuth Guide '
|
||||
keywords:
|
||||
- grafana
|
||||
- configuration
|
||||
- documentation
|
||||
- oauth
|
||||
title: Okta OAuth2 authentication
|
||||
weight: 1000
|
||||
---
|
||||
|
||||
# Okta OAuth2 authentication
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
+++
|
||||
title = "Overview"
|
||||
description = "Overview for auth"
|
||||
weight = 1
|
||||
+++
|
||||
---
|
||||
description: Overview for auth
|
||||
title: Overview
|
||||
weight: 1
|
||||
---
|
||||
|
||||
# User Authentication Overview
|
||||
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
title = "SAML Authentication"
|
||||
description = "Grafana SAML Authentication"
|
||||
keywords = ["grafana", "saml", "documentation", "saml-auth"]
|
||||
aliases = ["/docs/grafana/latest/auth/saml/"]
|
||||
weight = 1100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/auth/saml/
|
||||
description: Grafana SAML Authentication
|
||||
keywords:
|
||||
- grafana
|
||||
- saml
|
||||
- documentation
|
||||
- saml-auth
|
||||
title: SAML Authentication
|
||||
weight: 1100
|
||||
---
|
||||
|
||||
# SAML authentication
|
||||
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
+++
|
||||
title = "Team Sync"
|
||||
description = "Grafana Team Sync"
|
||||
keywords = ["grafana", "auth", "documentation"]
|
||||
aliases = ["/docs/grafana/latest/auth/saml/"]
|
||||
weight = 1200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/auth/saml/
|
||||
description: Grafana Team Sync
|
||||
keywords:
|
||||
- grafana
|
||||
- auth
|
||||
- documentation
|
||||
title: Team Sync
|
||||
weight: 1200
|
||||
---
|
||||
|
||||
# Team sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user