You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue with jsonschema2md is that it creates multiples md files: adobe/jsonschema2md#531 and I had to add an $id field to the original schema. Plus it's made to schema 2019-09. (I know next to nothing about json schema)
Concatenating all the contents to the same file the output will have broken links/anchors, a infinitely long nav sidebar, a mess overall.
json-schema-md-doc worked better out of the box, it supports solely draft-7. But it throws a bunch of 'unknown prop type' warnings on option types like ['string', 'null'], [ 'array', 'null' ].. Output still broken tho but at first glance seems better, yet incomplete. Note that is a way smaller project, it's only a js file.
For reference:
minimal code for adobe/jsonschema2md: vasfvitor@c54ded5
The generator that builds https://beta.tauri.app/2/reference/config/ is currently broken. Would like to switch over to something like https://github.com/adobe/jsonschema2md or similar so that we don't need to maintain the current generator at https://github.com/tauri-apps/tauri-docs/blob/next/src/plugins/configGenerator.ts
The text was updated successfully, but these errors were encountered: