This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change 7
7
integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 " crossorigin ="anonymous ">
8
8
</ script >
9
9
10
+
11
+
10
12
< script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js "
11
13
integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin ="anonymous ">
12
14
</ script >
20
22
integrity ="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY " crossorigin ="anonymous ">
21
23
</ script >
22
24
25
+
23
26
< script src ="js/jquery.matchHeight-min.js "> </ script >
24
27
< script src ="js/index.js "> </ script >
25
28
< script src ="js/docs.js "> </ script >
26
29
< script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js "> </ script >
27
30
< script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-docker.min.js "> </ script >
28
31
< script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-json.min.js "> </ script >
29
32
30
- <!-- Codewind Chatbot (Bree-Z) -->
31
- < script src ="https://web-chat.global.assistant.watson.cloud.ibm.com/loadWatsonAssistantChat.js "> </ script >
32
- < script >
33
- window . watsonAssistantChatOptions = {
34
- integrationID : "abbab561-d251-43cc-b7c4-d4416ed4291c" ,
35
- region : "us-south" ,
36
- serviceInstanceID : "cfc06189-5d7b-4c6a-bf36-1daf1392fad1" ,
37
-
38
- onLoad : function ( instance ) {
39
- instance . render ( ) ;
40
- }
41
- } ;
42
- setTimeout ( function ( ) {
43
- const t = document . createElement ( 'script' ) ;
44
- t . src = "https://web-chat.global.assistant.watson.appdomain.cloud/loadWatsonAssistantChat.js" ;
45
- document . head . appendChild ( t ) ;
46
- } ) ;
47
- </ script >
48
-
33
+ </ div>
49
34
</ body>
35
+
50
36
</ html>
You can’t perform that action at this time.
0 commit comments