mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fixed missing documentation due to directory-tree update (#8115)
This commit is contained in:
@@ -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)};`;
|
||||
|
||||
Reference in New Issue
Block a user