We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After following the docs for boilerplate setup I am getting an error: error: missing required argument 'id'
error: missing required argument 'id'
Correct boilerplate setup
Currect base setup doesn't work
Running:
npx [email protected] my-website --package-manager yarn
https://github.com/PaloAltoNetworks/docusaurus-template-openapi-docs.git
copy
yarn run gen-api-docs
The text was updated successfully, but these errors were encountered:
You need to run docusaurus gen-api-docs <id> with id being the id of the api spec configuration
docusaurus gen-api-docs <id>
id
Sorry, something went wrong.
No branches or pull requests
Describe the bug
After following the docs for boilerplate setup I am getting an error:
error: missing required argument 'id'
Expected behavior
Correct boilerplate setup
Current behavior
Currect base setup doesn't work
Possible solution
Steps to reproduce
Running:
npx [email protected] my-website --package-manager yarn
https://github.com/PaloAltoNetworks/docusaurus-template-openapi-docs.git
withcopy
optionyarn run gen-api-docs
results inerror: missing required argument 'id'
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: