Skip to content

Commit

Permalink
Update Docs section intro
Browse files Browse the repository at this point in the history
  • Loading branch information
Aahil13 committed Apr 16, 2024
1 parent ef9e3c7 commit d56c21d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,23 @@ category:
- Documentation
---

<AutoCatalog />
Welcome to the Node.js Documentation! In this comprehensive resource, you'll find detailed explanations of various Node.js concepts and functionalities. Let's explore the different sections together.

## Basics

In the [Basics](/docs/basics/) section, you'll find essential topics that form the foundation of Node.js development. Here are some of the key topics covered:

- **File System**: Learn how to perform file system operations such as reading, writing, and manipulating files using Node.js.
- **Modules**: Understand how modules work in Node.js and how to create, import, and use them in your applications.
- **URL Module**: Explore the URL module in Node.js, which provides utilities for URL resolution and parsing.

## MySQL

In the [MySQL](/docs/mysql/) section, you'll find in-depth information about using MySQL with Node.js. Whether you're a beginner or an experienced developer, you'll find valuable insights into working with MySQL databases. Some of the topics covered include:

- **Creating a Database**: Learn how to create a MySQL database using Node.js and set up tables to store your data.
- **Join**: Understand how to perform join operations to combine data from multiple tables in MySQL using Node.js.
- **Delete**: Explore how to delete records from a MySQL database using Node.js.

::: important Get ready to level up your Node.js skills with our comprehensive documentation! 🚀
:::

0 comments on commit d56c21d

Please sign in to comment.