Skip to content

Commit

Permalink
sync actual docs with online docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Feb 2, 2024
1 parent ce71634 commit 794e2ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs-gen/utils/sync.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

DOCS_DIR="playground/public/docs"

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"docs:generate-readme": "npm run docs:generate-css-vars && npm run docs:generate-props && npm run docs:setup && npm run docs:format && sh ./docs-gen/readme/generate-readme.sh && prettier --write README.md",
"update:props": "sh ./docs-gen/utils/update-props.sh && prettier --write docs-gen/components/*/*/props.json",
"update:comments": "sh ./docs-gen/utils/update-comments.sh && npm run format:code",
"format:code": "prettier --log-level silent --write src/components/*/*/*.ts src/components/*/*/*.tsx"
"format:code": "prettier --log-level silent --write src/components/*/*/*.ts src/components/*/*/*.tsx",
"docs:sync": "sh ./docs-gen/utils/sync.sh"
}
}
2 changes: 1 addition & 1 deletion playground/public/docs/coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Easy to integrate into every app
- Highly customizable
- Few dependencies
- No dependencies
- Dark mode support
- Standard shared props across every component

Expand Down

0 comments on commit 794e2ca

Please sign in to comment.