We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74bdc8 commit 8c238e3Copy full SHA for 8c238e3
apps/docs/mint.json
@@ -65,6 +65,12 @@
65
"usage/publishing-to-the-cloud"
66
]
67
},
68
+ {
69
+ "group": "Integrations",
70
+ "pages": [
71
+ "integrations/resend"
72
+ ]
73
+ },
74
{
75
"group": "Components",
76
"pages": [
apps/docs/usage/publishing-to-the-cloud.mdx
@@ -14,6 +14,14 @@ npm i -g htmldocs@latest
14
15
This command installs or updates the CLI globally on your system.
16
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
25
## Authentication
26
27
Before publishing, you'll need to authenticate with the htmldocs cloud platform:
0 commit comments