revamp: migrate Node.js (Express) backend API quickstart to new content model#996
Open
revamp: migrate Node.js (Express) backend API quickstart to new content model#996
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
Redirects per inputRedirects in main/docs/quickstart/backend/nodejs/index.mdx
|
ankita10119
suggested changes
Apr 24, 2026
| AUTH0_AUDIENCE=YOUR_API_IDENTIFIER | ||
| ``` | ||
|
|
||
| <Warning> |
There was a problem hiding this comment.
The CLI tab uses to explain what the command does, while the Dashboard tab uses to remind users to replace placeholder values
A few things to fix here -
- should be on dashboard tab
- The placeholder reminder is missing from the CLI tab, even though both tabs show the same
.envwithYOUR_AUTH0_DOMAINandYOUR_API_IDENTIFIER, so basically the warning tag should be there for both CLI and dashboard tab, with Warning change to Note - The CLI (what the command does) sits after the
.envblock but describes the command, it should be move to right after
| "dependencies": { | ||
| "dotenv": "^16.3.1", | ||
| "express": "^4.21.0", | ||
| "express-oauth2-jwt-bearer": "^1.6.0" |
There was a problem hiding this comment.
Just a small suggestion, instead of showing the full package.json, we could show only the scripts block that needs to be added, since npm install already handles writing the dependencies. Also, if we do want to keep the full file, could we update express-oauth2-jwt-bearer to ^1.8.0 (current version)?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migrates the Node.js (Express) backend API quickstart from the old Recipe/Section multi-file format to the new single
index.mdxcontent model, matching the pattern established bybackend/fastify.What changed:
_index.mdx,index.mdx,interactive.mdx,02-using.mdx,03-troubleshooting.mdx) with a single consolidatedindex.mdxmode: wide, AI accordion (defaultOpen),<Steps>component,<Check>checkpoint,<AccordionGroup>troubleshooting, and<Accordion>advanced usage sectionsdocs.jsonnavigation fromnodejs/interactivetonodejs/index/docs/quickstart/backend/nodejs/interactive→/docs/quickstart/backend/nodejsReferences
main/docs/quickstart/backend/fastify/index.mdxinteractive.mdxcontent used as starting point)Testing
mint devat/docs/quickstart/backend/nodejs(HTTP 200)/interactiveURL redirects correctly (HTTP 307)Checklist
CONTRIBUTING.md.