Skip to content

Commit f97659a

Browse files
committed
feat: add import docs
1 parent a50bd9a commit f97659a

File tree

9 files changed

+931
-4
lines changed

9 files changed

+931
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@algolia/autocomplete-core": "^1.19.2",
1414
"@headlessui/react": "^2.2.6",
15+
"@heroicons/react": "^2.2.0",
1516
"@mdx-js/loader": "^3.1.0",
1617
"@mdx-js/react": "^3.1.0",
1718
"@next/mdx": "^15",

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/guides/web/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ With the payload, you can create a URL, depending on the kind of token you want
5252

5353
When the user visits the URL, it will automatically open the token generation modal with your values pre-filled.
5454

55+
<PayloadGenerator />
56+
5557
## Authentication
5658

5759
To authenticate requests to the Drop API, use your token in the Authorization header, like so:

0 commit comments

Comments
 (0)