Skip to content

Commit 0fd3886

Browse files
committed
Add site configuration to integrations manifest
1 parent 6696853 commit 0fd3886

File tree

11 files changed

+82
-0
lines changed

11 files changed

+82
-0
lines changed

integrations/fathom/gitbook-manifest.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ configurations:
4444
description: Look for this in your Fathom analytics account
4545
required:
4646
- site_id
47+
site:
48+
properties:
49+
site_id:
50+
type: string
51+
title: Site ID
52+
description: Look for this in your Fathom analytics account
53+
required:
54+
- site_id

integrations/googleanalytics/gitbook-manifest.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ configurations:
5959
description: Look for this in your Google Analytics account.
6060
required:
6161
- tracking_id
62+
site:
63+
properties:
64+
tracking_id:
65+
type: string
66+
title: Tracking ID
67+
description: Look for this in your Google Analytics account.
68+
required:
69+
- tracking_id

integrations/heap/gitbook-manifest.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ configurations:
4848
description: Available in Heap's Web installation flow `heap.load("YOUR_ID_IS_HERE")`
4949
required:
5050
- tracking_id
51+
site:
52+
properties:
53+
tracking_id:
54+
type: string
55+
title: Tracking ID
56+
description: Available in Heap's Web installation flow `heap.load("YOUR_ID_IS_HERE")`
57+
required:
58+
- tracking_id

integrations/hotjar/gitbook-manifest.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ configurations:
4040
description: Available in Hotjar's Organization & sites section
4141
required:
4242
- tracking_id
43+
site:
44+
properties:
45+
tracking_id:
46+
type: string
47+
title: Hotjar Site ID
48+
description: Available in Hotjar's Organization & sites section
49+
required:
50+
- tracking_id

integrations/intercom/gitbook-manifest.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ configurations:
8282
description: You can find it in your Intercom account, under the "Installation" section of the "Settings" page.
8383
required:
8484
- app_id
85+
site:
86+
properties:
87+
app_id:
88+
type: string
89+
title: Application ID
90+
description: You can find it in your Intercom account, under the "Installation" section of the "Settings" page.
91+
required:
92+
- app_id

integrations/mixpanel/gitbook-manifest.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ configurations:
3535
description: Available in Mixpanel's Project Settings section
3636
required:
3737
- project_token
38+
site:
39+
properties:
40+
project_token:
41+
type: string
42+
title: Project Token
43+
description: Available in Mixpanel's Project Settings section
44+
required:
45+
- project_token

integrations/plausible/gitbook-manifest.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ configurations:
4747
description: When self-hosting, configure the url of the instance API (empty when using plausible.io).
4848
required:
4949
- domain
50+
site:
51+
properties:
52+
domain:
53+
type: string
54+
title: Domain
55+
description: The domain URL you configured for this Plausible website.
56+
api:
57+
type: string
58+
title: Self-hosted API
59+
description: When self-hosting, configure the url of the instance API (empty when using plausible.io).
60+
required:
61+
- domain

integrations/posthog/gitbook-manifest.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,19 @@ configurations:
4949
required:
5050
- projectApiKey
5151
- instanceAddress
52+
site:
53+
properties:
54+
projectApiKey:
55+
type: string
56+
title: Project API Key
57+
description: Available in the PostHog installation snippet, as the first parameter, starting with 'phc_'
58+
instanceAddress:
59+
type: string
60+
title: Instance address
61+
description: Depends on your PostHog installation's location (either EU, or US)
62+
enum:
63+
- EU
64+
- US
65+
required:
66+
- projectApiKey
67+
- instanceAddress

integrations/va-auth0/gitbook-manifest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ categories:
2929
configurations:
3030
space:
3131
componentId: config
32+
site:
33+
componentId: config

integrations/va-azure/gitbook-manifest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ categories:
2929
configurations:
3030
space:
3131
componentId: config
32+
site:
33+
componentId: config

integrations/va-okta/gitbook-manifest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ categories:
2828
configurations:
2929
space:
3030
componentId: config
31+
site:
32+
componentId: config

0 commit comments

Comments
 (0)