Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improvements to API reference intro sections #9397

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
538 changes: 460 additions & 78 deletions www/apps/api-reference/app/_mdx/admin.mdx

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions www/apps/api-reference/app/_mdx/client-libraries.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
import { H3 } from "docs-ui"
import Space from "@/components/Space"
import DownloadFull from "@/components/DownloadFull"

### Just Getting Started?
<H3 className="!mt-0">Just Getting Started?</H3>

Check out the [quickstart guide](https://docs.medusajs.com/create-medusa-app).
Check out the [Medusa v2 Documentation](https://docs.medusajs.com/v2).

<Space bottom={8} />

<Note type="soon">

Support for v2 API Routes is coming soon in Medusa JS Client and Medusa React.
JavaScript client libraries are coming soon for Medusa v2.

</Note>

### Download Full Reference

Download this reference as an OpenApi YAML file. You can import this file to tools like Postman and start sending requests directly to your Medusa backend.
Download this reference as an OpenApi YAML file. You can import this file to tools like Postman and start sending requests directly to your Medusa application.

<DownloadFull />
Loading
Loading