docs: added a section to introduction on using docs (#8257)

Add a section to the introduction page explaining the different sections of the V2 docs and how / when to use them.
This commit is contained in:
Shahed Nasser
2024-07-24 17:16:33 +03:00
committed by GitHub
parent b615645952
commit 0a482e972f

View File

@@ -92,8 +92,16 @@ Medusa is for ambitious businesses and developers that are limited by traditiona
---
## Who is this book for
## Who is this documentation for
This book is for TypeScript or JavaScript developers looking to master Medusa and build their commerce applications. By following this book, youll learn about Medusas concept, from basic to advanced, with easy-to-follow examples to assist you along the way.
This documentation is for TypeScript or JavaScript developers looking to master Medusa and build their commerce applications. By following this documentation, youll learn about Medusas concept, from basic to advanced, with easy-to-follow examples to assist you along the way.
By the end of this book, youll be an expert Medusa developer, leading teams using Medusa from the development till production.
By the end of this documentation, youll be an expert Medusa developer, leading teams using Medusa from the development till production.
### How to use the documentation
The documentation for Medusa v2 is split into the following sections:
1. The main documentation, which is the one you're currently viewing. It's highly recommended to follow all the chapters in this documentation before jumping into other documentation sections.
2. The [Learning Resources documentation](!resources!) provides guides and resources useful during your development, such as tool API references, recipes, step-by-step guides and examples, and more.
3. The [Store](!api!/store) and [Admin](!api!/admin) API references provide a reference to the Medusa application's endpoints and instructions related to authentication, parameter types, and more.