mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 12:44:04 +08:00
Use relative aliases for all non-current Grafana aliases (#60062)
* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove aliases from shared pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Rewrite all current latest aliases to be next Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix typo in latest alias Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Prettier Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/administration/database-encryption/
|
||||
- /docs/grafana/latest/enterprise/enterprise-encryption/
|
||||
- /docs/grafana/latest/setup-grafana/configure-security/configure-database-encryption/
|
||||
- ../../administration/database-encryption/
|
||||
- ../../enterprise/enterprise-encryption/
|
||||
description: If you have a Grafana Enterprise license, you can integrate with a variety
|
||||
of key management system providers.
|
||||
title: Configure database encryption
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/enterprise/enterprise-encryption/using-aws-kms-to-encrypt-database-secrets/
|
||||
- /docs/grafana/latest/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-aws-kms/
|
||||
- ../../../enterprise/enterprise-encryption/using-aws-kms-to-encrypt-database-secrets/
|
||||
description: Learn how to use AWS KMS to encrypt secrets in the Grafana database.
|
||||
title: Encrypt database secrets using AWS KMS
|
||||
weight: 300
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/enterprise/enterprise-encryption/using-azure-key-vault-to-encrypt-database-secrets/
|
||||
- /docs/grafana/latest/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-azure-key-vault/
|
||||
- ../../../enterprise/enterprise-encryption/using-azure-key-vault-to-encrypt-database-secrets/
|
||||
description: Learn how to use Azure Key Vault to encrypt secrets in the Grafana database.
|
||||
title: Encrypt database secrets using Azure Key Vault
|
||||
weight: 400
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/enterprise/enterprise-encryption/using-google-cloud-kms-to-encrypt-database-secrets/
|
||||
- /docs/grafana/latest/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-google-cloud-kms/
|
||||
- ../../../enterprise/enterprise-encryption/using-google-cloud-kms-to-encrypt-database-secrets/
|
||||
description: Learn how to use Google Cloud KMS to encrypt secrets in the Grafana database.
|
||||
title: Encrypt database secrets using Google Cloud KMS
|
||||
weight: 100
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/enterprise/enterprise-encryption/using-hashicorp-key-vault-to-encrypt-database-secrets/
|
||||
- /docs/grafana/latest/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault/
|
||||
- ../../../enterprise/enterprise-encryption/using-hashicorp-key-vault-to-encrypt-database-secrets/
|
||||
description: Learn how to use Hashicorp Vault to encrypt secrets in the Grafana database.
|
||||
title: Encrypt database secrets using Hashicorp Vault
|
||||
weight: 200
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/enterprise/vault/
|
||||
- /docs/grafana/latest/setup-grafana/configure-security/configure-database-encryption/integrate-with-hashicorp-vault/
|
||||
- ../../../enterprise/vault/
|
||||
description: Learn how to integrate Grafana with Hashicorp Vault so that you can use
|
||||
secrets for configuration and provisioning.
|
||||
title: Integrate Grafana with Hashicorp Vault
|
||||
|
Reference in New Issue
Block a user