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.
- Host: GitHub
- URL: https://github.com/psake/docs
- Owner: psake
- License: mit
- Created: 2024-10-03T22:44:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-04T23:51:07.000Z (10 months ago)
- Last Synced: 2025-09-06T01:46:25.874Z (9 months ago)
- Topics: docusaurus
- Language: TypeScript
- Homepage: https://psake.dev
- Size: 3.81 MB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# psake Docs Site
[](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.