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', };