1
0
Fork 0

[dev] feat: Started working on component reference docs

This commit is contained in:
joostdecock 2025-05-04 18:42:49 +02:00
parent 965e32b9d5
commit cb68284d54
10 changed files with 256 additions and 21 deletions

5
packages/react/mkdocs.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
mkdir -p ./docs/components
jsdoc -c jsdoc.json components/Account/ > ../../sites/dev/prebuild/jsdoc/react/components/account.json
jsdoc -c jsdoc.json components/Button/ > ../../sites/dev/prebuild/jsdoc/react/components/button.json