Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 619 Bytes

CyberLINKS docs

This website is built using Docusaurus, a modern static website generator.

Local Development

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

npm run start

The following command will generate API docs for all of the OpenAPI specifications referenced in your docusaurus-plugin-openapi-docs config.

npx docusaurus gen-api-docs all

For more commands look here: OpenAPI Docs