Skip to content

Commit

Permalink
adding _id to index.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimavanth committed Sep 10, 2020
1 parent d56e879 commit ffad137
Show file tree
Hide file tree
Showing 28 changed files with 2,554 additions and 2,557 deletions.
236 changes: 118 additions & 118 deletions cpp/index.json
Original file line number Diff line number Diff line change
@@ -1,126 +1,126 @@
{
"_id": "cpp",
"title": "C++",
"description": "C++ Tutorial - Learn the concepts of C++ programming language, practice the sample programs and try yourself using our free editor.",
"created": "2019-10-01",
"updated": "2020-07-07",
"cover": "",
"index": [
{
"title" : "Basics",
"path" : "basics",
"links" : [
{
"title" : "Introduction to C++",
"path" : "introduction"
},
{
"title" : "Fundamentals",
"path" : "fundamentals"
},
{
"title" : "Tokens",
"path" : "tokens"
},
{
"title" : "Data Types",
"path" : "data-types"
},
{
"title" : "Variables",
"path" : "variables"
},
{
"title" : "Constants",
"path" : "constants"
},
{
"title" : "Operators",
"path" : "operators"
},
{
"title" : "Strings",
"path" : "strings"
}

]
},
{
"title" : "Arrays",
"path" : "arrays",
"links" : [
{
"title" : "Arrays",
"path" : "arrays"
}
]
},
{
"title" : "Enumeration and Typedef",
"path" : "enum-and-typedef",
"links" : [
{
"title" : "Enumeration",
"path" : "enum"
},
{
"title" : "Typedef",
"path" : "typedef"
}
]
},
{
"title" : "Control Statements",
"path" : "control-statements",
"links" : [
{
"title" : "Conditional Statements",
"path" : "conditional-statements"
},
{
"title" : "Loops",
"path" : "loops"
}
]
},
{
"title" : "Functions",
"path" : "functions",
"links" : [
{
"title" : "Functions",
"path" : "functions"
}
]
},
{
"title" : "Pointers",
"path" : "pointers",
"links" : [
{
"title" : "Pointers",
"path" : "pointers"
}
]
},
{
"title" : "Structures",
"path" : "structures",
"links" : [
{
"title" : "Structures",
"path" : "structures"
}
]
},
{
"title" : "OOPS",
"path" : "oops",
"links" : [
{
"title" : "OOPS",
"path" : "oops"
}
]
}
]
{
"title": "Basics",
"path": "basics",
"links": [
{
"title": "Introduction to C++",
"path": "introduction"
},
{
"title": "Fundamentals",
"path": "fundamentals"
},
{
"title": "Tokens",
"path": "tokens"
},
{
"title": "Data Types",
"path": "data-types"
},
{
"title": "Variables",
"path": "variables"
},
{
"title": "Constants",
"path": "constants"
},
{
"title": "Operators",
"path": "operators"
},
{
"title": "Strings",
"path": "strings"
}
]
},
{
"title": "Arrays",
"path": "arrays",
"links": [
{
"title": "Arrays",
"path": "arrays"
}
]
},
{
"title": "Enumeration and Typedef",
"path": "enum-and-typedef",
"links": [
{
"title": "Enumeration",
"path": "enum"
},
{
"title": "Typedef",
"path": "typedef"
}
]
},
{
"title": "Control Statements",
"path": "control-statements",
"links": [
{
"title": "Conditional Statements",
"path": "conditional-statements"
},
{
"title": "Loops",
"path": "loops"
}
]
},
{
"title": "Functions",
"path": "functions",
"links": [
{
"title": "Functions",
"path": "functions"
}
]
},
{
"title": "Pointers",
"path": "pointers",
"links": [
{
"title": "Pointers",
"path": "pointers"
}
]
},
{
"title": "Structures",
"path": "structures",
"links": [
{
"title": "Structures",
"path": "structures"
}
]
},
{
"title": "OOPS",
"path": "oops",
"links": [
{
"title": "OOPS",
"path": "oops"
}
]
}
]
}
Loading

0 comments on commit ffad137

Please sign in to comment.