Skip to content

Commit 8c238e3

Browse files
committed
update docs w/ resend
1 parent f74bdc8 commit 8c238e3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

apps/docs/mint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"usage/publishing-to-the-cloud"
6666
]
6767
},
68+
{
69+
"group": "Integrations",
70+
"pages": [
71+
"integrations/resend"
72+
]
73+
},
6874
{
6975
"group": "Components",
7076
"pages": [

apps/docs/usage/publishing-to-the-cloud.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ npm i -g htmldocs@latest
1414

1515
This command installs or updates the CLI globally on your system.
1616

17+
If you haven't already, run the following command to create a new htmldocs project:
18+
19+
```bash
20+
npx htmldocs@latest init
21+
```
22+
23+
24+
1725
## Authentication
1826

1927
Before publishing, you'll need to authenticate with the htmldocs cloud platform:

0 commit comments

Comments
 (0)