From f5ee27e26faafa83ee99408e5503e66b6283a85e Mon Sep 17 00:00:00 2001 From: Ed Mackey Date: Fri, 24 Sep 2021 11:31:52 -0400 Subject: [PATCH] Add wetzel to documentation generators Proposed in https://github.com/CesiumGS/wetzel/issues/13#issuecomment-926447549 --- implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations.md b/implementations.md index 36f55bf3..61252d21 100644 --- a/implementations.md +++ b/implementations.md @@ -267,6 +267,7 @@ _None currently support draft-06 or later._ - [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. Supports draft-7. - [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. Supports draft-4. - [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. Supports draft-7. +- [wetzel](https://github.com/CesiumGS/wetzel) - Generates Markdown and AsciiDoc. With some limitations, supports draft-3, draft-4, draft-7, and 2020-12. Schema Repositories -------------------