An open API service indexing awesome lists of open source software.

https://github.com/webprofusion/certify-docs

Documentation Site for the Certify The Web - Certify SSL Manager app for windows
https://github.com/webprofusion/certify-docs

acme-client https letsencrypt

Last synced: 6 months ago
JSON representation

Documentation Site for the Certify The Web - Certify SSL Manager app for windows

Awesome Lists containing this project

README

          

# 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](https://docusaurus.io) 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.