Skip to content

Commit

Permalink
Update schema2Markdown.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kris West <kris.west@interop.io>
  • Loading branch information
TheJuanAndOnly99 and kriswest authored Apr 11, 2024
1 parent fe2e40e commit 816c3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema2Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ function escape(text) {

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

Expand Down

0 comments on commit 816c3a8

Please sign in to comment.