mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Update the page title/description (#29218)
This commit is contained in:
parent
78b5b1a6ae
commit
96f32adb00
5 changed files with 8 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Product Features FAQ
|
||||
page_title: Product features FAQ
|
||||
sidebar_title: FAQ for product and features
|
||||
description: |-
|
||||
An FAQ page for product and features.
|
||||
An frequently asked questions (FAQ) page for product and features.
|
||||
---
|
||||
|
||||
# Product features FAQ
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Server Side Consistent Token FAQ
|
||||
description: An list of frequently asked questions about server side consistent tokens
|
||||
page_title: Server side consistent token FAQ
|
||||
description: A list of frequently asked questions about server side consistent tokens.
|
||||
---
|
||||
|
||||
# Server side consistent token FAQ
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Developer Quick Start
|
||||
description: Learn how to store and retrieve your first secret.
|
||||
page_title: Developer quick start
|
||||
description: Learn how to store and retrieve your first secret from your applications using Vault API.
|
||||
---
|
||||
|
||||
# Developer quick start
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ page_title: GCP secret import source
|
|||
description: The Google Cloud Platform Secret Manager source imports secrets from GCP to Vault.
|
||||
---
|
||||
|
||||
# GCP import source
|
||||
# GCP secret import source
|
||||
|
||||
Use the GCP source to import secret data from GCP Secret Manager into your Vault instance. To use dynamic
|
||||
credentials with GCP import, ensure the [GCP secrets engine](/vault/docs/secrets/gcp) is
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ page_title: Secrets import mappings
|
|||
description: Mappings lets users apply various filtering methods to secrets being imported in to Vault.
|
||||
---
|
||||
|
||||
# Import mappings
|
||||
# Secrets import mappings
|
||||
|
||||
Vault supports multiple filter types for mapping blocks. Each of the types provides a different mechanism
|
||||
used to filter the scanned secrets and determine which will be imported in to Vault.
|
||||
|
|
|
|||
Loading…
Reference in a new issue