Skip to content

Commit

Permalink
docs(schema): generate md with json-schema-for-humans
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Nov 12, 2023
1 parent ef61239 commit cac8744
Show file tree
Hide file tree
Showing 2 changed files with 1,361 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ install:
cat '~/.config/komorebi/komorebi.generated.ahk' >komorebi.generated.ahk
cat '~/.config/komorebi/komorebic.lib_newV2.ahk' >komorebic.lib.ahk

docs:
generate-schema-doc .\schema.json --config template_name=md

run:
just install-komorebic
cargo +stable run --bin komorebi --locked -- -a
Expand Down
Loading

0 comments on commit cac8744

Please sign in to comment.