Skip to content

Commit

Permalink
feat(codegen): auto generate configuration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Dec 17, 2023
1 parent a625e4e commit 8bc4894
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 17 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ codegen = "run -p xtask_codegen --"
codegen-bindings = "run -p xtask_codegen --features schema -- bindings"
codegen-configuration = "run -p xtask_codegen --features configuration -- configuration"
codegen-license = "run -p xtask_codegen --features license -- license"
codegen-markdown = "run -p xtask_codegen --features schema -- markdown"
codegen-schema = "run -p xtask_codegen --features schema -- schema"
codegen-website = "run -p xtask_codegen --features website -- website"
contributors = "run -p xtask_contributors --"
Expand Down
Loading

0 comments on commit 8bc4894

Please sign in to comment.