remove main reference page
This commit is contained in:
@@ -20,7 +20,7 @@ The workspace has the following two directories:
|
||||
|
||||
- `apps`: this directory holds the different documentation websites and projects.
|
||||
- `book`: includes the codebase for the [main Medusa documentation](https://docs.medusajs.com/). It's built with [Next.js 15](https://nextjs.org/).
|
||||
- `resources`: includes the codebase for the Medusa Development Resources documentation. It's built with [Next.js 15](https://nextjs.org/).
|
||||
- `resources`: includes the codebase for the resources documentation, which powers different sections of the docs such as the [Integrations](!resources!/integrations) or [How-to & Tutorials](!resources!/how-to-tutorials) sections. It's built with [Next.js 15](https://nextjs.org/).
|
||||
- `api-reference`: includes the codebase for the API reference website. It's built with [Next.js 15](https://nextjs.org/).
|
||||
- `ui`: includes the codebase for the Medusa UI documentation website. It's built with [Next.js 15](https://nextjs.org/).
|
||||
- `packages`: this directory holds the shared packages and components necessary for the development of the projects in the `apps` directory.
|
||||
@@ -37,9 +37,9 @@ All documentation projects are built with Next.js. The content is writtin in MDX
|
||||
|
||||
The content of the Medusa main docs are under the `www/apps/book/app` directory.
|
||||
|
||||
### Medusa Development Resources Content
|
||||
### Medusa Resources Content
|
||||
|
||||
The content of the Medusa Resources documentation are under the `www/apps/resources/app` directory.
|
||||
The content of all pages under the `/resources` path are under the `www/apps/resources/app` directory.
|
||||
|
||||
<Note>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user