File tree 4 files changed +299
-225
lines changed
4 files changed +299
-225
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ externalLinks:
5
5
- label : Documentation
6
6
url : https://www.gitbook.com/integrations/heap
7
7
visibility : public
8
- script : ./src/index.ts
8
+ script : ./src/index.tsx
9
9
# The following scope(s) are available only to GitBook Staff
10
10
# See https://developer.gitbook.com/integrations/configurations#scopes
11
11
scopes :
@@ -16,24 +16,25 @@ summary: |
16
16
# Overview
17
17
18
18
categories :
19
- - analytics
19
+ - other
20
20
configurations :
21
21
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
35
36
36
- required :
37
- - client_id
38
- - issuer_base_url
39
- - client_secret
37
+ # required:
38
+ # - client_id
39
+ # - issuer_base_url
40
+ # - client_secret
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments