Skip to content

Commit 701e752

Browse files
committed
[enh] add nodejs dataset
1 parent 8423154 commit 701e752

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

scripts/fetch_dataset.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ fetch_nodejs_api() {
136136
"$HISTER" index --recursive \
137137
--allowed-domain=nodejs.org \
138138
--allowed-pattern="^https://nodejs\.org/api/.*" \
139+
--exclude-pattern=".+\.json$" \
139140
--label="$label" \
140141
--delay=1 \
141142
--allow-sensitive \
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Node.js API Documentation",
3+
"description": "Documentation pages for the Node.js API reference from nodejs.org.",
4+
"downloadUrl": "/data/nodejs-api.json.7z",
5+
"image": null,
6+
"tags": ["javascript", "documentation", "reference"],
7+
"license": "MIT",
8+
"author": "OpenJS Foundation and Node.js contributors",
9+
"diskSizeBytes": null,
10+
"documentCount": 69,
11+
"latestUpdate": "2026.06.24"
12+
}

0 commit comments

Comments
 (0)