Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 858 Bytes

File metadata and controls

40 lines (26 loc) · 858 Bytes

Template

This template is built for Docusaurus 3, a modern static website generator.

Usage

npx create-docusaurus@3.5.2 my-website --package-manager yarn

When prompted to select a template choose Git repository.

Template Repository URL:

https://github.com/PaloAltoNetworks/docusaurus-template-openapi-docs.git

When asked how the template repo should be cloned choose "copy" (unless you know better).

cd my-website
yarn

Local Development

yarn start

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

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.