Skip to content

Commit c564bb1

Browse files
committed
Azure integration working
1 parent d032c12 commit c564bb1

File tree

4 files changed

+299
-225
lines changed

4 files changed

+299
-225
lines changed

integrations/va-azure/gitbook-manifest.yaml

+20-19
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ externalLinks:
55
- label: Documentation
66
url: https://www.gitbook.com/integrations/heap
77
visibility: public
8-
script: ./src/index.ts
8+
script: ./src/index.tsx
99
# The following scope(s) are available only to GitBook Staff
1010
# See https://developer.gitbook.com/integrations/configurations#scopes
1111
scopes:
@@ -16,24 +16,25 @@ summary: |
1616
# Overview
1717
1818
categories:
19-
- analytics
19+
- other
2020
configurations:
2121
space:
22-
properties:
23-
client_id:
24-
type: string
25-
title: Client ID
26-
description: Client ID of your Azure app
27-
issuer_base_url:
28-
type: string
29-
title: Issuer Base URL
30-
description: Issuer Base URL of your Azure instance
31-
client_secret:
32-
type: string
33-
title: Client Secret
34-
description: The Client Secret of your Azure app
22+
componentId: hello
23+
# properties:
24+
# client_id:
25+
# type: string
26+
# title: Client ID
27+
# description: Client ID of your Azure app
28+
# issuer_base_url:
29+
# type: string
30+
# title: Issuer Base URL
31+
# description: Issuer Base URL of your Azure instance
32+
# client_secret:
33+
# type: string
34+
# title: Client Secret
35+
# description: The Client Secret of your Azure app
3536

36-
required:
37-
- client_id
38-
- issuer_base_url
39-
- client_secret
37+
# required:
38+
# - client_id
39+
# - issuer_base_url
40+
# - client_secret

integrations/va-azure/src/index.ts

-200
This file was deleted.

0 commit comments

Comments
 (0)