We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c971b commit 2403b9aCopy full SHA for 2403b9a
publish.js
@@ -7,6 +7,7 @@ const site = "https://dataengineering.wiki";
7
8
// Each folder contains a note with the same name as the folder, add a redirect to the note when the folder is clicked.
9
// 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');
11
let folders = ["Community", "Concepts", "FAQ", "Guides", "Tools", "Tutorials"];
12
for (const item of folders) {
13
0 commit comments