Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 835 Bytes

Documentation system for Certify The Web

Documentation Site for the Certify Certificate Manager.

Contributions are welcome and all content can be found in the docs folder. Please submit a PR.

This uses markdown syntax document files and the Docusaurus build system.

Installation

$ npm install

Local Development

$ npm start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm build

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

Deployment

Github Actions are configured so that commits to master are built and the gh-pages branch is updated and published automatically.