feat: add Enterprise Integrations section (ServiceNow, Microsoft Graph, Jira, Confluence) - #3
Merged
Conversation
…raph, 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new "Enterprise Integrations" section to the landing page for four recently integrated systems: ServiceNow, Microsoft Graph, Jira, and Confluence.
What changed
#enterprise-integrationssection, inserted between#featuresand#omics, reusing the existing.features-grid/.feature-carddesign system — no new CSS, no JS.Integrations) added betweenFeaturesandOmics.Evidence basis
Copy was written against the actual plugin implementations, not the integration names alone:
plugins/servicenow): incident search/get/create/update/comment via OAuth 2.0 client-credentials, one instance per deployment.plugins/microsoft_graph): read-only, admin-approved access to Entra ID users/groups, SharePoint sites/document libraries, a user's own Outlook mailbox, and Teams/channel listings.plugins/atlassian): JQL search, create issue, add comment, transition workflow status.plugins/atlassian): search/retrieve pages, create/update/archive (soft-delete) pages.No capability is claimed beyond what each plugin's README/
plugin.jsondocuments as implemented — no "production-ready"/"enterprise-certified" language, no implied automation (e.g. auto-sync, RAG grounding) that isn't built yet.Validation
git diff --check— cleanhtml.parser— OK.features-gridauto-fit behavior, no layout regressions.🤖 Generated with Claude Code