PaloAltoNetworks / docusaurus-template-openapi-docs

Docusaurus template for bootstrapping with docusaurus-openapi-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template

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

Usage

npx create-docusaurus@2.4.3 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.

About

Docusaurus template for bootstrapping with docusaurus-openapi-docs

License:MIT License


Languages

Language:TypeScript 54.6%Language:JavaScript 22.6%Language:CSS 19.3%Language:MDX 3.4%