From 9d40de49e11d6f21044d2f694d1543f4644f9cf4 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 13 Apr 2026 22:32:22 +0300 Subject: [PATCH] Add frontmatter to FAQ page Add YAML frontmatter with title and description for Mintlify. Prompt the user to customize these values for the project. --- faq.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 040583e..1aee826 100644 --- a/faq.md +++ b/faq.md @@ -1,4 +1,7 @@ -Answers to common frequently asked questions. +--- +title: "FAQ" +description: "Answers to common frequently asked questions." +--- ## What is Pocketenv? -- 2.51.2