-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #633 from novuhq/v2-docs
v2 docs preview
- Loading branch information
Showing
508 changed files
with
19,554 additions
and
15,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:mdx/recommended" | ||
], | ||
// optional, if you want to lint code blocks at the same time | ||
"settings": { | ||
"mdx/code-blocks": false | ||
}, | ||
"rules": { | ||
"no-undef": "off", | ||
"no-unused-expressions": "off", | ||
"no-unused-vars": "off" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Ignore all HTML files: | ||
**/*.mdx | ||
script.js | ||
hubspot.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
workflowVersion: 1.0.0 | ||
speakeasyVersion: latest | ||
sources: | ||
openapi-with-code-samples: | ||
inputs: | ||
- location: registry.speakeasyapi.dev/novu/novu/json-development:main | ||
overlays: | ||
- location: registry.speakeasyapi.dev/novu/novu/code-samples-typescript:main | ||
output: ./openapi.json | ||
registry: | ||
location: registry.speakeasyapi.dev/novu/novu/openapi-with-code-samples | ||
openapi-with-code-samples: | ||
inputs: | ||
- location: registry.speakeasyapi.dev/novu/novu/json-development:main | ||
overlays: | ||
- location: registry.speakeasyapi.dev/novu/novu/code-samples-typescript:main | ||
output: ./openapi.json | ||
registry: | ||
location: registry.speakeasyapi.dev/novu/novu/openapi-with-code-samples | ||
targets: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.