diff --git a/www/apps/book/app/page.mdx b/www/apps/book/app/page.mdx index 8cec0b4481..0ccf17eb7b 100644 --- a/www/apps/book/app/page.mdx +++ b/www/apps/book/app/page.mdx @@ -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, you’ll learn about Medusa’s 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, you’ll learn about Medusa’s concept, from basic to advanced, with easy-to-follow examples to assist you along the way. -By the end of this book, you’ll be an expert Medusa developer, leading teams using Medusa from the development till production. \ No newline at end of file +By the end of this documentation, you’ll 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.