@healthcatalyst/catalyst-docfx-template 1.0.39 → 1.0.40
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div class="docs-subnav">
|
|
4
4
|
<div class="docs-container">
|
|
5
5
|
<div class="docs-subnav-left" id="subnav-left">
|
|
6
|
-
<div class="docs-subnav-select-container">
|
|
6
|
+
<div class="docs-subnav-select-container" style="display:{{_showVersionDropdown}}">
|
|
7
7
|
<span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
|
|
8
8
|
|
|
9
9
|
<!---Disable the version dropdown (below) by setting _showVersionDropdown to "none" in the docfx.json file. If the dropdown is enabled, set its unique ID (_versionDropdownID) in docfx.json and add the proper JavaScript function to populate it in the product.js file. --->
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
|
|
13
13
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
|
|
14
14
|
<link rel="stylesheet" href="{{_rel}}styles/font-awesome.min.css">
|
|
15
|
-
<link rel="stylesheet" href="{{_rel}}
|
|
15
|
+
<link rel="stylesheet" href="{{_rel}}styles/hcicons.css">
|
|
16
16
|
<link rel="stylesheet" href="{{_rel}}styles/lightbox.min.css">
|
|
17
17
|
<link rel="stylesheet" href="{{_rel}}open-sans.css">
|
|
18
18
|
<link rel="stylesheet" href="{{_rel}}styles/main.css">
|