webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Feature: Add JSON schema for configuration file #180

Closed ShukantPal closed 2 years ago

ShukantPal commented 2 years ago

This work adds a JSON schema file that specifies the shape of the configuration file used by @webdoc/cli. The file is published at https://webdoc.nyc3.digitaloceanspaces.com/schemas/v1/webdoc.conf.schema.json; there is no deployment policy in place at the moment.

A new command has been added to @webdoc/cli - "webdoc init". This command creates a minimal configuration file required for webdoc to run.

ShukantPal commented 2 years ago

Closes #87