Explicitly set all front matter labels in the source files (#71548)

* Set every page to have defaults of 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/enterprise-licensing pages to have 'Enterprise' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/recorded-queries pages to have labels cloud,enterprise

* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/stats-and-license pages to have labels cloud,enterprise

* Set alerting pages to have labels cloud,enterprise,oss

* Set breaking-changes pages to have labels cloud,enterprise,oss

* Set dashboards pages to have labels cloud,enterprise,oss

* Set datasources pages to have labels cloud,enterprise,oss

* Set explore pages to have labels cloud,enterprise,oss

* Set fundamentals pages to have labels cloud,enterprise,oss

* Set introduction/grafana-cloud pages to have labels cloud

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix introduction pages products

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set panels-visualizations pages to have labels cloud,enterprise,oss

* Set release-notes pages to have labels cloud,enterprise,oss

* Set search pages to have labels cloud,enterprise,oss

* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss

* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set troubleshooting pages to have labels cloud,enterprise,oss

* Set whatsnew pages to have labels cloud,enterprise,oss

* Apply updated labels from review

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
Jack Baldry
2023-07-18 09:10:12 +01:00
committed by GitHub
co-authored by brendamuir Isabel
parent ec479b8d88
commit 7eb17bccca
687 changed files with 5085 additions and 2332 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
---
title: 'Tutorials'
menuTitle: 'Tutorials'
description: 'Grafana tutorials'
description: Grafana tutorials
labels:
products:
- enterprise
- oss
menuTitle: Tutorials
title: Tutorials
---
# Tutorials
@@ -1,13 +1,20 @@
---
title: How to create Grafana alerts with InfluxDB and the Flux query language
summary: Create complex alerts from Flux queries in the new Grafana Alerting
Feedback Link: https://github.com/grafana/tutorials/issues/new
authors:
- grant_pinkos
categories:
- alerting
description: Create complex alerts from Flux queries in the new Grafana Alerting
id: grafana-alerts-flux-queries
categories: ['alerting']
tags: ['advanced']
labels:
products:
- enterprise
- oss
status: published
authors: ['grant_pinkos']
Feedback Link: https://github.com/grafana/tutorials/issues/new
summary: Create complex alerts from Flux queries in the new Grafana Alerting
tags:
- advanced
title: How to create Grafana alerts with InfluxDB and the Flux query language
weight: 70
---
@@ -1,13 +1,20 @@
---
title: Create users and teams
summary: Learn how to set up teams and users.
Feedback Link: https://github.com/grafana/tutorials/issues/new
authors:
- grafana_labs
categories:
- administration
description: Learn how to set up teams and users.
id: create-users-and-teams
categories: ['administration']
tags: ['beginner']
labels:
products:
- enterprise
- oss
status: Published
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
summary: Learn how to set up teams and users.
tags:
- beginner
title: Create users and teams
weight: 20
---
@@ -1,13 +1,20 @@
---
title: Grafana fundamentals
summary: Get familiar with Grafana
Feedback Link: https://github.com/grafana/tutorials/issues/new
authors:
- grafana_labs
categories:
- fundamentals
description: Get familiar with Grafana
id: grafana-fundamentals
categories: ['fundamentals']
tags: ['beginner']
labels:
products:
- enterprise
- oss
status: Published
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
summary: Get familiar with Grafana
tags:
- beginner
title: Grafana fundamentals
weight: 10
---
+15 -7
View File
@@ -1,14 +1,22 @@
---
title: Use IIS with URL Rewrite as a reverse proxy
summary: Learn how to set up Grafana behind IIS with URL Rewrite.
Feedback Link: https://github.com/grafana/tutorials/issues/new
aliases:
- /docs/grafana/latest/tutorials/iis/
authors:
- grafana_labs
categories:
- administration
description: Learn how to set up Grafana behind IIS with URL Rewrite.
id: iis
categories: ['administration']
tags: ['advanced']
labels:
products:
- enterprise
- oss
status: Published
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
aliases: ['/docs/grafana/latest/tutorials/iis/']
summary: Learn how to set up Grafana behind IIS with URL Rewrite.
tags:
- advanced
title: Use IIS with URL Rewrite as a reverse proxy
---
# Use IIS with URL Rewrite as a reverse proxy
@@ -1,12 +1,19 @@
---
title: Install Grafana on Raspberry Pi
summary: Get Grafana set up on your Raspberry Pi.
Feedback Link: https://github.com/grafana/tutorials/issues/new
authors:
- grafana_labs
categories:
- administration
description: Get Grafana set up on your Raspberry Pi.
id: install-grafana-on-raspberry-pi
categories: ['administration']
tags: ['beginner']
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
labels:
products:
- enterprise
- oss
summary: Get Grafana set up on your Raspberry Pi.
tags:
- beginner
title: Install Grafana on Raspberry Pi
---
## Introduction
@@ -1,14 +1,22 @@
---
title: Integrate Hubot with Grafana
summary: Learn how to integrate Hubot with Grafana
Feedback Link: https://github.com/grafana/tutorials/issues/new
aliases:
- /docs/grafana/latest/tutorials/hubot_howto/
authors:
- grafana_labs
categories:
- administration
description: Learn how to integrate Hubot with Grafana
id: integrate-hubot
categories: ['administration']
tags: ['advanced']
labels:
products:
- enterprise
- oss
status: Published
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
aliases: ['/docs/grafana/latest/tutorials/hubot_howto/']
summary: Learn how to integrate Hubot with Grafana
tags:
- advanced
title: Integrate Hubot with Grafana
---
# Integrate Hubot with Grafana
@@ -1,12 +1,19 @@
---
title: Provision dashboards and data sources
summary: Treat your configuration as code.
Feedback Link: https://github.com/grafana/tutorials/issues/new
authors:
- grafana_labs
categories:
- administration
description: Treat your configuration as code.
id: provision-dashboards-and-data-sources
categories: ['administration']
tags: ['intermediate']
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
labels:
products:
- enterprise
- oss
summary: Treat your configuration as code.
tags:
- intermediate
title: Provision dashboards and data sources
weight: 40
---
@@ -1,14 +1,22 @@
---
title: Run Grafana behind a reverse proxy
summary: Learn how to run Grafana behind a reverse proxy
Feedback Link: https://github.com/grafana/tutorials/issues/new
aliases:
- /docs/grafana/latest/installation/behind_proxy/
authors:
- grafana_labs
categories:
- administration
description: Learn how to run Grafana behind a reverse proxy
id: run-grafana-behind-a-proxy
categories: ['administration']
tags: ['advanced']
labels:
products:
- enterprise
- oss
status: Published
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
aliases: ['/docs/grafana/latest/installation/behind_proxy/']
summary: Learn how to run Grafana behind a reverse proxy
tags:
- advanced
title: Run Grafana behind a reverse proxy
---
## Introduction
@@ -1,13 +1,20 @@
---
title: Stream metrics from Telegraf to Grafana
summary: Use Telegraf to stream live metrics to Grafana.
Feedback Link: https://github.com/grafana/tutorials/issues/new
authors:
- grafana_labs
categories:
- administration
description: Use Telegraf to stream live metrics to Grafana.
id: stream-metrics-from-telegraf-to-grafana
categories: ['administration']
tags: ['beginner']
labels:
products:
- enterprise
- oss
status: Published
authors: ['grafana_labs']
Feedback Link: https://github.com/grafana/tutorials/issues/new
summary: Use Telegraf to stream live metrics to Grafana.
tags:
- beginner
title: Stream metrics from Telegraf to Grafana
weight: 75
---