Skip to content

Commit 2403b9a

Browse files
committed
Fix top level folder redirects
1 parent 28c971b commit 2403b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const site = "https://dataengineering.wiki";
77

88
// Each folder contains a note with the same name as the folder, add a redirect to the note when the folder is clicked.
99
// Expand arrow should not be affected.
10+
var navContainer = document.querySelector('.site-body-left-column').querySelector('.nav-view-outer').querySelector('.tree-item').querySelector('.tree-item-children');
1011
let folders = ["Community", "Concepts", "FAQ", "Guides", "Tools", "Tutorials"];
1112
for (const item of folders) {
1213

0 commit comments

Comments
 (0)