Skip to content

Commit

Permalink
docs(examples): Rename directory calendar to react (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeYeopHan authored Jan 31, 2022
1 parent b0a7b97 commit e7ef1f9
Show file tree
Hide file tree
Showing 16 changed files with 995 additions and 995 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["./"],
"sandboxes": ["/examples/calendar"],
"sandboxes": ["/examples/react"],
"node": "14"
}
1,976 changes: 988 additions & 988 deletions .pnp.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo
- Fork this repository
- Install dependencies by running `$ yarn`
- Implement your changes and tests to files in the `packages/{package}` directory and corresponding test files
- To run [local project in examples](https://github.com/h6s-dev/h6s/blob/main/examples/local), follow their individual directions. Usually this is just `$ yarn && yarn start`.
- To run Storybook.
- Document your changes in the appropriate doc page
- Git stage your required changes and commit (see below commit guidelines)
- Submit PR for review
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
base = "/examples/calendar/"
base = "/examples/react/"
publish = "dist/"
command = "yarn build:static"
[build.environment]
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@h6s-examples/calendar",
"name": "@h6s-examples/react",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion website/docs/calendar/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Calendar() {
```

<iframe
src="https://calendar.h6s.dev/"
src="https://react-examples.h6s.dev"
title="@h6s/calendar example"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4534,9 +4534,9 @@ __metadata:
languageName: node
linkType: hard

"@h6s-examples/calendar@workspace:examples/calendar":
"@h6s-examples/react@workspace:examples/react":
version: 0.0.0-use.local
resolution: "@h6s-examples/calendar@workspace:examples/calendar"
resolution: "@h6s-examples/react@workspace:examples/react"
dependencies:
"@babel/preset-env": ^7.16.5
"@chakra-ui/icons": ^1.1.1
Expand Down

0 comments on commit e7ef1f9

Please sign in to comment.