From 48ddf3e676243fdc5355447deb234cc2645c8ac4 Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Wed, 23 Apr 2025 15:22:57 +0200 Subject: [PATCH] added netkit menus --- sidebars.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sidebars.js b/sidebars.js index 72fed7d666..aeae91a5c5 100644 --- a/sidebars.js +++ b/sidebars.js @@ -533,6 +533,27 @@ const sidebars = { ], }, 'qodlyLookerStudio/qodlyLookerStudioConnector', + { + type: "link", + label: "Third-party Authentication", + href: "https://github.com/4d/4D-NetKit/tree/20R8#oauth2provider" + }, + { + type: 'category', + label: 'Email Integration', + items: [ + { + type: 'link', + label: "Office365 (Outlook)", + href: "https://github.com/4d/4D-NetKit/tree/20R8#office365" + }, + { + type: 'link', + label: "Google (Gmail)", + href: "https://github.com/4d/4D-NetKit/tree/20R8#google" + }, + ] + }, { type: 'category', label: 'Custom Components',