From 0e0c72b2e6f8ecf98497c1a2e89ea59bd2623912 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Thu, 7 Mar 2024 11:25:45 +0100 Subject: [PATCH] Update schema2Markdown.js Co-authored-by: Julianna Langston <74684272+julianna-ciq@users.noreply.github.com> --- schema2Markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema2Markdown.js b/schema2Markdown.js index 59a69219b..bdc5b89d9 100644 --- a/schema2Markdown.js +++ b/schema2Markdown.js @@ -177,7 +177,7 @@ function escape(text) { function generateFrontMatter(title, description) { return { - title: title + ' Schema', + title: `${title} Schema`, description: description, sidebar_label: title + ' Schema', };