Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paloaltonetworks/docusaurus-template-openapi-docs

Docusaurus template for bootstrapping with docusaurus-openapi-docs
https://github.com/paloaltonetworks/docusaurus-template-openapi-docs

documentation docusaurus2 openapi static-site-generator

Last synced: about 2 months ago
JSON representation

Docusaurus template for bootstrapping with docusaurus-openapi-docs

Awesome Lists containing this project

README

        

# Template

This template is built for [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

### Usage

```bash
npx [email protected] my-website --package-manager yarn
```

> When prompted to select a template choose `Git repository`.

Template Repository URL:

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

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

```bash
cd my-website
yarn
```

### Local Development

```bash
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

```bash
yarn build
```

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