This template is built for Docusaurus 2, a modern static website generator.
npx create-docusaurus@2.2.0 my-website --package-manager yarnWhen prompted to select a template choose
Git repository.
Template Repository URL:
https://github.com/PaloAltoNetworks/docusaurus-template-openapi-docs.gitWhen asked how the template repo should be cloned choose "copy" (unless you know better).
cd my-website
yarnyarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.