integrate jsonschema2markdown; add support for inline markdown rendering from templates

This commit is contained in:
2023-05-13 20:31:00 -07:00
parent 4061b40eb4
commit 699c018825
19 changed files with 1793 additions and 142 deletions

View File

@@ -6,12 +6,12 @@
},
"scripts": {
"tsc": "tsc",
"clean": "rm -rf ./build"
"clean": "rm -rf ./build ./www"
},
"bin": {
"docs2website": "./bin/docs2website"
},
"exports": "./build/index.js",
"main": "./build/index.js",
"devDependencies": {
"@types/jsdom": "^20.0.0",
"@types/luxon": "^3.1.0",
@@ -21,6 +21,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@doc-utils/color-themes": "^0.1.1",
"@doc-utils/jsonschema2markdown": "^0.1.0",
"@doc-utils/markdown2html": "^0.1.0",
"glob": "^10.2.2",
"luxon": "^3.3.0",