We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe734c commit 2156197Copy full SHA for 2156197
2 files changed
nodejs/sidebars.js
@@ -75,6 +75,7 @@ module.exports = {
75
{ type: 'doc', id: 'pages' },
76
{ type: 'doc', id: 'pom' },
77
{ type: 'doc', id: 'screenshots' },
78
+ { type: 'doc', id: 'service-workers' },
79
{ type: 'doc', id: 'aria-snapshots' },
80
{ type: 'doc', id: 'codegen' },
81
{ type: 'doc', id: 'touch-events' },
nodejs/versioned_sidebars/version-stable-sidebars.json
@@ -246,6 +246,10 @@
246
"type": "doc",
247
"id": "screenshots"
248
},
249
+ {
250
+ "type": "doc",
251
+ "id": "service-workers"
252
+ },
253
{
254
255
"id": "aria-snapshots"
0 commit comments