Skip to content

Commit 906d34a

Browse files
author
sgkens
committed
πŸ“ docs(main.js): Update Documentation.
πŸ“œ NOTES: ✏ updated menu navigation path removed 'commitfusion' from path ..πŸ–Š
1 parent f3c5a44 commit 906d34a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

β€Ždocs/assets/js/main.jsβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ window.onload = function() {
449449
document.getElementById("features").classList.add("button-page-active");
450450
break;
451451

452-
case "/installation":
452+
case "/install":
453453
console.log("Nav to Installation");
454454
document
455455
.getElementById("installation")
@@ -472,29 +472,29 @@ window.onload = function() {
472472
}
473473
else{
474474
switch (document.location.pathname) {
475-
case "/commitfusion":
475+
case "/":
476476
console.log("Nav to Index");
477477
document.getElementById("about").classList.add("button-page-active");
478478
break;
479479

480-
case "/commitfusion/features":
480+
case "/features":
481481
console.log("Nav to features");
482482
document.getElementById("features").classList.add("button-page-active");
483483
break;
484484

485-
case "/commitfusion/installation":
485+
case "/install":
486486
console.log("Nav to Installation");
487487
document
488-
.getElementById("installation")
488+
.getElementById("install")
489489
.classList.add("button-page-active");
490490
break;
491491

492-
case "/commitfusion/cmdlets":
492+
case "/cmdlets":
493493
console.log("Nav to cmdlets");
494494
document.getElementById("cmdlets").classList.add("button-page-active");
495495
break;
496496

497-
case "/commitfusion/examples":
497+
case "/examples":
498498
console.log("Nav to examples");
499499
document.getElementById("examples").classList.add("button-page-active");
500500
break;

0 commit comments

Comments
Β (0)