Skip to content

Commit df7cb6f

Browse files
authored
Merge pull request codeharborhub#2718 from dhairyagothi/main
Fixed sidebar positions in tutorial
2 parents 4e87329 + 51c07ce commit df7cb6f

File tree

27 files changed

+48
-24
lines changed

27 files changed

+48
-24
lines changed

docs/C/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "C",
3-
"position": 8,
3+
"position": 2,
44
"link": {
55
"type": "generated-index",
66
"description": "In this section, you will learn about the basics of the C programming language. You will learn about the many features that make C unqiue, you'll learn how to install it on your machine, and how to write and run your first C program."

docs/CSS/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "CSS",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "In this section, you will learn about the CSS."
7+
}
8+
}

docs/Computer Networks/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Computer Networks",
3-
"position":18 ,
3+
"position":3 ,
44
"link": {
55
"type": "generated-index",
66
"description": "Computer Networks is the practice of connecting computers and other devices to share resources and information. This section covers fundamental concepts, protocols, and technologies that form the backbone of network communication."

docs/DBMS/_category.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "DBMS",
3-
"position": 11,
3+
"position": 5,
44
"link": {
55
"type": "generated-index",
66
"description": "Database Management Systems (DBMS) are software systems designed to manage databases. They provide an interface for users and applications to interact with data efficiently and securely. DBMSs support various types of databases, such as relational, NoSQL, and distributed databases, each serving different purposes and use cases. Relational databases use structured query language (SQL) for defining and manipulating data, while NoSQL databases are designed for specific data models and scalability. Key features of DBMS include data integrity, concurrency control, transaction management, and data security. Examples of popular DBMS include MySQL, PostgreSQL, MongoDB, and Oracle Database."

docs/Deep Learning/_category.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Deep Learning",
3-
"position": 14,
3+
"position": 6,
44
"link": {
55
"type": "generated-index",
66
"description": "In this section, you will learn about Deep Learning"

docs/Django/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Django",
3-
"position": 15,
3+
"position": 7,
44
"link": {
55
"type": "generated-index",
66
"description": "Django is a high-level Python web framework that allows developers to create robust web applications quickly."

docs/Julia/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Julia",
3-
"position": 14,
3+
"position": 12,
44
"link": {
55
"type": "generated-index",
66
"description": "Julia is a powerful and versatile programming language gaining popularity for its focus on scientific computing, data science, and machine learning"

docs/Linux/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Linux",
3+
"position": 13,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Linux is an open-source operating system that is widely used in various computing environments."
7+
}
8+
}

docs/MongoDB/_category.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "MongoDB",
3-
"position": 12,
3+
"position": 16,
44
"link": {
55
"type": "generated-index",
66
"description": "MongoDB is a popular NoSQL database known for its high performance, high availability, and easy scalability. It uses a flexible, JSON-like data model, which allows for the storage of complex data structures. MongoDB is designed to handle a wide variety of data types and workloads, making it a versatile choice for modern applications. Key features include document-oriented storage, powerful query capabilities, indexing, replication, and sharding. MongoDB is widely used in various industries for applications requiring fast development cycles, large-scale data processing, and real-time analytics."

docs/NextJs/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "NextJs",
3-
"position": 12,
3+
"position": 17,
44
"link": {
55
"type": "generated-index",
66
"description": "Next is a JavaScript library for building user interfaces. It is maintained by a community of individual developers and companies."

0 commit comments

Comments
 (0)