Skip to content

Commit

Permalink
index.json modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimavanth committed Sep 10, 2020
1 parent 1a21435 commit d56e879
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 229 deletions.
3 changes: 2 additions & 1 deletion c/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"_id": "c",
"title": "C Language",
"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",
Expand Down Expand Up @@ -120,4 +121,4 @@
]
}
]
}
}
103 changes: 52 additions & 51 deletions cassandra/index.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,60 @@
{
"_id": "cassandra",
"title": "Cassandra",
"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": "CRUD Operations",
"path": "crud-operations",
"links": [
{
"title": "Creating Keyspace",
"path": "creating-keyspace"
},
{
"title": "Deleting Keyspace",
"path": "deleting-keyspace"
},
{
"title": "Creating Table",
"path": "creating-table"
},
{
"title": "Inserting Data",
"path": "creating-data"
},
{
"title": "Updating Data",
"path": "updating-data"
},
{
"title": "Deleting Data",
"path": "deleting-data"
}
]
},
{
"title": "Advanced Topics",
"path": "advanced",
"links": [
{
"title": "Collection Data types",
"path": "collection-data-types"
}
]
}
]
{
"title": "Introduction",
"path": "introduction",
"links": [
{
"title": "Introduction",
"path": "introduction"
}
]
},
{
"title": "CRUD Operations",
"path": "crud-operations",
"links": [
{
"title": "Creating Keyspace",
"path": "creating-keyspace"
},
{
"title": "Deleting Keyspace",
"path": "deleting-keyspace"
},
{
"title": "Creating Table",
"path": "creating-table"
},
{
"title": "Inserting Data",
"path": "creating-data"
},
{
"title": "Updating Data",
"path": "updating-data"
},
{
"title": "Deleting Data",
"path": "deleting-data"
}
]
},
{
"title": "Advanced Topics",
"path": "advanced",
"links": [
{
"title": "Collection Data types",
"path": "collection-data-types"
}
]
}
]
}
91 changes: 46 additions & 45 deletions couchdb/index.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,54 @@
{
"_id": "couchdb",
"title": "CouchDB",
"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 CouchDb",
"path": "what-is-couchdb"
},
{
"title": "Key Concepts",
"path": "key-concepts"
},
{
"title": "Installation",
"path": "installation"
}
]
},
{
"title": "CRUD Operations",
"path": "crud-operations",
"links": [
{
"title": "Creating database",
"path": "creating-database"
},
{
"title": "Deleting database",
"path": "deleting-database"
},
{
"title": "Creating Data",
"path": "creating-data"
},
{
"title": "Updating Data",
"path": "updating-data"
},
{
"title": "Deleting Data",
"path": "deleting-data"
}
]
}
]
{
"title": "Introduction",
"path": "introduction",
"links": [
{
"title": "What is CouchDb",
"path": "what-is-couchdb"
},
{
"title": "Key Concepts",
"path": "key-concepts"
},
{
"title": "Installation",
"path": "installation"
}
]
},
{
"title": "CRUD Operations",
"path": "crud-operations",
"links": [
{
"title": "Creating database",
"path": "creating-database"
},
{
"title": "Deleting database",
"path": "deleting-database"
},
{
"title": "Creating Data",
"path": "creating-data"
},
{
"title": "Updating Data",
"path": "updating-data"
},
{
"title": "Deleting Data",
"path": "deleting-data"
}
]
}
]
}
1 change: 1 addition & 0 deletions java/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"_id": "java",
"title": "Java",
"description": "Java Tutorial - Learn the concepts of Java, practice the sample programs and try yourself using our free editor.",
"created": "2019-10-01",
Expand Down
Loading

0 comments on commit d56e879

Please sign in to comment.