diff --git a/docusaurus.config.js b/docusaurus.config.js index 08a8d27861..e2f0721710 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -112,6 +112,14 @@ const config = { ...args, docs: filteredDocs, }); + // This is an override to the default sidebar items generator. + // This injects the "Privacy Settings" link at the bottom of the sidebar. + sidebarItems.push( + { + type: 'html', + value: 'Privacy Settings', + }, + ); return sidebarItems; }, editUrl: "https://github.com/spectrocloud/librarium/blob/master",