We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9977a7e commit 07a5435Copy full SHA for 07a5435
1 file changed
lib/create-tree.js
@@ -41,7 +41,6 @@ module.exports = async function createTree (originalPath, langObj) {
41
const item = {
42
relativePath,
43
title: page.shortTitle || page.title,
44
- // parentPath: parentPath || null,
45
page
46
}
47
0 commit comments