-
Notifications
You must be signed in to change notification settings - Fork 209
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
[GEN-1535]: beginners guide #1604
[GEN-1535]: beginners guide #1604
Conversation
@@ -12,8 +12,8 @@ The documentation is build on [Mintlify](https://www.npmjs.com/package/mintlify) | |||
|
|||
``` | |||
# make sure you're in `/docs` folder, where `mint.json` and `package.json` files are | |||
npm ci | |||
npm run dev | |||
npm i -g mintlify |
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.
not sure about the -g flag, should it be global?
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.
The mintlify in-repo isn't working as expected because of "sharp".
A global installation of mintlify allows us to use the command without relying on repo-dependencies that cause it to break.
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.
LGTM
No description provided.