@@ -31,11 +31,11 @@ const sidebars: SidebarsConfig = {
3131
3232 // JavaScript Tutorial Structure
3333
34- {
35- type : "link" ,
36- label : "JavaScript" ,
37- href : "/languages-platforms/javascript/introduction-to-javascript/what-is-js" ,
38- } ,
34+ // {
35+ // type: "link",
36+ // label: "JavaScript",
37+ // href: "/languages-platforms/javascript/introduction-to-javascript/what-is-js",
38+ // },
3939
4040 // Java Tutorial Structure
4141
@@ -694,80 +694,6 @@ const sidebars: SidebarsConfig = {
694694 } ,
695695 ] ,
696696
697- javascript : [
698- {
699- type : "category" ,
700- label : "Introduction to JavaScript" ,
701- link : {
702- type : "doc" ,
703- id : "javascript/introduction-to-javascript/what-is-js" ,
704- } ,
705- items : [
706- "javascript/introduction-to-javascript/what-is-js" ,
707- "javascript/introduction-to-javascript/history-of-javascript" ,
708- "javascript/introduction-to-javascript/javascript-versions" ,
709- "javascript/introduction-to-javascript/how-to-run-javascript" ,
710- ] ,
711- } ,
712-
713- {
714- type : "category" ,
715- label : "All About Variables" ,
716- link : {
717- type : "doc" ,
718- id : "javascript/all-about-variables/variable-declarations" ,
719- } ,
720- items : [
721- "javascript/all-about-variables/variable-declarations" ,
722- "javascript/all-about-variables/variable-naming-rules" ,
723- "javascript/all-about-variables/variable-scopes" ,
724- "javascript/all-about-variables/hoisting" ,
725- ] ,
726- } ,
727-
728- {
729- type : "category" ,
730- label : "Data Types" ,
731- link : {
732- type : "doc" ,
733- id : "javascript/data-types/intro" ,
734- } ,
735- items : [
736- "javascript/data-types/intro" ,
737-
738- {
739- type : "category" ,
740- label : "Primitive Types" ,
741- link : {
742- type : "doc" ,
743- id : "javascript/data-types/primitive-types/intro" ,
744- } ,
745- items : [
746- "javascript/data-types/primitive-types/number" ,
747- "javascript/data-types/primitive-types/string" ,
748- "javascript/data-types/primitive-types/boolean" ,
749- "javascript/data-types/primitive-types/null" ,
750- "javascript/data-types/primitive-types/undefined" ,
751- "javascript/data-types/primitive-types/symbol" ,
752- "javascript/data-types/primitive-types/bigint" ,
753- ] ,
754- } ,
755- {
756- type : "category" ,
757- label : "Non-Primitive Types" ,
758- link : {
759- type : "doc" ,
760- id : "javascript/data-types/non-primitive-types/object/intro" ,
761- } ,
762- items : [
763- "javascript/data-types/non-primitive-types/object/intro" ,
764- "javascript/data-types/non-primitive-types/object/creating-objects" ,
765- ] ,
766- } ,
767- ] ,
768- } ,
769- ] ,
770-
771697 html : [
772698 "html/intro-html" ,
773699 "html/setup-environment" ,
0 commit comments