diff --git a/website/sidebars.js b/website/sidebars.js index 6c9521b5..b96deea0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -163,6 +163,10 @@ const mainSidebar = { { type: 'doc', id: 'panel/advanced/process_manager', + }, + { + type: 'doc', + id: 'panel/advanced/ip_blocker', }, { type: 'doc', @@ -185,6 +189,10 @@ const mainSidebar = { { type: 'doc', id: 'panel/account/login_history', + }, + { + type: 'doc', + id: 'panel/account/notifications', }, { type: 'doc', @@ -194,7 +202,7 @@ const mainSidebar = { }, { type: "link", - href: "https://community.openpanel.com", + href: "https://community.openpanel.org", label: "Join our Community", className: "enterprise-badge", }