Galooshi / import-js

A tool to simplify importing JS modules
MIT License
524 stars 70 forks source link

Auto-generate configuration documentation #616

Open mikabytes opened 6 months ago

mikabytes commented 6 months ago

As of #612 we use JSON schema for validating the configuration using Ajv. I think it would be great if we also documented it there and used a tool for auto-generating the markdown.

I came across jsonschema2md which seems to be a good fit for this.