Skip to content

Commit 2156197

Browse files
authored
docs: add service-workers to the node.js sidebar (#1937)
1 parent ffe734c commit 2156197

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

nodejs/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module.exports = {
7575
{ type: 'doc', id: 'pages' },
7676
{ type: 'doc', id: 'pom' },
7777
{ type: 'doc', id: 'screenshots' },
78+
{ type: 'doc', id: 'service-workers' },
7879
{ type: 'doc', id: 'aria-snapshots' },
7980
{ type: 'doc', id: 'codegen' },
8081
{ type: 'doc', id: 'touch-events' },

nodejs/versioned_sidebars/version-stable-sidebars.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@
246246
"type": "doc",
247247
"id": "screenshots"
248248
},
249+
{
250+
"type": "doc",
251+
"id": "service-workers"
252+
},
249253
{
250254
"type": "doc",
251255
"id": "aria-snapshots"

0 commit comments

Comments
 (0)