Skip to content

mghill/docs-site

 
 

Repository files navigation

PlaceOS Docs Site

This repository contains documentation renderer and associated tooling behind docs.placeos.com. It builds on Docusaurus 2.

The content this renders can be found within PlaceOS/docs.

Local Development

After cloning, install dependancies (including the latest content):

npm install

Then boot the dev server:

npm start

Changes will live-reload.

Deployment

Deployment is automated.

Commits to default branch will trigger a new build to the primary domain.

PR's each receive their own preview URL ahead of deployment.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • CSS 32.6%