Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ At the heart of every Ranger is the `Ranger` class. This class will provide ever
- Ticks (labels) generation

After reading about Ranger's concepts, you should:
- [Check Out Some Examples](./examples)
- [Check Out Some Examples](./examples/react/basic)
2 changes: 1 addition & 1 deletion docs/framework/react/api/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu: API
## Examples
Want to skip to the implementation? Check out these examples:

- [basic](../../examples/react/basic)
- [basic](../examples/react/basic)

The API below described how to use the **basic** features.

Expand Down
2 changes: 1 addition & 1 deletion docs/framework/react/api/update-on-drag.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu: API
## Examples
Want to skip to the implementation? Check out these examples:

- [update-on-drag](../../examples/react/update-on-drag)
- [update-on-drag](../../examples/update-on-drag)

The API below described how to use the **update-on-drag** features.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can install TanStack Ranger with any [NPM](https://npmjs.com) package manage

Depending on your framework of choice, install one of the following packages:

- [React](./adapters/react-ranger)
- [React](./framework/react/react-ranger.md)
- Solid (coming soon!)
- Vue (coming soon!)
- Svelte (coming soon!)
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "(is-ci && pnpm test:ci) || pnpm test:dev",
"test:ci": "vitest run",
"test:dev": "vitest watch",
"test:docs": "ts-node scripts/verify-links.ts",
"build": "rollup --config rollup.config.js",
"watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"tsc -b --watch\"",
"linkAll": "lerna exec 'pnpm link' --parallel",
Expand Down Expand Up @@ -54,6 +55,7 @@
"concurrently": "^7.1.0",
"current-git-branch": "^1.1.0",
"git-log-parser": "^1.2.0",
"markdown-link-extractor": "^4.0.3",
"lerna": "^4.0.0",
"luxon": "^2.3.2",
"prettier": "^2.8.1",
Expand All @@ -68,6 +70,7 @@
"solid-js": "^1.6.5",
"stream-to-array": "^2.3.0",
"svelte": "^3.55.0",
"tinyglobby": "^0.2.15",
"ts-node": "^10.7.0",
"typescript": "^4.9.4",
"vue": "^3.2.33"
Expand Down
193 changes: 192 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.