Skip to content

Commit 0fec7bc

Browse files
authored
Merge pull request #38 from DHTMLX/next
[update] docusaurus to v3.9.2, fix incorrect links
2 parents 8b3e30f + 9fd088f commit 0fec7bc

5 files changed

Lines changed: 2951 additions & 4711 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: "20.0"
27+
node-version: "20.x"
2828

2929
- run: yarn install
3030
- run: yarn build

docs/api/internal/intercept-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ api.intercept(
2525
- `event` - (required) an event to be fired
2626
- `callback` - (required) a callback to be performed (the callback arguments will depend on the event to be fired)
2727
- `config` - (optional) an object that stores the following parameter:
28-
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/js_kanban_detach_method.md) method
28+
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/detach-method.md) method
2929

3030
### Events
3131

docs/api/internal/on-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ api.on(
2626
- `handler` - (required) a handler to be attached (the handler arguments will depend on the event to be fired)
2727
- `config` - (optional) an object that stores the following parameters:
2828
- `intercept` - (optional) if you set `intercept: true` during event listener creation, this event listener will run before all others
29-
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/js_kanban_detach_method.md) method
29+
- `tag` - (optional) an action tag. You can use the tag name to remove an action handler via the [`detach`](api/internal/detach-method.md) method
3030

3131
### Events
3232

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^3.9.1",
18-
"@docusaurus/preset-classic": "^3.9.1",
17+
"@docusaurus/core": "^3.9.2",
18+
"@docusaurus/preset-classic": "^3.9.2",
1919
"@easyops-cn/docusaurus-search-local": "^0.44.5",
2020
"@mdx-js/react": "^3.0.0",
2121
"@svgr/webpack": "^5.5.0",

0 commit comments

Comments
 (0)