From ffad13784b6263d6a6ce113fc6cf96176302cb3c Mon Sep 17 00:00:00 2001 From: Divya GH Date: Thu, 10 Sep 2020 16:31:56 +0530 Subject: [PATCH] adding _id to index.json files --- cpp/index.json | 236 +++++++++++----------- csharp/index.json | 193 +++++++++--------- dynamodb/index.json | 119 +++++------ elastic-search/index.json | 155 +++++++-------- firebird/index.json | 192 +++++++++--------- go/index.json | 235 +++++++++++----------- groovy/index.json | 215 ++++++++++---------- html/index.json | 149 +++++++------- ibm-db2/index.json | 235 +++++++++++----------- ibm-integration-bus/index.json | 105 +++++----- ibm-message-queue/index.json | 145 +++++++------- ibm-transformation-extender/index.json | 111 +++++------ mariadb/index.json | 245 ++++++++++++----------- microsoft-sql-server/index.json | 240 +++++++++++------------ mongodb/index.json | 119 +++++------ mysql/index.json | 260 ++++++++++++------------- nodejs/index.json | 127 ++++++------ oracle/index.json | 260 ++++++++++++------------- perl/index.json | 235 +++++++++++----------- php/index.json | 203 +++++++++---------- postgresql/index.json | 203 +++++++++---------- python/index.json | 225 +++++++++++---------- r/index.json | 255 ++++++++++++------------ redis/index.json | 119 +++++------ ruby/index.json | 136 ++++++------- scala/index.json | 136 ++++++------- sql-lite/index.json | 115 +++++------ vb/index.json | 143 +++++++------- 28 files changed, 2554 insertions(+), 2557 deletions(-) diff --git a/cpp/index.json b/cpp/index.json index cc97fd3..7369526 100644 --- a/cpp/index.json +++ b/cpp/index.json @@ -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" + } + ] + } + ] } \ No newline at end of file diff --git a/csharp/index.json b/csharp/index.json index dbdaae4..b7b9e72 100644 --- a/csharp/index.json +++ b/csharp/index.json @@ -1,105 +1,104 @@ { + "_id": "csharp", "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", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Constants", - "path" : "constants" - }, - { - "title" : "Operators", - "path" : "operators" - }, - { - "title" : "Strings", - "path" : "strings" - } - - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Structures", - "path" : "structures", - "links" : [ - { - "title" : "Structures", - "path" : "structures" - } - ] - }, - - { - "title" : "Enumeration", - "path" : "enum", - "links" : [ - { - "title" : "Enumeration", - "path" : "enum" - } - ] - }, - { - "title" : "Functions", - "path" : "functions", - "links" : [ - { - "title" : "Functions", - "path" : "functions" - } - ] - }, - { - "title" : "OOPs", - "path" : "oops", - "links" : [ - { - "title" : "OOPs", - "path" : "oops" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Constants", + "path": "constants" + }, + { + "title": "Operators", + "path": "operators" + }, + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Structures", + "path": "structures", + "links": [ + { + "title": "Structures", + "path": "structures" + } + ] + }, + { + "title": "Enumeration", + "path": "enum", + "links": [ + { + "title": "Enumeration", + "path": "enum" + } + ] + }, + { + "title": "Functions", + "path": "functions", + "links": [ + { + "title": "Functions", + "path": "functions" + } + ] + }, + { + "title": "OOPs", + "path": "oops", + "links": [ + { + "title": "OOPs", + "path": "oops" + } + ] + } + ] } \ No newline at end of file diff --git a/dynamodb/index.json b/dynamodb/index.json index e75766d..c9efe2a 100644 --- a/dynamodb/index.json +++ b/dynamodb/index.json @@ -1,67 +1,68 @@ { + "_id": "dynamodb", "title": "Dynamo DB", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title": "What is DynamoDB", - "path": "what-is-dynamodb" - }, - { - "title": "Key Concepts", - "path": "key-concepts" - }, - { - "title": "Installation", - "path": "installation" - } - ] - }, - { - "title": "CRUD Operations", - "path": "crud-operations", - "links": [ - { - "title": "Creating Table", - "path": "creating-table" - }, - { - "title": "Inserting Data", - "path": "inserting-data" - }, - { - "title": "Reading Data", - "path": "reading-data" - }, - { - "title": "Updating Data", - "path": "updating-data" - }, - { - "title": "Deleting Data", - "path": "deleting-data" - } - ] - }, - { - "title": "Advanced Topics", - "path": "advanced", - "links": [ - { - "title": "Secondary Indexes", - "path": "secondary-indexes" - }, - { - "title": "DynamoDB Streams", - "path": "dynamodb-streams" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "What is DynamoDB", + "path": "what-is-dynamodb" + }, + { + "title": "Key Concepts", + "path": "key-concepts" + }, + { + "title": "Installation", + "path": "installation" + } + ] + }, + { + "title": "CRUD Operations", + "path": "crud-operations", + "links": [ + { + "title": "Creating Table", + "path": "creating-table" + }, + { + "title": "Inserting Data", + "path": "inserting-data" + }, + { + "title": "Reading Data", + "path": "reading-data" + }, + { + "title": "Updating Data", + "path": "updating-data" + }, + { + "title": "Deleting Data", + "path": "deleting-data" + } + ] + }, + { + "title": "Advanced Topics", + "path": "advanced", + "links": [ + { + "title": "Secondary Indexes", + "path": "secondary-indexes" + }, + { + "title": "DynamoDB Streams", + "path": "dynamodb-streams" + } + ] + } + ] } \ No newline at end of file diff --git a/elastic-search/index.json b/elastic-search/index.json index aa730a8..4eb4329 100644 --- a/elastic-search/index.json +++ b/elastic-search/index.json @@ -1,85 +1,86 @@ { + "_id": "elastic-search", "title": "Elastic Search", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title": "What is ElasticSearch", - "path": "what-is-elasticsearch" - }, - { - "title": "Key Concepts", - "path": "key-concepts" - }, - { - "title": "Installation", - "path": "installation" - } - ] - }, - { - "title": "CRUD Operations", - "path": "crud-operations", - "links": [ - { - "title": "Inserting Data", - "path": "inserting-data" - }, - { - "title": "Reading Data", - "path": "reading-data" - }, - { - "title": "Updating Data", - "path": "updating-data" - }, - { - "title": "Deleting Data", - "path": "deleting-data" - }, - { - "title": "Search Database", - "path": "search-database" - } - ] - }, - { - "title": "Aggregations", - "path": "aggregations", - "links": [ - { - "title": "Metrics Aggregations", - "path": "metrics-aggregation" - }, - { - "title": "Bucket Aggregations", - "path": "bucket-aggregations" - } - ] - }, - { - "title": "Advanced Topics", - "path": "advanced-topics", - "links": [ - { - "title": "Indexes", - "path": "indexes" - }, - { - "title": "Replication", - "path": "replication" - }, - { - "title": "Sharding", - "path": "sharding" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "What is ElasticSearch", + "path": "what-is-elasticsearch" + }, + { + "title": "Key Concepts", + "path": "key-concepts" + }, + { + "title": "Installation", + "path": "installation" + } + ] + }, + { + "title": "CRUD Operations", + "path": "crud-operations", + "links": [ + { + "title": "Inserting Data", + "path": "inserting-data" + }, + { + "title": "Reading Data", + "path": "reading-data" + }, + { + "title": "Updating Data", + "path": "updating-data" + }, + { + "title": "Deleting Data", + "path": "deleting-data" + }, + { + "title": "Search Database", + "path": "search-database" + } + ] + }, + { + "title": "Aggregations", + "path": "aggregations", + "links": [ + { + "title": "Metrics Aggregations", + "path": "metrics-aggregation" + }, + { + "title": "Bucket Aggregations", + "path": "bucket-aggregations" + } + ] + }, + { + "title": "Advanced Topics", + "path": "advanced-topics", + "links": [ + { + "title": "Indexes", + "path": "indexes" + }, + { + "title": "Replication", + "path": "replication" + }, + { + "title": "Sharding", + "path": "sharding" + } + ] + } + ] } \ No newline at end of file diff --git a/firebird/index.json b/firebird/index.json index 2673ca8..23836c4 100644 --- a/firebird/index.json +++ b/firebird/index.json @@ -1,104 +1,104 @@ { + "_id": "firebird", "title": "Fire Bird", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title" : "About Firebird", - "path" : "about-firebird" - }, - { - "title" : "Installation on MacOS, Linux and Windows", - "path" : "installation" - - } - ] - }, - { - "title": "Data Types", - "path": "data-types", - "links": [ - { - "title": "Data Types", - "path": "data-types" - } - ] - }, - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - }, - { - "title": "Stored Procedures", - "path": "stored-procedures", - "links": [ - { - "title": "Stored Procedures", - "path": "stored-procedures" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "About Firebird", + "path": "about-firebird" + }, + { + "title": "Installation on MacOS, Linux and Windows", + "path": "installation" + } + ] + }, + { + "title": "Data Types", + "path": "data-types", + "links": [ + { + "title": "Data Types", + "path": "data-types" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + }, + { + "title": "Stored Procedures", + "path": "stored-procedures", + "links": [ + { + "title": "Stored Procedures", + "path": "stored-procedures" + } + ] + } + ] } \ No newline at end of file diff --git a/go/index.json b/go/index.json index 0920528..efb3663 100644 --- a/go/index.json +++ b/go/index.json @@ -1,125 +1,126 @@ { + "_id": "go", "title": "Go", "description": "Go Tutorial - Learn the concepts of Go 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", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Operators", - "path" : "operators" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Slice", - "path" : "slice", - "links" : [ - { - "title" : "Slice", - "path" : "slice" - } - ] - }, - { - "title" : "Strings", - "path" : "strings", - "links" : [ - { - "title" : "Strings", - "path" : "strings" - } - ] - }, - { - "title" : "Functions", - "path" : "functions", - "links" : [ - { - "title" : "Functions", - "path" : "functions" - } - ] - }, - { - "title" : "Maps", - "path" : "maps", - "links" : [ - { - "title" : "Maps", - "path" : "maps" - } - ] - }, - { - "title" : "Pointers", - "path" : "pointers", - "links" : [ - { - "title" : "Pointers", - "path" : "pointers" - } - ] - }, - { - "title" : "Structures", - "path" : "structures", - "links" : [ - { - "title" : "Structures", - "path" : "structures" - } - ] - }, - { - "title" : "Concurrency", - "path" : "concurrency", - "links" : [ - { - "title" : "Concurrency", - "path" : "concurrency" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Slice", + "path": "slice", + "links": [ + { + "title": "Slice", + "path": "slice" + } + ] + }, + { + "title": "Strings", + "path": "strings", + "links": [ + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Functions", + "path": "functions", + "links": [ + { + "title": "Functions", + "path": "functions" + } + ] + }, + { + "title": "Maps", + "path": "maps", + "links": [ + { + "title": "Maps", + "path": "maps" + } + ] + }, + { + "title": "Pointers", + "path": "pointers", + "links": [ + { + "title": "Pointers", + "path": "pointers" + } + ] + }, + { + "title": "Structures", + "path": "structures", + "links": [ + { + "title": "Structures", + "path": "structures" + } + ] + }, + { + "title": "Concurrency", + "path": "concurrency", + "links": [ + { + "title": "Concurrency", + "path": "concurrency" + } + ] + } + ] } \ No newline at end of file diff --git a/groovy/index.json b/groovy/index.json index 42a28cb..0db8e28 100644 --- a/groovy/index.json +++ b/groovy/index.json @@ -1,115 +1,116 @@ { + "_id": "groovy", "title": "Groovy", "description": "Groovy Tutorial - Learn the concepts of Groovy 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 Groovy", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Operators", - "path" : "operators" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Lists", - "path" : "lists", - "links" : [ - { - "title" : "Lists", - "path" : "lists" - } - ] - }, - { - "title" : "Maps", - "path" : "maps", - "links" : [ - { - "title" : "Maps", - "path" : "maps" - } - ] - }, - { - "title" : "Strings", - "path" : "strings", - "links" : [ - { - "title" : "Strings", - "path" : "strings" - } - ] - }, - { - "title" : "Methods", - "path" : "methods", - "links" : [ - { - "title" : "Methods", - "path" : "methods" - } - ] - }, - { - "title" : "OOPS in Groovy", - "path" : "oops", - "links" : [ - { - "title" : "OOP Principles", - "path" : "oops" - } - ] - }, - { - "title" : "Groovy Closures", - "path" : "closures", - "links" : [ - { - "title" : "Closures", - "path" : "groovy-closures" - } - ] - }, - { - "title" : "Regular expressions", - "path" : "regular-expressions", - "links" : [ - { - "title" : "Regular expressions", - "path" : "reg-ex" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction to Groovy", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Lists", + "path": "lists", + "links": [ + { + "title": "Lists", + "path": "lists" + } + ] + }, + { + "title": "Maps", + "path": "maps", + "links": [ + { + "title": "Maps", + "path": "maps" + } + ] + }, + { + "title": "Strings", + "path": "strings", + "links": [ + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Methods", + "path": "methods", + "links": [ + { + "title": "Methods", + "path": "methods" + } + ] + }, + { + "title": "OOPS in Groovy", + "path": "oops", + "links": [ + { + "title": "OOP Principles", + "path": "oops" + } + ] + }, + { + "title": "Groovy Closures", + "path": "closures", + "links": [ + { + "title": "Closures", + "path": "groovy-closures" + } + ] + }, + { + "title": "Regular expressions", + "path": "regular-expressions", + "links": [ + { + "title": "Regular expressions", + "path": "reg-ex" + } + ] + } + ] } \ No newline at end of file diff --git a/html/index.json b/html/index.json index e8d46ee..48424f0 100644 --- a/html/index.json +++ b/html/index.json @@ -1,83 +1,82 @@ { + "_id": "html", "title": "HTML", "description": "HTML Tutorial - Learn the concepts of HTML, 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", - "path" : "introduction" - }, - { - "title" : "Basic elements", - "path" : "basic-elements" - }, - { - "title" : "Images", - "path" : "images" - }, - { - "title" : "Links", - "path" : "links" - } - - ] - }, - { - "title" : "Lists", - "path" : "lists", - "links" : [ - { - - "title" : "Lists", - "path" : "lists" - } - ] - }, - { - "title" : "Tables", - "path" : "tables", - "links" : [ - { - "title" : "Tables", - "path" : "tables" - } - ] - }, - { - "title" : "Forms", - "path" : "forms", - "links" : [ - { - "title" : "Forms", - "path" : "forms" - } - ] - }, - { - "title" : "CSS", - "path" : "css", - "links" : [ - { - "title" : "CSS", - "path" : "css" - } - ] - }, - { - "title" : "Javascript", - "path" : "javascript", - "links" : [ - { - "title" : "Javascript", - "path" : "javascript" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction", + "path": "introduction" + }, + { + "title": "Basic elements", + "path": "basic-elements" + }, + { + "title": "Images", + "path": "images" + }, + { + "title": "Links", + "path": "links" + } + ] + }, + { + "title": "Lists", + "path": "lists", + "links": [ + { + "title": "Lists", + "path": "lists" + } + ] + }, + { + "title": "Tables", + "path": "tables", + "links": [ + { + "title": "Tables", + "path": "tables" + } + ] + }, + { + "title": "Forms", + "path": "forms", + "links": [ + { + "title": "Forms", + "path": "forms" + } + ] + }, + { + "title": "CSS", + "path": "css", + "links": [ + { + "title": "CSS", + "path": "css" + } + ] + }, + { + "title": "Javascript", + "path": "javascript", + "links": [ + { + "title": "Javascript", + "path": "javascript" + } + ] + } + ] } \ No newline at end of file diff --git a/ibm-db2/index.json b/ibm-db2/index.json index e17dc30..caba955 100644 --- a/ibm-db2/index.json +++ b/ibm-db2/index.json @@ -1,127 +1,124 @@ { + "_id": "ibm-db2", "title": "IBM DB2", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title" : "About IBM DB2", - "path" : "about-ibmdb2" - }, - { - "title" : "DB2 instances", - "path" : "db2-instance" - - }, - { - "title" : "Installation on Windows and Linux", - "path" : "installation" - - } - - ] - }, - { - "title": "Data Types", - "path": "data-types", - "links": [ - { - "title": "Data Types", - "path": "data-types" - } - ] - }, - - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - }, - { - "title": "DDL Commands", - "path": "ddl-commands" - }, - { - "title": "DML Commands", - "path": "dml-commands" - }, - { - "title": "DCL Commands", - "path": "dcl-commands" - }, - { - "title": "TCL Commands", - "path": "tcl-commands" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - }, - { - "title": "Stored Procedures", - "path": "stored-procedures", - "links": [ - { - "title": "Stored Procedures", - "path": "stored-procedures" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "About IBM DB2", + "path": "about-ibmdb2" + }, + { + "title": "DB2 instances", + "path": "db2-instance" + }, + { + "title": "Installation on Windows and Linux", + "path": "installation" + } + ] + }, + { + "title": "Data Types", + "path": "data-types", + "links": [ + { + "title": "Data Types", + "path": "data-types" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + }, + { + "title": "DDL Commands", + "path": "ddl-commands" + }, + { + "title": "DML Commands", + "path": "dml-commands" + }, + { + "title": "DCL Commands", + "path": "dcl-commands" + }, + { + "title": "TCL Commands", + "path": "tcl-commands" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + }, + { + "title": "Stored Procedures", + "path": "stored-procedures", + "links": [ + { + "title": "Stored Procedures", + "path": "stored-procedures" + } + ] + } + ] } \ No newline at end of file diff --git a/ibm-integration-bus/index.json b/ibm-integration-bus/index.json index d022614..4deb9cd 100644 --- a/ibm-integration-bus/index.json +++ b/ibm-integration-bus/index.json @@ -1,61 +1,60 @@ { + "_id": "ibm-integration-bus", "title": "IBM Integration Bus(IIB)", "description": "Easy to Understand middleware tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title" : "Introduction of IBM Integration Bus", - "path" : "introduction", - "links" : [ - { - "title" : "Introduction of IBM Integration Bus", - "path" : "introduction" - } - - ] - }, - { - "title" : "Application Development", - "path" : "application-development", - "links" : [ - { - "title" : "Transformation in IIB", - "path" : "transformation-in-iib" - }, - { - "title" : "Message Flow Nodes", - "path" : "message-flow-nodes" - }, - { - "title" : "Sample application", - "path" : "sample-application" - }, - { - "title" : "Accessing a Database", - "path" : "accessing-a-database" - }, - { - "title" : "How to Create and Deploy Bar files", - "path" : "create-and-deploy-bar-file" - }, - { - "title" : "Testing and Debugging", - "path" : "testing-and-debugging" - } - ] - }, - { - "title" : "Github Tutorials", - "path" : "github-tutorials", - "links" : [ - { - "title" : "Github Tutorials", - "path" : "github-tutorials" - } - - ] - } -] + { + "title": "Introduction of IBM Integration Bus", + "path": "introduction", + "links": [ + { + "title": "Introduction of IBM Integration Bus", + "path": "introduction" + } + ] + }, + { + "title": "Application Development", + "path": "application-development", + "links": [ + { + "title": "Transformation in IIB", + "path": "transformation-in-iib" + }, + { + "title": "Message Flow Nodes", + "path": "message-flow-nodes" + }, + { + "title": "Sample application", + "path": "sample-application" + }, + { + "title": "Accessing a Database", + "path": "accessing-a-database" + }, + { + "title": "How to Create and Deploy Bar files", + "path": "create-and-deploy-bar-file" + }, + { + "title": "Testing and Debugging", + "path": "testing-and-debugging" + } + ] + }, + { + "title": "Github Tutorials", + "path": "github-tutorials", + "links": [ + { + "title": "Github Tutorials", + "path": "github-tutorials" + } + ] + } + ] } \ No newline at end of file diff --git a/ibm-message-queue/index.json b/ibm-message-queue/index.json index 556a0fa..579af24 100644 --- a/ibm-message-queue/index.json +++ b/ibm-message-queue/index.json @@ -1,83 +1,78 @@ { + "_id": "ibm-message-queue", "title": "IBM MEssage Queues(MQ)", "description": "Easy to Understand Middleware tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title" : "Introduction of IBM MQ", - "path" : "introduction", - "links" : [ - { - "title" : "Introduction of IBM MQ", - "path" : "introduction" - } - - ] - }, - { - "title" : "MQ Objects", - "path" : "mq-objects", - "links" : [ - { - "title" : "Queue Manager", - "path" : "queue-manager" - }, - { - "title" : "Queues", - "path" : "queues" - }, - { - "title" : "Channels", - "path" : "channels" - } - ] - }, - { - "title" : "Distributed Queue Management", - "path" : "distributed-queue-management", - "links" : [ - { - "title" : "Distributed Queue Management", - "path" : "distributed-queue-management" - } - - ] - }, - { - "title" : "Multi-Hopping", - "path" : "multi-hopping", - "links" : [ - { - "title" : "Multi-Hopping", - "path" : "multi-hopping" - } - - ] - }, - { - "title" : "Publish-Subscribe", - "path" : "publish-subscribe", - "links" : [ - { - "title" : "Publish-Subscribe", - "path" : "publish-subscribe" - } - - ] - }, - { - "title" : "Clusters", - "path" : "clusters", - "links" : [ - { - "title" : "Clusters", - "path" : "clusters" - } - - ] - } - -] + { + "title": "Introduction of IBM MQ", + "path": "introduction", + "links": [ + { + "title": "Introduction of IBM MQ", + "path": "introduction" + } + ] + }, + { + "title": "MQ Objects", + "path": "mq-objects", + "links": [ + { + "title": "Queue Manager", + "path": "queue-manager" + }, + { + "title": "Queues", + "path": "queues" + }, + { + "title": "Channels", + "path": "channels" + } + ] + }, + { + "title": "Distributed Queue Management", + "path": "distributed-queue-management", + "links": [ + { + "title": "Distributed Queue Management", + "path": "distributed-queue-management" + } + ] + }, + { + "title": "Multi-Hopping", + "path": "multi-hopping", + "links": [ + { + "title": "Multi-Hopping", + "path": "multi-hopping" + } + ] + }, + { + "title": "Publish-Subscribe", + "path": "publish-subscribe", + "links": [ + { + "title": "Publish-Subscribe", + "path": "publish-subscribe" + } + ] + }, + { + "title": "Clusters", + "path": "clusters", + "links": [ + { + "title": "Clusters", + "path": "clusters" + } + ] + } + ] } \ No newline at end of file diff --git a/ibm-transformation-extender/index.json b/ibm-transformation-extender/index.json index b1d3302..405acd7 100644 --- a/ibm-transformation-extender/index.json +++ b/ibm-transformation-extender/index.json @@ -1,65 +1,62 @@ { + "_id": "ibm-transformation-extender", "title": "IBM Transformation eXtender(ITX)", "description": "Easy to Understand middleware tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title" : "Introduction of IBM transformation extender", - "path" : "introduction", - "links" : [ - { - "title" : "Introduction of IBM Transformation Extender", - "path" : "introduction" - } - - ] - }, - { - "title" : "Type trees", - "path" : "type-trees", - "links" : [ - { - "title" : "Type trees", - "path" : "type-trees" - } - ] - }, - { - "title" : "Mapping", - "path" : "mapping", - "links" : [ - { - "title" : "maps", - "path" : "maps" - }, - { - "title" : "Inbuilt Functions", - "path" : "inbuilt-functions" - } - - ] - }, - - { - "title" : "ITX with other middleware tools", - "path" : "itx-with-other-tools", - "links" : [ - { - "title" : "ITX for IIB", - "path" : "itx-for-iib" - }, - { - "title" : "ITX with Data Power", - "path" : "itx-with-dp" - }, - { - "title" : "ITX with Sterling B2B Integrator", - "path" : "itx-for-si" - } - - ] - } -] + { + "title": "Introduction of IBM transformation extender", + "path": "introduction", + "links": [ + { + "title": "Introduction of IBM Transformation Extender", + "path": "introduction" + } + ] + }, + { + "title": "Type trees", + "path": "type-trees", + "links": [ + { + "title": "Type trees", + "path": "type-trees" + } + ] + }, + { + "title": "Mapping", + "path": "mapping", + "links": [ + { + "title": "maps", + "path": "maps" + }, + { + "title": "Inbuilt Functions", + "path": "inbuilt-functions" + } + ] + }, + { + "title": "ITX with other middleware tools", + "path": "itx-with-other-tools", + "links": [ + { + "title": "ITX for IIB", + "path": "itx-for-iib" + }, + { + "title": "ITX with Data Power", + "path": "itx-with-dp" + }, + { + "title": "ITX with Sterling B2B Integrator", + "path": "itx-for-si" + } + ] + } + ] } \ No newline at end of file diff --git a/mariadb/index.json b/mariadb/index.json index e2f853b..2bf9516 100644 --- a/mariadb/index.json +++ b/mariadb/index.json @@ -1,131 +1,130 @@ { + "_id": "mariadb", "title": "Maria DB", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title" : "About MariaDB", - "path" : "about-mariadb" - }, - { - "title" : "Installation on MacOS, Linux and Windows", - "path" : "installation" - - } - ] - }, - { - "title": "Data Types", - "path": "data-types", - "links": [ - { - "title": "Data Types", - "path": "data-types" - } - ] - }, - - { - "title": "Keys", - "path": "keys", - "links": [ - { - "title": "Keys", - "path": "keys" - } - ] - }, - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - }, - { - "title": "DDL Commands", - "path": "ddl-commands" - }, - { - "title": "DML Commands", - "path": "dml-commands" - }, - { - "title": "DCL Commands", - "path": "dcl-commands" - }, - { - "title": "TCL Commands", - "path": "tcl-commands" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - }, - { - "title": "Stored Procedures", - "path": "stored-procedures", - "links": [ - { - "title": "Stored Procedures", - "path": "stored-procedures" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "About MariaDB", + "path": "about-mariadb" + }, + { + "title": "Installation on MacOS, Linux and Windows", + "path": "installation" + } + ] + }, + { + "title": "Data Types", + "path": "data-types", + "links": [ + { + "title": "Data Types", + "path": "data-types" + } + ] + }, + { + "title": "Keys", + "path": "keys", + "links": [ + { + "title": "Keys", + "path": "keys" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + }, + { + "title": "DDL Commands", + "path": "ddl-commands" + }, + { + "title": "DML Commands", + "path": "dml-commands" + }, + { + "title": "DCL Commands", + "path": "dcl-commands" + }, + { + "title": "TCL Commands", + "path": "tcl-commands" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + }, + { + "title": "Stored Procedures", + "path": "stored-procedures", + "links": [ + { + "title": "Stored Procedures", + "path": "stored-procedures" + } + ] + } + ] } \ No newline at end of file diff --git a/microsoft-sql-server/index.json b/microsoft-sql-server/index.json index 289a3f8..a38838e 100644 --- a/microsoft-sql-server/index.json +++ b/microsoft-sql-server/index.json @@ -1,128 +1,128 @@ { + "_id": "microsoft-sql-server", "title": "Microsoft SQL Server", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title" : "About Microsoft SQL Server", - "path" : "about-mssqlserver" - }, - { - "title" : "Installation on Linux and Windows", - "path" : "installation" - - } - ] - }, - { - "title": "Data Types", - "path": "data-types", - "links": [ - { - "title": "Numeric Data Types", - "path": "numeric-data-types" - }, - { - "title": "Date and Time", - "path": "date-and-time" - }, - { - "title": "String Data Types", - "path": "string-data-types" - } - ] - }, - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "Microsoft SQL Server Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - }, - { - "title": "DDL Commands", - "path": "ddl-commands" - }, - { - "title": "DML Commands", - "path": "dml-commands" - }, - { - "title": "DCL Commands", - "path": "dcl-commands" - }, - { - "title": "TCL Commands", - "path": "tcl-commands" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - }, - { - "title": "Stored Procedures", - "path": "stored-procedures", - "links": [ - { - "title": "Stored Procedures", - "path": "stored-procedures" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "About Microsoft SQL Server", + "path": "about-mssqlserver" + }, + { + "title": "Installation on Linux and Windows", + "path": "installation" + } + ] + }, + { + "title": "Data Types", + "path": "data-types", + "links": [ + { + "title": "Numeric Data Types", + "path": "numeric-data-types" + }, + { + "title": "Date and Time", + "path": "date-and-time" + }, + { + "title": "String Data Types", + "path": "string-data-types" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "Microsoft SQL Server Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + }, + { + "title": "DDL Commands", + "path": "ddl-commands" + }, + { + "title": "DML Commands", + "path": "dml-commands" + }, + { + "title": "DCL Commands", + "path": "dcl-commands" + }, + { + "title": "TCL Commands", + "path": "tcl-commands" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + }, + { + "title": "Stored Procedures", + "path": "stored-procedures", + "links": [ + { + "title": "Stored Procedures", + "path": "stored-procedures" + } + ] + } + ] } \ No newline at end of file diff --git a/mongodb/index.json b/mongodb/index.json index 38c2f12..3801234 100644 --- a/mongodb/index.json +++ b/mongodb/index.json @@ -1,67 +1,68 @@ { + "_id": "mongodb", "title": "MongoDB", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title": "What is MongoDB", - "path": "what-is-mongodb" - }, - { - "title": "Key Concepts", - "path": "key-concepts" - }, - { - "title": "Installation", - "path": "installation" - } - ] - }, - { - "title": "CRUD Operations", - "path": "crud-operations", - "links": [ - { - "title": "Creating Database", - "path": "creating-database" - }, - { - "title": "Inserting Data", - "path": "creating-data" - }, - { - "title": "Reading Data", - "path": "reading-data" - }, - { - "title": "Updating Data", - "path": "updating-data" - }, - { - "title": "Deleting Data", - "path": "deleting-data" - } - ] - }, - { - "title": "Advanced Topics", - "path": "advanced-topics", - "links": [ - { - "title": "Aggregations", - "path": "aggregations" - }, - { - "title": "Indexes", - "path": "indexes" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "What is MongoDB", + "path": "what-is-mongodb" + }, + { + "title": "Key Concepts", + "path": "key-concepts" + }, + { + "title": "Installation", + "path": "installation" + } + ] + }, + { + "title": "CRUD Operations", + "path": "crud-operations", + "links": [ + { + "title": "Creating Database", + "path": "creating-database" + }, + { + "title": "Inserting Data", + "path": "creating-data" + }, + { + "title": "Reading Data", + "path": "reading-data" + }, + { + "title": "Updating Data", + "path": "updating-data" + }, + { + "title": "Deleting Data", + "path": "deleting-data" + } + ] + }, + { + "title": "Advanced Topics", + "path": "advanced-topics", + "links": [ + { + "title": "Aggregations", + "path": "aggregations" + }, + { + "title": "Indexes", + "path": "indexes" + } + ] + } + ] } \ No newline at end of file diff --git a/mysql/index.json b/mysql/index.json index 2909b9a..38fce28 100644 --- a/mysql/index.json +++ b/mysql/index.json @@ -1,138 +1,138 @@ { + "_id": "mysql", "title": "MySQL", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title" : "About MySQL", - "path" : "about-mysql" - }, - { - "title" : "Installation on Linux and Windows", - "path" : "installation" - - } - ] - }, - { - "title": "MySQL Data Types", - "path": "mysql-data-types", - "links": [ - { - "title": "Numeric Data Types", - "path": "numeric-data-types" - }, - { - "title": "Date and Time", - "path": "date-and-time" - }, - { - "title": "String Data Types", - "path": "string-data-types" - } - ] - }, - { - "title": "Keys", - "path": "keys", - "links": [ - { - "title": "Keys", - "path": "keys" - } - ] - }, - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "MySQL Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - }, - { - "title": "DDL Commands", - "path": "ddl-commands" - }, - { - "title": "DML Commands", - "path": "dml-commands" - }, - { - "title": "DCL Commands", - "path": "dcl-commands" - }, - { - "title": "TCL Commands", - "path": "tcl-commands" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - }, - { - "title": "Stored Procedures", - "path": "stored-procedures", - "links": [ - { - "title": "Stored Procedures", - "path": "stored-procedures" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "About MySQL", + "path": "about-mysql" + }, + { + "title": "Installation on Linux and Windows", + "path": "installation" + } + ] + }, + { + "title": "MySQL Data Types", + "path": "mysql-data-types", + "links": [ + { + "title": "Numeric Data Types", + "path": "numeric-data-types" + }, + { + "title": "Date and Time", + "path": "date-and-time" + }, + { + "title": "String Data Types", + "path": "string-data-types" + } + ] + }, + { + "title": "Keys", + "path": "keys", + "links": [ + { + "title": "Keys", + "path": "keys" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "MySQL Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + }, + { + "title": "DDL Commands", + "path": "ddl-commands" + }, + { + "title": "DML Commands", + "path": "dml-commands" + }, + { + "title": "DCL Commands", + "path": "dcl-commands" + }, + { + "title": "TCL Commands", + "path": "tcl-commands" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + }, + { + "title": "Stored Procedures", + "path": "stored-procedures", + "links": [ + { + "title": "Stored Procedures", + "path": "stored-procedures" + } + ] + } + ] } \ No newline at end of file diff --git a/nodejs/index.json b/nodejs/index.json index b483f31..e03cfaf 100644 --- a/nodejs/index.json +++ b/nodejs/index.json @@ -1,71 +1,72 @@ { + "_id": "nodejs", "title": "Node JS", "description": "Node JS Tutorial - Learn the concepts of NodeJS, practice the sample programs and try yourself using our free editor.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title" : "Introduction to NodeJS", - "path" : "introduction", - "links" : [ - { - "title" : "Introduction to NodeJS", - "path" : "introduction" - }, - { - "title" : "Installation", - "path" : "installation" - }, - { - "title" : "Sample Application", - "path" : "sample-application" - } - ] - }, - { - "title" : "EXPRESS", - "path" : "express", - "links" : [ - { - "title" : "EXPRESS Framework", - "path" : "express" - } - ] - }, - { - "title" : "Express using MongoDB", - "path" : "express-mongodb", - "links" : [ - { - "title" : "CRUD operations", - "path" : "crud-express-mongodb" - } - ] - }, - { - "title" : "File system module", - "path" : "files", - "links" : [ - { - "title" : "File system module", - "path" : "file-system-module" - } - ] - }, - { - "title" : "Miscellaneous Topics", - "path" : "misc", - "links" : [ - { - "title" : "NPM", - "path" : "npm" - }, - { - "title" : "Path and Query Parameters", - "path" : "path-and-query-params" - } - ] - } -] + { + "title": "Introduction to NodeJS", + "path": "introduction", + "links": [ + { + "title": "Introduction to NodeJS", + "path": "introduction" + }, + { + "title": "Installation", + "path": "installation" + }, + { + "title": "Sample Application", + "path": "sample-application" + } + ] + }, + { + "title": "EXPRESS", + "path": "express", + "links": [ + { + "title": "EXPRESS Framework", + "path": "express" + } + ] + }, + { + "title": "Express using MongoDB", + "path": "express-mongodb", + "links": [ + { + "title": "CRUD operations", + "path": "crud-express-mongodb" + } + ] + }, + { + "title": "File system module", + "path": "files", + "links": [ + { + "title": "File system module", + "path": "file-system-module" + } + ] + }, + { + "title": "Miscellaneous Topics", + "path": "misc", + "links": [ + { + "title": "NPM", + "path": "npm" + }, + { + "title": "Path and Query Parameters", + "path": "path-and-query-params" + } + ] + } + ] } \ No newline at end of file diff --git a/oracle/index.json b/oracle/index.json index a103c08..ac7fa17 100644 --- a/oracle/index.json +++ b/oracle/index.json @@ -1,138 +1,138 @@ { + "_id": "oracle", "title": "Oracle", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title" : "Introduction", - "path" : "introduction" - }, - { - "title" : "Installation on Linux and Windows", - "path" : "installation" - - } - ] - }, - { - "title": "Data Types", - "path": "data-types", - "links": [ - { - "title": "Numeric Data Types", - "path": "numeric-data-types" - }, - { - "title": "Date and Time", - "path": "date-and-time" - }, - { - "title": "String Data Types", - "path": "string-data-types" - } - ] - }, - { - "title": "Keys", - "path": "keys", - "links": [ - { - "title": "Keys", - "path": "keys" - } - ] - }, - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - }, - { - "title": "DDL Commands", - "path": "ddl-commands" - }, - { - "title": "DML Commands", - "path": "dml-commands" - }, - { - "title": "DCL Commands", - "path": "dcl-commands" - }, - { - "title": "TCL Commands", - "path": "tcl-commands" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - }, - { - "title": "Stored Procedures", - "path": "stored-procedures", - "links": [ - { - "title": "Stored Procedures", - "path": "stored-procedures" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "Introduction", + "path": "introduction" + }, + { + "title": "Installation on Linux and Windows", + "path": "installation" + } + ] + }, + { + "title": "Data Types", + "path": "data-types", + "links": [ + { + "title": "Numeric Data Types", + "path": "numeric-data-types" + }, + { + "title": "Date and Time", + "path": "date-and-time" + }, + { + "title": "String Data Types", + "path": "string-data-types" + } + ] + }, + { + "title": "Keys", + "path": "keys", + "links": [ + { + "title": "Keys", + "path": "keys" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + }, + { + "title": "DDL Commands", + "path": "ddl-commands" + }, + { + "title": "DML Commands", + "path": "dml-commands" + }, + { + "title": "DCL Commands", + "path": "dcl-commands" + }, + { + "title": "TCL Commands", + "path": "tcl-commands" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + }, + { + "title": "Stored Procedures", + "path": "stored-procedures", + "links": [ + { + "title": "Stored Procedures", + "path": "stored-procedures" + } + ] + } + ] } \ No newline at end of file diff --git a/perl/index.json b/perl/index.json index 171256c..1a46aea 100644 --- a/perl/index.json +++ b/perl/index.json @@ -1,125 +1,126 @@ { + "_id": "perl", "title": "Perl", "description": "Perl Tutorial - Learn the concepts of Perl 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 Perl", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Operators", - "path" : "operators" - } - ] - }, - { - "title" : "Strings", - "path" : "strings", - "links" : [ - { - "title" : "Strings", - "path" : "strings" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Lists", - "path" : "lists", - "links" : [ - { - "title" : "Lists", - "path" : "lists" - } - ] - }, - { - "title" : "Hashes", - "path" : "hashes", - "links" : [ - { - "title" : "Hashes", - "path" : "hashes" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Sub-routines in Perl", - "path" : "sub-routine", - "links" : [ - { - "title" : "Sub-routines", - "path" : "sub-routine" - } - ] - }, - { - "title" : "OOPS in Perl", - "path" : "oops-in-perl", - "links" : [ - { - "title" : "OOP Principles", - "path" : "oops" - } - ] - }, - { - "title" : "Working with Databases", - "path" : "working-with-databases", - "links" : [ - { - "title" : "Databases", - "path" : "databases" - } - ] - }, - { - "title" : "Working with Files", - "path" : "working-with-files", - "links" : [ - { - "title" : "Files I/O", - "path" : "files" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction to Perl", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Strings", + "path": "strings", + "links": [ + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Lists", + "path": "lists", + "links": [ + { + "title": "Lists", + "path": "lists" + } + ] + }, + { + "title": "Hashes", + "path": "hashes", + "links": [ + { + "title": "Hashes", + "path": "hashes" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Sub-routines in Perl", + "path": "sub-routine", + "links": [ + { + "title": "Sub-routines", + "path": "sub-routine" + } + ] + }, + { + "title": "OOPS in Perl", + "path": "oops-in-perl", + "links": [ + { + "title": "OOP Principles", + "path": "oops" + } + ] + }, + { + "title": "Working with Databases", + "path": "working-with-databases", + "links": [ + { + "title": "Databases", + "path": "databases" + } + ] + }, + { + "title": "Working with Files", + "path": "working-with-files", + "links": [ + { + "title": "Files I/O", + "path": "files" + } + ] + } + ] } \ No newline at end of file diff --git a/php/index.json b/php/index.json index ba57172..0a5d3ed 100644 --- a/php/index.json +++ b/php/index.json @@ -1,109 +1,110 @@ { + "_id": "php", "title": "PHP", "description": "PHP Tutorial - Learn the concepts of PHP 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 PHP", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Constants", - "path" : "constants" - }, - { - "title" : "Operators", - "path" : "operators" - } - ] - }, - { - "title" : "Strings", - "path" : "strings", - "links" : [ - { - "title" : "Strings", - "path" : "strings" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Functions", - "path" : "functions", - "links" : [ - { - "title" : "Functions", - "path" : "functions" - } - ] - }, - { - "title" : "OOPs", - "path" : "oops", - "links" : [ - { - "title" : "OOPs", - "path" : "oops" - } - ] - }, - { - "title" : "Working with Files", - "path" : "working-with-files", - "links" : [ - { - "title" : "File Operations", - "path" : "working-with-files" - } - ] - }, - { - "title" : "Working with database", - "path" : "working-with-database", - "links" : [ - { - "title" : "CRUD with database", - "path" : "crud-with-database" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction to PHP", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Constants", + "path": "constants" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Strings", + "path": "strings", + "links": [ + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Functions", + "path": "functions", + "links": [ + { + "title": "Functions", + "path": "functions" + } + ] + }, + { + "title": "OOPs", + "path": "oops", + "links": [ + { + "title": "OOPs", + "path": "oops" + } + ] + }, + { + "title": "Working with Files", + "path": "working-with-files", + "links": [ + { + "title": "File Operations", + "path": "working-with-files" + } + ] + }, + { + "title": "Working with database", + "path": "working-with-database", + "links": [ + { + "title": "CRUD with database", + "path": "crud-with-database" + } + ] + } + ] } \ No newline at end of file diff --git a/postgresql/index.json b/postgresql/index.json index a3ea501..855efa6 100644 --- a/postgresql/index.json +++ b/postgresql/index.json @@ -1,109 +1,110 @@ { + "_id": "postgresql", "title": "PostgreSQL", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title": "About POSTGRES", - "path": "about-postgres" - }, - { - "title": "Installation on Linux and Windows", - "path": "installation" - } - ] - }, - { - "title": "Data Types", - "path": "data-types", - "links": [ - { - "title": "Data Types", - "path": "data-types" - } - ] - }, - { - "title": "Commands", - "path": "commands", - "links": [ - { - "title": "Commands", - "path": "commands" - }, - { - "title": "DDL Commands", - "path": "ddl-commands" - }, - { - "title": "DML Commands", - "path": "dml-commands" - }, - { - "title": "DCL Commands", - "path": "dcl-commands" - }, - { - "title": "TCL Commands", - "path": "tcl-commands" - } - ] - }, - { - "title": "Constraints", - "path": "constraints", - "links": [ - { - "title": "Constraints", - "path": "constraints" - } - ] - }, - { - "title": "Joins", - "path": "joins", - "links": [ - { - "title": "Joins", - "path": "joins" - } - ] - }, - { - "title": "Indexes", - "path": "indexes", - "links": [ - { - "title": "Indexes", - "path": "indexes" - } - ] - }, - { - "title": "Triggers", - "path": "triggers", - "links": [ - { - "title": "Triggers", - "path": "triggers" - } - ] - }, - { - "title": "Views", - "path": "views", - "links": [ - { - "title": "Views", - "path": "views" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "About POSTGRES", + "path": "about-postgres" + }, + { + "title": "Installation on Linux and Windows", + "path": "installation" + } + ] + }, + { + "title": "Data Types", + "path": "data-types", + "links": [ + { + "title": "Data Types", + "path": "data-types" + } + ] + }, + { + "title": "Commands", + "path": "commands", + "links": [ + { + "title": "Commands", + "path": "commands" + }, + { + "title": "DDL Commands", + "path": "ddl-commands" + }, + { + "title": "DML Commands", + "path": "dml-commands" + }, + { + "title": "DCL Commands", + "path": "dcl-commands" + }, + { + "title": "TCL Commands", + "path": "tcl-commands" + } + ] + }, + { + "title": "Constraints", + "path": "constraints", + "links": [ + { + "title": "Constraints", + "path": "constraints" + } + ] + }, + { + "title": "Joins", + "path": "joins", + "links": [ + { + "title": "Joins", + "path": "joins" + } + ] + }, + { + "title": "Indexes", + "path": "indexes", + "links": [ + { + "title": "Indexes", + "path": "indexes" + } + ] + }, + { + "title": "Triggers", + "path": "triggers", + "links": [ + { + "title": "Triggers", + "path": "triggers" + } + ] + }, + { + "title": "Views", + "path": "views", + "links": [ + { + "title": "Views", + "path": "views" + } + ] + } + ] } \ No newline at end of file diff --git a/python/index.json b/python/index.json index 227e592..6ce190a 100644 --- a/python/index.json +++ b/python/index.json @@ -1,121 +1,120 @@ { + "_id": "python", "title": "Python", "description": "Python Tutorial - Learn the concepts of Python, 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 Python", - "path" : "introduction" - }, - { - "title" : "Variables and Datatypes", - "path" : "variables-and-data-types" - }, - { - "title" : "Operators", - "path" : "operators" - }, - { - "title" : "Strings", - "path" : "strings" - } - - ] - }, - { - "title" : "Functions", - "path" : "functions", - "links" : [ - { - "title" : "Functions", - "path" : "functions" - } - ] - }, - { - "title" : "Collections", - "path" : "collections", - "links" : [ - { - "title" : "Collections", - "path" : "collections" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "OOPs", - "path" : "oops", - "links" : [ - { - "title" : "OOPs", - "path" : "oops" - } - ] - }, - { - "title" : "Working with Files", - "path" : "working-with-files", - "links" : [ - { - "title" : "CRUD Operations", - "path" : "crud-with-files" - } - ] - }, - { - "title" : "Working with MongoDB", - "path" : "python-mongodb", - "links" : [ - { - "title" : "CRUD Operations", - "path" : "crud-with-mongodb" - } - ] - }, - { - "title" : "Data Science", - "path" : "data-science", - "links" : [ - { - "title" : "NumPy Arrays", - "path" : "numpy-arrays" - }, - { - "title" : "Pandas", - "path" : "pandas" - } - ] - }, - { - "title" : "Solved examples", - "path" : "examples", - "links" : [ - { - "title" : "Examples", - "path" : "examples" - } - ] - } - -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction to Python", + "path": "introduction" + }, + { + "title": "Variables and Datatypes", + "path": "variables-and-data-types" + }, + { + "title": "Operators", + "path": "operators" + }, + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Functions", + "path": "functions", + "links": [ + { + "title": "Functions", + "path": "functions" + } + ] + }, + { + "title": "Collections", + "path": "collections", + "links": [ + { + "title": "Collections", + "path": "collections" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "OOPs", + "path": "oops", + "links": [ + { + "title": "OOPs", + "path": "oops" + } + ] + }, + { + "title": "Working with Files", + "path": "working-with-files", + "links": [ + { + "title": "CRUD Operations", + "path": "crud-with-files" + } + ] + }, + { + "title": "Working with MongoDB", + "path": "python-mongodb", + "links": [ + { + "title": "CRUD Operations", + "path": "crud-with-mongodb" + } + ] + }, + { + "title": "Data Science", + "path": "data-science", + "links": [ + { + "title": "NumPy Arrays", + "path": "numpy-arrays" + }, + { + "title": "Pandas", + "path": "pandas" + } + ] + }, + { + "title": "Solved examples", + "path": "examples", + "links": [ + { + "title": "Examples", + "path": "examples" + } + ] + } + ] } \ No newline at end of file diff --git a/r/index.json b/r/index.json index 605a0a9..3907904 100644 --- a/r/index.json +++ b/r/index.json @@ -1,135 +1,136 @@ { + "_id": "r", "title": "R", "description": "R Tutorial - Learn the concepts of R 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 R", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Operators", - "path" : "operators" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Strings", - "path" : "strings", - "links" : [ - { - "title" : "Strings", - "path" : "strings" - } - ] - }, - { - "title" : "Functions", - "path" : "functions", - "links" : [ - { - "title" : "Functions", - "path" : "functions" - } - ] - }, - { - "title" : "Vectors", - "path" : "vectors", - "links" : [ - { - "title" : "Vectors", - "path" : "vectors" - } - ] - }, - { - "title" : "Lists", - "path" : "lists", - "links" : [ - { - "title" : "Lists", - "path" : "lists" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Matrices", - "path" : "matrices", - "links" : [ - { - "title" : "Matrices", - "path" : "matrices" - } - ] - }, - { - "title" : "Data Frames", - "path" : "data-frame", - "links" : [ - { - "title" : "Data Frames", - "path" : "data-frame" - } - ] - }, - { - "title" : "Factors", - "path" : "factors", - "links" : [ - { - "title" : "Factors", - "path" : "factors" - } - ] - }, - { - "title" : "Data Interfaces", - "path" : "data-interfaces", - "links" : [ - { - "title" : "Data Interfaces", - "path" : "data-interfaces" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction to R", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Strings", + "path": "strings", + "links": [ + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Functions", + "path": "functions", + "links": [ + { + "title": "Functions", + "path": "functions" + } + ] + }, + { + "title": "Vectors", + "path": "vectors", + "links": [ + { + "title": "Vectors", + "path": "vectors" + } + ] + }, + { + "title": "Lists", + "path": "lists", + "links": [ + { + "title": "Lists", + "path": "lists" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Matrices", + "path": "matrices", + "links": [ + { + "title": "Matrices", + "path": "matrices" + } + ] + }, + { + "title": "Data Frames", + "path": "data-frame", + "links": [ + { + "title": "Data Frames", + "path": "data-frame" + } + ] + }, + { + "title": "Factors", + "path": "factors", + "links": [ + { + "title": "Factors", + "path": "factors" + } + ] + }, + { + "title": "Data Interfaces", + "path": "data-interfaces", + "links": [ + { + "title": "Data Interfaces", + "path": "data-interfaces" + } + ] + } + ] } \ No newline at end of file diff --git a/redis/index.json b/redis/index.json index f485e13..4466961 100644 --- a/redis/index.json +++ b/redis/index.json @@ -1,67 +1,68 @@ { + "_id": "redis", "title": "Redis", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title": "What is Redis", - "path": "what-is-redis" - }, - { - "title": "Key Concepts", - "path": "key-concepts" - }, - { - "title": "Installation", - "path": "installation" - } - ] - }, - { - "title": "Redis Operations", - "path": "redis-operations", - "links": [ - { - "title": "Redis Commands", - "path": "commands" - }, - { - "title": "String", - "path": "string-commands" - }, - { - "title": "List", - "path": "list-commands" - }, - { - "title": "Set", - "path": "set-commands" - }, - { - "title": "Hash", - "path": "hash-commands" - }, - { - "title": "Sorted-Set", - "path": "sorted-set-commands" - } - ] - }, - { - "title": "Advanced Topics", - "path": "advanced-topics", - "links": [ - { - "title": "Transactions", - "path": "transactions" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "What is Redis", + "path": "what-is-redis" + }, + { + "title": "Key Concepts", + "path": "key-concepts" + }, + { + "title": "Installation", + "path": "installation" + } + ] + }, + { + "title": "Redis Operations", + "path": "redis-operations", + "links": [ + { + "title": "Redis Commands", + "path": "commands" + }, + { + "title": "String", + "path": "string-commands" + }, + { + "title": "List", + "path": "list-commands" + }, + { + "title": "Set", + "path": "set-commands" + }, + { + "title": "Hash", + "path": "hash-commands" + }, + { + "title": "Sorted-Set", + "path": "sorted-set-commands" + } + ] + }, + { + "title": "Advanced Topics", + "path": "advanced-topics", + "links": [ + { + "title": "Transactions", + "path": "transactions" + } + ] + } + ] } \ No newline at end of file diff --git a/ruby/index.json b/ruby/index.json index 65c4a4c..535973e 100644 --- a/ruby/index.json +++ b/ruby/index.json @@ -1,76 +1,76 @@ { + "_id": "ruby", "title": "Ruby", "description": "Ruby Tutorial - Learn the concepts of Ruby 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", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Operators", - "path" : "operators" - } - - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Methods", - "path" : "methods", - "links" : [ - { - "title" : "Methods", - "path" : "methods" - } - ] - }, - { - "title" : "Working with Files", - "path" : "working-with-files", - "links" : [ - { - "title" : "File I/O", - "path" : "file-io" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Methods", + "path": "methods", + "links": [ + { + "title": "Methods", + "path": "methods" + } + ] + }, + { + "title": "Working with Files", + "path": "working-with-files", + "links": [ + { + "title": "File I/O", + "path": "file-io" + } + ] + } + ] } \ No newline at end of file diff --git a/scala/index.json b/scala/index.json index 6006659..358513e 100644 --- a/scala/index.json +++ b/scala/index.json @@ -1,76 +1,76 @@ { + "_id": "scala", "title": "Scala", "description": "Scala Tutorial - Learn the concepts of Scala 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", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Operators", - "path" : "operators" - } - - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Functions", - "path" : "functions", - "links" : [ - { - "title" : "Functions", - "path" : "functions" - } - ] - }, - { - "title" : "Collections", - "path" : "collections", - "links" : [ - { - "title" : "Collections", - "path" : "collections" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Functions", + "path": "functions", + "links": [ + { + "title": "Functions", + "path": "functions" + } + ] + }, + { + "title": "Collections", + "path": "collections", + "links": [ + { + "title": "Collections", + "path": "collections" + } + ] + } + ] } \ No newline at end of file diff --git a/sql-lite/index.json b/sql-lite/index.json index fffbcd1..68c4afa 100644 --- a/sql-lite/index.json +++ b/sql-lite/index.json @@ -1,65 +1,66 @@ { + "_id": "sql-lite", "title": "SQL Lite", "description": "Easy to Understand database tutorials for beginners with core concepts and examples.", "created": "2019-10-01", "updated": "2020-07-07", "cover": "", "index": [ - { - "title": "Introduction", - "path": "introduction", - "links": [ - { - "title": "What is SQLite", - "path": "what-is-sqlite" - }, - { - "title": "Key Concepts", - "path": "key-concepts" - }, - { - "title": "Installation", - "path": "installation" - } - ] - }, - { - "title": "CRUD Operations", - "path": "crud-operations", - "links": [ - { - "title": "Creating Database", - "path": "create-database" - }, - { - "title": "Attach Database", - "path": "attach-database" - }, - { - "title": "Detach Database", - "path": "detach-database" - }, - { - "title": "Creating Table", - "path": "create-table" - }, - { - "title": "Inserting Data", - "path": "create-data" - }, - { - "title": "Reading Data", - "path": "reading-data" - }, - { - "title": "Updating Data", - "path": "updating-data" - }, - { - "title": "Deleting Data", - "path": "deleting-data" - } - ] - } -] + { + "title": "Introduction", + "path": "introduction", + "links": [ + { + "title": "What is SQLite", + "path": "what-is-sqlite" + }, + { + "title": "Key Concepts", + "path": "key-concepts" + }, + { + "title": "Installation", + "path": "installation" + } + ] + }, + { + "title": "CRUD Operations", + "path": "crud-operations", + "links": [ + { + "title": "Creating Database", + "path": "create-database" + }, + { + "title": "Attach Database", + "path": "attach-database" + }, + { + "title": "Detach Database", + "path": "detach-database" + }, + { + "title": "Creating Table", + "path": "create-table" + }, + { + "title": "Inserting Data", + "path": "create-data" + }, + { + "title": "Reading Data", + "path": "reading-data" + }, + { + "title": "Updating Data", + "path": "updating-data" + }, + { + "title": "Deleting Data", + "path": "deleting-data" + } + ] + } + ] } \ No newline at end of file diff --git a/vb/index.json b/vb/index.json index b7583d4..24ef978 100644 --- a/vb/index.json +++ b/vb/index.json @@ -1,79 +1,80 @@ { + "_id": "vb", "title": "VB.net", "description": "Visual Basic Tutorial - Learn the concepts of VB.net 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 VB.net", - "path" : "introduction" - }, - { - "title" : "Data Types", - "path" : "data-types" - }, - { - "title" : "Variables", - "path" : "variables" - }, - { - "title" : "Constants", - "path" : "constants" - }, - { - "title" : "Operators", - "path" : "operators" - } - ] - }, - { - "title" : "Control Statements", - "path" : "control-statements", - "links" : [ - { - "title" : "Conditional Statements", - "path" : "conditional-statements" - }, - { - "title" : "Loops", - "path" : "loops" - } - ] - }, - { - "title" : "Strings", - "path" : "strings", - "links" : [ - { - "title" : "Strings", - "path" : "strings" - } - ] - }, - { - "title" : "Arrays", - "path" : "arrays", - "links" : [ - { - "title" : "Arrays", - "path" : "arrays" - } - ] - }, - { - "title" : "Procedures", - "path" : "procedures", - "links" : [ - { - "title" : "Procedures", - "path" : "procedures" - } - ] - } -] + { + "title": "Basics", + "path": "basics", + "links": [ + { + "title": "Introduction to VB.net", + "path": "introduction" + }, + { + "title": "Data Types", + "path": "data-types" + }, + { + "title": "Variables", + "path": "variables" + }, + { + "title": "Constants", + "path": "constants" + }, + { + "title": "Operators", + "path": "operators" + } + ] + }, + { + "title": "Control Statements", + "path": "control-statements", + "links": [ + { + "title": "Conditional Statements", + "path": "conditional-statements" + }, + { + "title": "Loops", + "path": "loops" + } + ] + }, + { + "title": "Strings", + "path": "strings", + "links": [ + { + "title": "Strings", + "path": "strings" + } + ] + }, + { + "title": "Arrays", + "path": "arrays", + "links": [ + { + "title": "Arrays", + "path": "arrays" + } + ] + }, + { + "title": "Procedures", + "path": "procedures", + "links": [ + { + "title": "Procedures", + "path": "procedures" + } + ] + } + ] } \ No newline at end of file