Skip to content

Conversation

@lukasz-hycom
Copy link
Collaborator

@lukasz-hycom lukasz-hycom commented Nov 28, 2025

What does this PR do?

  • updated integrations page
  • updated integrations documentation
  • added Storybook documentation page
  • fixed SVG icons with dashed stroke in navbar

Key Changes

  • Updated integrations overview to match current statuses from the integrations page: moved Contentful to available, added Zendesk and Auth.js as available, and added Notification API as enterprise. Added Storybook documentation page with setup instructions and examples aligned with the project's story structure.

Summary by CodeRabbit

  • Documentation
    • Added integrations: Contentful CMS, Zendesk, and Auth.js
    • Published Storybook docs with setup, build, addons, and example stories
    • Updated integration status terminology and reclassified several items from "Internal" to "Enterprise"
    • Updated documentation links for Contentful and Zendesk integration pages

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Nov 28, 2025

Walkthrough

Reclassifies several integrations from "internal" to "enterprise", adds Contentful, Zendesk, and Auth.js to integrations docs, updates some integration links, adds Storybook documentation, and aligns the IntegrationsBlocks component's status type and UI labels.

Changes

Cohort / File(s) Summary
Integrations Overview Documentation
apps/docs/docs/integrations/overview.md
Added Contentful CMS, Zendesk, and Auth.js to general integrations list; moved Contentful out of enterprise list and added Notification API to enterprise list.
Storybook Documentation
apps/docs/docs/main-components/frontend-app/storybook.md
New file: Storybook overview, local run/build instructions, component locations, public URL, addons, example story structure, and references to Storybook/Next.js docs.
Integration UI Component
apps/docs/src/components/IntegrationsBlocks/index.tsx
Updated IntegrationsBlocksProps to use status union `'available'
Integration Data & Links
apps/docs/src/pages/product/integrations.tsx
Updated INTEGRATION_SECTIONS constants: multiple items reclassified from 'internal' → 'enterprise' (e.g., SAP S/4 Hana variants, Keycloak, Notification API); updated Contentful and Zendesk link targets to documentation paths.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

  • Verify all integration entries were consistently updated to the new 'enterprise' status and no remaining 'internal' literals exist.
  • Confirm the updated status union type doesn't break any consumers or props elsewhere.
  • Validate the new Contentful/Zendesk links and that referenced docs pages exist.

Possibly related PRs

Suggested reviewers

  • marcinkrasowski

Poem

🐰
I hopped through docs with glee tonight,
Swapped "internal" for "enterprise" bright,
Added Zendesk, Contentful, Auth to the trail,
Storybook tales now set to sail,
A tiny hop for docs, a joyful write.

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is missing several required sections: Related Ticket(s), detailed How to test steps, and Media. Only 'What does this PR do?' and partial 'Key Changes' are present. Add the missing template sections: Related Ticket(s), complete 'How to test' with setup and testing steps, and 'Media' section (if applicable).
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: updating the integrations page and adding Storybook documentation, matching the PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/integations-page-update-v2

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 88f9c47 and bedde86.

📒 Files selected for processing (1)
  • apps/docs/docs/main-components/frontend-app/storybook.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • apps/docs/docs/main-components/frontend-app/storybook.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: deploy-preview

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
apps/docs/src/pages/product/integrations.tsx (1)

29-39: Enterprise status updates and links look right; Zendesk status is inconsistent

The changes to:

  • extend the status field to 'available' | 'planned' | 'enterprise',
  • mark SAP S/4 Hana, Keycloak, and Notification API as enterprise, and
  • point Contentful and Zendesk to their documentation pages

are all consistent with the updated docs and component behavior.

One thing to fix:

  • Zendesk is marked as status: 'available' in the Customer Support section (with a docs link), but still status: 'planned' and without a link in Knowledge Base Management. Given the new Zendesk docs and overview tile, this discrepancy is confusing.

If Zendesk is now generally available, consider aligning the Knowledge Base entry with the Customer Support one:

     {
         title: 'Knowledge Base Management',
         description: 'Manage articles, FAQs, categories and tags for support content.',
         integrations: [
             {
                 name: 'Strapi',
                 status: 'available',
                 description: 'Used to model and manage article-based support knowledge base.',
                 icon: <StrapiIcon />,
                 link: '/docs/integrations/cms/strapi/overview',
             },
             {
                 name: 'Salesforce Service Cloud',
                 status: 'planned',
                 description: 'Enterprise CRM and customer case handling solution.',
                 icon: <SalesforceIcon />,
             },
             {
                 name: 'Zendesk',
-                status: 'planned',
-                description: 'External ticketing and support knowledge base system.',
-                icon: <ZendeskIcon />,
+                status: 'available',
+                description: 'External ticketing and support knowledge base system.',
+                icon: <ZendeskIcon />,
+                link: '/docs/integrations/tickets/zendesk/overview',
             },
         ],
     },

Also applies to: 53-58, 79-84, 94-111, 113-131, 133-156, 171-176, 192-208

🧹 Nitpick comments (2)
apps/docs/docs/integrations/overview.md (1)

8-16: New integrations look consistent; consider small copy fixes

The added tiles for Contentful, Zendesk, Auth.js, and Notification API look consistent with the product integrations page and use the expected hrefs.

There are a couple of minor wording issues you may want to fix while you’re here:

-This sections provides a list of all integrations that are a part of the open-source project.
+This section provides a list of all integrations that are part of the open-source project.
...
-- [how to extend and integration](../guides/integrations/extending-integrations.md),
+- [how to extend an integration](../guides/integrations/extending-integrations.md),

Also applies to: 24-31, 39-45, 49-55

apps/docs/src/components/IntegrationsBlocks/index.tsx (1)

16-22: Enterprise status wiring looks good; consider deduplicating the status type

The new 'enterprise' status is correctly threaded through the props and getStatusConfig, with its own label and visual treatment, so this should work cleanly with the updated data.

To avoid the status union drifting between the interface and helper, you could extract a shared status type in this file:

-export interface IntegrationsBlocksProps {
-    title: string;
-    description: string;
-    integrations: {
-        name: string;
-        description: string;
-        status: 'available' | 'planned' | 'enterprise';
-        icon?: React.ReactNode;
-        link?: string;
-    }[];
-}
+type IntegrationStatus = 'available' | 'planned' | 'enterprise';
+
+export interface IntegrationsBlocksProps {
+    title: string;
+    description: string;
+    integrations: {
+        name: string;
+        description: string;
+        status: IntegrationStatus;
+        icon?: React.ReactNode;
+        link?: string;
+    }[];
+}
 
-const getStatusConfig = (status: 'available' | 'planned' | 'enterprise') => {
+const getStatusConfig = (status: IntegrationStatus) => {

Also applies to: 24-55

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between db26bd8 and 88f9c47.

⛔ Files ignored due to path filters (3)
  • apps/docs/src/assets/navbar/o2s-icon-dev.svg is excluded by !**/*.svg
  • apps/docs/src/assets/navbar/o2s-icon-documentation.svg is excluded by !**/*.svg
  • apps/docs/src/assets/navbar/o2s-icon-features.svg is excluded by !**/*.svg
📒 Files selected for processing (4)
  • apps/docs/docs/integrations/overview.md (2 hunks)
  • apps/docs/docs/main-components/frontend-app/storybook.md (1 hunks)
  • apps/docs/src/components/IntegrationsBlocks/index.tsx (2 hunks)
  • apps/docs/src/pages/product/integrations.tsx (7 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: deploy-preview
🔇 Additional comments (1)
apps/docs/docs/main-components/frontend-app/storybook.md (1)

1-97: Storybook documentation is clear and aligned with the project

The commands, file globs, and example story structure are coherent and match the described setup. This page should be immediately useful for contributors without requiring further tweaks.

@lukasz-hycom lukasz-hycom merged commit 2d34436 into main Nov 28, 2025
7 checks passed
@lukasz-hycom lukasz-hycom deleted the docs/integations-page-update-v2 branch November 28, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants