From b7ebb26c9de07d5022cd931fa42fbc516dd589e4 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Mon, 23 Jan 2023 12:13:17 -0800 Subject: [PATCH] Add the description front matter (#18800) --- website/content/docs/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/index.mdx b/website/content/docs/index.mdx index 2597dba0fc..287db76901 100644 --- a/website/content/docs/index.mdx +++ b/website/content/docs/index.mdx @@ -1,6 +1,8 @@ --- layout: docs page_title: Documentation +description: |- + Vault reference documentation covering the main Vault concepts, feature FAQs, and CLI usage examples to start managing your secrets. --- # Documentation