diff --git a/packages/docs/docs/guides/create-custom-integration.md b/packages/docs/docs/guides/create-custom-integration.md index 200f0973..9e0aa628 100644 --- a/packages/docs/docs/guides/create-custom-integration.md +++ b/packages/docs/docs/guides/create-custom-integration.md @@ -1,5 +1,5 @@ --- -title: Custom (Tracking) Integration +title: Custom Integrations --- # Creating a Custom (Tracking) Integration for Consent Manager @@ -17,7 +17,8 @@ import { IntegrationConfig } from '@consent-manager/core'; -import { siYourService } from 'simple-icons'; // Replace with your service's icon +// Replace with your service's icon +import { siYourService } from 'simple-icons'; export function yourServiceIntegration(options: { apiKey: string }): IntegrationConfig { const { title, hex, path } = siYourService; @@ -56,7 +57,6 @@ import { useDecision, useIntegration } from '@consent-manager/core'; -import { } from '@consent-manager/core'; let wasInitialized = false; diff --git a/packages/docs/docs/guides/create-custom-interface.md b/packages/docs/docs/guides/create-custom-interface.md index f0744e92..e96499ac 100644 --- a/packages/docs/docs/guides/create-custom-interface.md +++ b/packages/docs/docs/guides/create-custom-interface.md @@ -1,5 +1,5 @@ --- -title: Custom User Interface +title: Custom User Interfaces --- # Creating a Custom User Interface for Consent Manager