Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 877 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 877 Bytes

psake Docs Site

Netlify Status

This website is built using Docusaurus, a modern static website generator. The main feature for us was it's ability to support versioned docs.

Installation

.\builds.ps1 -Bootstrap

Local Development

.\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

.\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.