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

https://github.com/psake/docs

The psake.dev documentation static site.
https://github.com/psake/docs

docusaurus

Last synced: 8 months ago
JSON representation

The psake.dev documentation static site.

Awesome Lists containing this project

README

          

# psake Docs Site

[![Netlify Status](https://api.netlify.com/api/v1/badges/08957aba-db0d-4321-b752-93097e70fd6a/deploy-status)](https://app.netlify.com/sites/psake/deploys)

This website is built using [Docusaurus](https://docusaurus.io/), a modern
static website generator. The main feature for us was it's ability to
support versioned docs.

## Installation

```powershell
.\builds.ps1 -Bootstrap
```

## Local Development

```powershell
.\build.ps1 -Task Server
```

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

```powershell
.\build.ps1 -Task Build
```

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

### Deployment

We use Netlify to deploy when changes are landed into main.