Skip to content

Commit

Permalink
Update schema2Markdown.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julianna Langston <74684272+julianna-ciq@users.noreply.github.com>
  • Loading branch information
TheJuanAndOnly99 and julianna-ciq authored Mar 7, 2024
1 parent d5464a7 commit 0e0c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema2Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function escape(text) {

function generateFrontMatter(title, description) {
return {
title: title + ' Schema',
title: `${title} Schema`,
description: description,
sidebar_label: title + ' Schema',
};
Expand Down

0 comments on commit 0e0c72b

Please sign in to comment.