[dev] feat: Started working on component reference docs
This commit is contained in:
parent
965e32b9d5
commit
cb68284d54
10 changed files with 256 additions and 21 deletions
5
packages/react/mkdocs.sh
Executable file
5
packages/react/mkdocs.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue