-
Notifications
You must be signed in to change notification settings - Fork 87
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(framework): add NestJS guide and icons #709
docs(framework): add NestJS guide and icons #709
Conversation
"quickstart/express", | ||
"quickstart/remix", | ||
"quickstart/nestjs", | ||
"quickstart/svelte", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reordering here based on perceived frequency of usage, from most to least used.
}, { | ||
payloadSchema: z.object({ | ||
userName: z.string().default('John Doe'), | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing some whitespace issues.
@@ -9,6 +9,7 @@ import TestStep from "/snippets/quickstart/test.mdx"; | |||
import PackagesStep from "/snippets/quickstart/packages.mdx"; | |||
import SecretStep from "/snippets/quickstart/secret.mdx"; | |||
import WorkflowCode from "/snippets/quickstart/workflow.mdx"; | |||
import NextStepsStep from "/snippets/quickstart/next-steps.mdx"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import was missing and previously resulted in the "Next steps" section not being rendered at all for the Remix guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it!
import { NovuModule } from '@novu/framework/nest'; | ||
import { testWorkflow } from './novu/workflows'; | ||
|
||
@Module({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix identation, we use 2 spaces.
}), | ||
}, { | ||
payloadSchema: z.object({ | ||
userName: z.string().default('John Doe'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation
What?
Closes novuhq/novu#6552
Screenshots
Preview deployment
https://novu-nv-4304-docs-feedback-add-informations-about-how-to-us.mintlify.app/quickstart/nestjs