From a9198fc83966dc041ff0524035adf015f8c94a70 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 9 Oct 2024 13:29:39 +0200 Subject: [PATCH] chore: add operations reference to main sidebar (#1915) --- src/sidebar.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sidebar.ts b/src/sidebar.ts index b0e0648f9..a6796da5a 100644 --- a/src/sidebar.ts +++ b/src/sidebar.ts @@ -1016,6 +1016,11 @@ module.exports = { type: "doc", id: "troubleshooting/index", }, + { + type: "link", + label: "Operations reference", + href: "/category/operations-reference", + }, ], }, {