From 5156750bc8d879e7c5f0bd3d7b5300e76496be70 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Sun, 16 Aug 2026 13:44:15 -0500 Subject: [PATCH] feat: add Enterprise Integrations section for ServiceNow, Microsoft Graph, Jira, Confluence Adds a new landing-page section documenting four newly integrated enterprise systems, reusing the existing feature-card design system (no new CSS/JS). Copy is scoped to verified plugin capabilities only: - ServiceNow: incident search/get/create/update/comment via OAuth 2.0 client-credentials (plugins/servicenow) - Microsoft Graph: read-only, admin-approved access to Entra ID, SharePoint, Outlook (own mailbox), Teams/channel listings (plugins/microsoft_graph) - Jira: JQL search, create issue, add comment, transition status (plugins/atlassian) - Confluence: search/retrieve pages, create/update/archive (soft delete) pages (plugins/atlassian) Adds a "Integrations" nav link scrolling to the new section. No other sections, stats, or copy changed. --- index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/index.html b/index.html index c6b0ff9..1c5bef8 100644 --- a/index.html +++ b/index.html @@ -242,6 +242,7 @@