@healthcatalyst/catalyst-docfx-template 1.0.86 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{healthcatalyst-catalyst-docfx-template-1.0.86.tgz → healthcatalyst-catalyst-docfx-template-1.0.88.tgz} +0 -0
- package/package.json +1 -1
- package/partials/head.tmpl.partial +1 -1
- package/partials/scripts.tmpl.partial +1 -1
- package/pdf/layout/_master.tmpl +2 -2
- package/pdf/partials/head.tmpl.partial +1 -1
- package/styles/main.js +1 -1
|
Binary file
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<meta name="generator" content="docfx {{_docfxVersion}}">
|
|
14
14
|
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
|
|
15
15
|
<link rel="shortcut icon" href="{{_rel}}{{_stylesPath}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
|
|
16
|
-
<link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.vendor.css">
|
|
16
|
+
<link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.vendor.min.css">
|
|
17
17
|
<link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.css">
|
|
18
18
|
<link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/font-awesome.min.css">
|
|
19
19
|
<link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/hcicons.css">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
2
2
|
|
|
3
|
-
<script type="text/javascript" src="{{_rel}}{{_stylesPath}}styles/docfx.vendor.js"></script>
|
|
3
|
+
<script type="text/javascript" src="{{_rel}}{{_stylesPath}}styles/docfx.vendor.min.js"></script>
|
|
4
4
|
<script type="text/javascript" src="{{_rel}}{{_stylesPath}}styles/docfx.js"></script>
|
|
5
5
|
<script type="text/javascript" src="{{_rel}}{{_stylesPath}}styles/clipboard.min.js"></script>
|
|
6
6
|
<script type="text/javascript" src="{{_rel}}{{_stylesPath}}styles/lightbox.min.js"></script>
|
package/pdf/layout/_master.tmpl
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<!--[if IE]><![endif]-->
|
|
6
6
|
<html>
|
|
7
7
|
<head>
|
|
8
|
-
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
|
|
8
|
+
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.min.css">
|
|
9
9
|
<link rel="stylesheet" href="{{_rel}}styles/default.css">
|
|
10
10
|
<link rel="stylesheet" href="{{_rel}}node_modules/font-awesome/css/font-awesome.min.css">
|
|
11
11
|
<link rel="stylesheet" href="{{_rel}}node_modules/@healthcatalyst/cashmere/hcicons/css/hcicons.css">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<article>
|
|
16
16
|
{{!body}}
|
|
17
17
|
</article>
|
|
18
|
-
<script type="text/javascript" src="{{_rel}}styles/docfx.vendor.js"></script>
|
|
18
|
+
<script type="text/javascript" src="{{_rel}}styles/docfx.vendor.min.js"></script>
|
|
19
19
|
<script type="text/javascript" src="{{_rel}}styles/docfx.js"></script>
|
|
20
20
|
<script type="text/javascript" src="{{_rel}}styles/main.js"></script>
|
|
21
21
|
</body>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<meta name="generator" content="docfx {{_docfxVersion}}">
|
|
10
10
|
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
|
|
11
11
|
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
|
|
12
|
-
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
|
|
12
|
+
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.min.css">
|
|
13
13
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
|
|
14
14
|
<link rel="stylesheet" href="{{_rel}}node_modules/font-awesome/css/font-awesome.min.css">
|
|
15
15
|
<link rel="stylesheet" href="{{_rel}}node_modules/@healthcatalyst/cashmere/hcicons/css/hcicons.css">
|
package/styles/main.js
CHANGED
|
@@ -52,7 +52,7 @@ if ($('#feedback-survey').length > 0) {
|
|
|
52
52
|
document.getElementById("feedback-response").style.display = "none";
|
|
53
53
|
document.getElementById("feedback-survey").style.display = "none";
|
|
54
54
|
document.getElementById("no-wrong").style.display = "none";
|
|
55
|
-
const scriptURL = 'https://script.google.com/
|
|
55
|
+
const scriptURL = 'https://script.google.com/u/0/home/projects/1fh8phtPwYQEvuGvGuOe2k0kH6uhK_T42AkvJNuhvc5xQnS4ReFpnId54/edit'
|
|
56
56
|
const form = document.forms['feedback']
|
|
57
57
|
|
|
58
58
|
function fillUrl() {
|