Fixed missing documentation due to directory-tree update (#8115)

This commit is contained in:
ian
2021-09-17 22:03:09 +08:00
committed by GitHub
parent 890501fa66
commit 9d11714fb1

View File

@@ -9,6 +9,7 @@ const tree = dirTree('.', {
extensions: /\.md$/,
exclude: /(node_modules|.vuepress|.vscode|dist)/,
normalizePath: true,
attributes: ['type', 'extension'],
});
const index = `export default ${generateIndex(tree.children)};`;