Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Dec 31, 2023
1 parent 5c9da56 commit ecbdd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/docs/docs/guides/create-custom-integration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Custom (Tracking) Integration
title: Custom Integrations
---

# Creating a Custom (Tracking) Integration for Consent Manager
Expand All @@ -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;
Expand Down Expand Up @@ -56,7 +57,6 @@ import {
useDecision,
useIntegration
} from '@consent-manager/core';
import { } from '@consent-manager/core';

let wasInitialized = false;

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/guides/create-custom-interface.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Custom User Interface
title: Custom User Interfaces
---

# Creating a Custom User Interface for Consent Manager
Expand Down

0 comments on commit ecbdd9c

Please sign in to comment.