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
- Host: GitHub
- URL: https://github.com/webprofusion/certify-docs
- Owner: webprofusion
- License: mit
- Created: 2018-04-28T06:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T01:35:53.000Z (6 months ago)
- Last Synced: 2025-04-04T02:29:15.858Z (6 months ago)
- Topics: acme-client, https, letsencrypt
- Language: JavaScript
- Homepage: https://docs.certifytheweb.com
- Size: 6.53 MB
- Stars: 4
- Watchers: 5
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: docs/support.md
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.