Closed vcschapp closed 1 year ago
This trivial change enables support for the .yaml file extension, which is the official file extension for YAML per the YAML FAQ.
.yaml
No new tests added, but existing ones pass:
$ npm test ... Test Suites: 9 passed, 9 total Tests: 44 passed, 44 total Snapshots: 0 total Time: 1.604 s, estimated 2 s Ran all test suites.
I make the renderer change in https://github.com/tomcollins/json-schema-static-docs/pull/101
Thanks @tomcollins !
Description
This trivial change enables support for the
.yaml
file extension, which is the official file extension for YAML per the YAML FAQ.Testing
No new tests added, but existing ones pass: