Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Jul 10, 2024
1 parent c812291 commit 24a1de7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-plums-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'jotai-x': patch
---

doc
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ connect.lock
#storybook
storybook-static/

# Local
packages/plate/docs/
# Local Netlify folder
.netlify
/test-results/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ which solves these challenges, so you can focus on your app.
yarn add jotai jotai-x
```

For further details and API documentation, visit [jotai-x.udecode.io](https://jotai-x.udecode.io).
For further details and API documentation, visit [jotai-x.udecode.dev](https://jotai-x.udecode.dev).

## **Why Choose `jotai-x`?**

Expand Down
1 change: 0 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module.exports = {
moduleNameMapper: {
'\\.(css|less|sass|scss)$': '<rootDir>/scripts/styleMock.cjs',
...getTsConfigBasePaths(),
// '^@udecode/plate-core$': '<rootDir>/packages/core/src',
...modules,
},
preset: 'ts-jest',
Expand Down
2 changes: 1 addition & 1 deletion packages/jotai-x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ which solves these challenges, so you can focus on your app.
yarn add jotai jotai-x
```

For further details and API documentation, visit [jotai-x.udecode.io](https://jotai-x.udecode.io).
For further details and API documentation, visit [jotai-x.udecode.dev](https://jotai-x.udecode.dev).

## **Why Choose `jotai-x`?**

Expand Down
8 changes: 4 additions & 4 deletions packages/jotai-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "1.2.3",
"description": "Jotai store factory for a best-in-class developer experience.",
"license": "MIT",
"homepage": "https://platejs.org",
"homepage": "https://jotai-x.udecode.dev/",
"repository": {
"type": "git",
"url": "https://github.com/udecode/plate.git",
"directory": "packages/cli"
"url": "https://github.com/udecode/jotai-x.git",
"directory": "packages/jotai-x"
},
"bugs": {
"url": "https://github.com/udecode/plate/issues"
"url": "https://github.com/udecode/jotai-x/issues"
},
"sideEffects": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 24a1de7

Please sign in to comment.