Skip to content

Commit be68984

Browse files
authored
Merge pull request #215 from codeharborhub/dev-1
Js docs added
2 parents 6a24f52 + 91861ec commit be68984

File tree

106 files changed

+14463
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+14463
-85
lines changed

LangSidebars.ts

Lines changed: 5 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Select a technology below to dive into our structured tutorials. Each path is de
5959
<p>Master styling with CSS. Learn Flexbox, Grid, animations, and responsive design techniques for beautiful interfaces.</p>
6060
</DocsCard>
6161

62-
<DocsCard header="JavaScript" href="/languages-platforms/javascript/introduction-to-javascript/what-is-js" icon="/icons/js.svg">
62+
<DocsCard header="JavaScript" href="/languages-platforms/javascript/intro-js" icon="/icons/js.svg">
6363
<p>From basics to advanced — learn JavaScript programming, DOM manipulation, and ES6+ features to bring interactivity to your projects.</p>
6464
</DocsCard>
6565

languages-platforms/javascript/all-about-variables/hoisting.mdx renamed to docs/javascript/all-about-variables/hoisting.mdx

File renamed without changes.

languages-platforms/javascript/all-about-variables/variable-declarations.mdx renamed to docs/javascript/all-about-variables/variable-declarations.mdx

File renamed without changes.

languages-platforms/javascript/all-about-variables/variable-naming-rules.mdx renamed to docs/javascript/all-about-variables/variable-naming-rules.mdx

File renamed without changes.

languages-platforms/javascript/all-about-variables/variable-scopes.mdx renamed to docs/javascript/all-about-variables/variable-scopes.mdx

File renamed without changes.
File renamed without changes.

languages-platforms/javascript/data-types/non-primitive-types/object/creating-objects.mdx renamed to docs/javascript/data-types/non-primitive-types/object/creating-objects.mdx

File renamed without changes.

languages-platforms/javascript/data-types/non-primitive-types/object/intro.mdx renamed to docs/javascript/data-types/non-primitive-types/object/intro.mdx

File renamed without changes.

languages-platforms/javascript/data-types/primitive-types/bigint.mdx renamed to docs/javascript/data-types/primitive-types/bigint.mdx

File renamed without changes.

0 commit comments

Comments
 (0)