Skip to content

Commit 1942ef9

Browse files
committed
Add AMQP 1.0 to the side bar
see #1874 (comment)
1 parent 876868d commit 1942ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sidebarsDocs.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,11 @@ const sidebars = {
358358
label: 'Protocols',
359359
link: {type: 'doc', id: 'protocols'},
360360
items: [
361+
{
362+
type: 'doc',
363+
id: 'amqp',
364+
label: 'AMQP 1.0',
365+
},
361366
{
362367
type: 'doc',
363368
id: 'connections/index',

0 commit comments

Comments
 (0)