Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

PlaceOS/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.