Skip to content
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

Base template seems to be broken #1006

Open
janowak opened this issue Oct 29, 2024 · 1 comment
Open

Base template seems to be broken #1006

janowak opened this issue Oct 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@janowak
Copy link

janowak commented Oct 29, 2024

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:

  1. npx [email protected] my-website --package-manager yarn
  2. using method with template https://github.com/PaloAltoNetworks/docusaurus-template-openapi-docs.git with copy option
  3. cd into directory and run yarn run gen-api-docs results in error: missing required argument 'id'

Screenshots

image

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
  • Operating System and version (desktop or mobile):
  • Link to your project:
@janowak janowak added the bug Something isn't working label Oct 29, 2024
@TheRealFloatDev
Copy link

You need to run docusaurus gen-api-docs <id> with id being the id of the api spec configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants