Skip to content

Commit

Permalink
chapter: add md file
Browse files Browse the repository at this point in the history
  • Loading branch information
pei-pay committed Apr 13, 2024
1 parent 4e3088c commit a1c9053
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:text": "textlint .",
"docs:dev": "vitepress dev packages",
"docs:dev": "nr update && vitepress dev packages",
"docs:build": "vitepress build packages",
"docs:preview": "vitepress preview packages",
"update": "nr -C packages/metadata update"
Expand Down
19 changes: 12 additions & 7 deletions packages/metadata/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@
}
},
"categories": [
"State"
"State",
"Watch"
],
"functions": [
{
"name": "useCloned",
"package": "core",
"lastUpdated": 1712496642000,
"lastUpdated": 1712991826000,
"internal": true
},
{
"name": "useManualRefHistory",
"package": "core",
"lastUpdated": 1712496642000,
"lastUpdated": 1712991826000,
"category": "State",
"description": "",
"related": [
Expand All @@ -35,20 +36,24 @@
{
"name": "useRefHistory",
"package": "core",
"lastUpdated": 1712984153000,
"lastUpdated": 1712991826000,
"internal": true
},
{
"name": "utils",
"package": "shared",
"lastUpdated": 1712496642000,
"lastUpdated": 1712991826000,
"internal": true
},
{
"name": "watchIgnorable",
"package": "shared",
"lastUpdated": 1712496642000,
"internal": true
"lastUpdated": 1712991826000,
"category": "Watch",
"description": "",
"alias": [
"ignorableWatch"
]
}
]
}
6 changes: 6 additions & 0 deletions packages/shared/watchIgnorable/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Watch
alias: ignorableWatch
---

# watchIgnorable

0 comments on commit a1c9053

Please sign in to comment.