@healthcatalyst/catalyst-docfx-template 1.0.73 → 1.0.82

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.
@@ -8,6 +8,7 @@
8
8
  <!--[if IE]><![endif]-->
9
9
  <html>
10
10
  {{>partials/head}}
11
+ {{^redirect_url}}
11
12
  <body data-spy="scroll" data-target="#affix" data-offset="120">
12
13
  <div id="wrapper">
13
14
  <header>
@@ -35,15 +36,16 @@
35
36
  {{^_disableStatusMessage}}
36
37
  {{>partials/statusMessage}}
37
38
  {{/_disableStatusMessage}}
38
- {{/if}}
39
+ {{/if statusMessage}}
39
40
  {{#if dosVersion}}
40
41
  {{>partials/dosVersion}}
41
- {{/if}}
42
- {{#if _enableWide}}
42
+ {{/if dosVersion}}
43
+ {{#_enableWide}}
43
44
  <div class="col-sm-12">
44
- {{else}}
45
+ {{/_enableWide}}
46
+ {{^_enableWide}}
45
47
  <div class="col-sm-9">
46
- {{/if}}
48
+ {{/_enableWide}}
47
49
  <article class="content wrap" id="_content" data-uid="{{uid}}">
48
50
  {{!body}}
49
51
  </article>
@@ -62,4 +64,5 @@
62
64
  </div>
63
65
  {{>partials/scripts}}
64
66
  </body>
67
+ {{/redirect_url}}
65
68
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.73",
3
+ "version": "1.0.82",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
@@ -7,24 +7,24 @@
7
7
  <div class="contribution">
8
8
  <ul class="nav">
9
9
  <li>
10
- {{#if _enableRequestFeature}}
10
+ {{#_enableRequestFeature}}
11
11
  <a class="contribution-link" href={{_requestFeatureUrl}}><span class="fa fa-comment" style="padding-right: 10px;"></span>Request a Feature</a>
12
- {{/if}}
12
+ {{/_enableRequestFeature}}
13
13
  </li>
14
14
  <li>
15
- {{#if _enableAskQuestion}}
15
+ {{#_enableAskQuestion}}
16
16
  <a class="contribution-link" href={{_askQuestionUrl}}><span class="fa fa-users" style="padding-right: 10px;"></span>Ask a Question</a>
17
- {{/if}}
17
+ {{/_enableAskQuestion}}
18
18
  </li>
19
19
  <li>
20
- {{#if _enableWhatsNew}}
20
+ {{#_enableWhatsNew}}
21
21
  <a class="contribution-link" href={{_whatsNewUrl}}><span class="fa fa-bullhorn" style="padding-right: 10px;"></span>See What's New</a>
22
- {{/if}}
22
+ {{/_enableWhatsNew}}
23
23
  </li>
24
24
  <li>
25
- {{#if _enableDownloadPdfs}}
25
+ {{#_enableDownloadPdfs}}
26
26
  <a class="contribution-link" href={{_downloadPdfsUrl}} target="_blank"><span class="fa fa-file-pdf-o" style="padding-right: 10px;"></span>Download PDFs</a>
27
- {{/if}}
27
+ {{/_enableDownloadPdfs}}
28
28
  </li>
29
29
  </ul>
30
30
  </div>
@@ -1,7 +1,7 @@
1
1
  <div class="docs-subnav">
2
2
  <div class="docs-container">
3
3
  <div class="docs-subnav-left" id="subnav-left">
4
- {{#if _enableVersionDropdown}}
4
+ {{#_enableVersionDropdown}}
5
5
  <span class="docs-subnav-show">
6
6
  <div class="docs-subnav-select-container">
7
7
  <span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
@@ -9,7 +9,7 @@
9
9
  </div>
10
10
  <span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
11
11
  </span>
12
- {{/if}}
12
+ {{/_enableVersionDropdown}}
13
13
  <span class="docs-subnav-breadcrumb-home"><a href="{{_homePath}}"><i class="fa fa-home" aria-hidden="true"></i></a></span><span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
14
14
  <div class="docs-subnav-breadcrumb-current" id="breadcrumb">
15
15
  <ul>
@@ -1,4 +1,4 @@
1
- {{#if _enableFeedback}}
1
+ {{#_enableFeedback}}
2
2
  <form name="feedback">
3
3
  <div class="feedback-container">
4
4
  <div class="feedback-top-left">
@@ -36,4 +36,4 @@
36
36
  Still need help? <a href="https://community.healthcatalyst.com/dos/f/questions">Ask HC Community </a>or <a href="https://community.healthcatalyst.com/client-support/">contact support</a>.</div>
37
37
 
38
38
  </form>
39
- {{/if}}
39
+ {{/_enableFeedback}}
@@ -2,14 +2,14 @@
2
2
  <div class="grad-bottom"></div>
3
3
  <div class="footer">
4
4
  <div class="container-fluid">
5
- {{#if _enableContributionLinksFooter}}
5
+ {{#_enableContributionLinksFooter}}
6
6
  <span class="pull-right">
7
7
  {{#docurl}}<a href="{{docurl}}" class="contribution-link"><span class="fa fa-pencil" style="padding-right: 8px; font-size: 16px"></span>Edit this page</a>
8
8
  {{/docurl}}
9
9
  <span style="padding-left: 7px; padding-right: 10px;">|</span><a href="{{_authorInstructions}}">Contributor reference</a>
10
10
  <span style="padding-left: 7px; padding-right: 10px;">|</span><a href="#top">Back to top</a>
11
11
  </span>
12
- {{/if}}
12
+ {{/_enableContributionLinksFooter}}
13
13
  {{{_appFooter}}}
14
14
  {{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
15
15
  </div>
@@ -2,24 +2,29 @@
2
2
  {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6
- <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
7
- <meta name="viewport" content="width=device-width">
8
- <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
9
- <meta name="generator" content="docfx {{_docfxVersion}}">
10
- {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
11
- <link rel="shortcut icon" href="{{_rel}}{{_stylesPath}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
12
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.vendor.css">
13
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.css">
14
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/font-awesome.min.css">
15
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/hcicons.css">
16
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/lightbox.min.css">
17
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}open-sans.css">
18
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/main.css">
19
- <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}product-styles/product.css">
20
- <meta property="docfx:navrel" content="{{_navRel}}">
21
- <meta property="docfx:tocrel" content="{{_tocRel}}">
22
- {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
23
- {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
24
- {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
5
+ {{#redirect_url}}
6
+ <meta http-equiv="refresh" content="0;URL='{{redirect_url}}'">
7
+ {{/redirect_url}}
8
+ {{^redirect_url}}
9
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10
+ <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
11
+ <meta name="viewport" content="width=device-width">
12
+ <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
13
+ <meta name="generator" content="docfx {{_docfxVersion}}">
14
+ {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
15
+ <link rel="shortcut icon" href="{{_rel}}{{_stylesPath}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
16
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.vendor.css">
17
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/docfx.css">
18
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/font-awesome.min.css">
19
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/hcicons.css">
20
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/lightbox.min.css">
21
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}open-sans.css">
22
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}styles/main.css">
23
+ <link rel="stylesheet" href="{{_rel}}{{_stylesPath}}product-styles/product.css">
24
+ <meta property="docfx:navrel" content="{{_navRel}}">
25
+ <meta property="docfx:tocrel" content="{{_tocRel}}">
26
+ {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
27
+ {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
28
+ {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
29
+ {{/redirect_url}}
25
30
  </head>
package/styles/main.css CHANGED
@@ -536,6 +536,12 @@ td:nth-of-type(1) {
536
536
 
537
537
  .expand-stub {
538
538
  margin-top: 6px;
539
+ font-weight: normal;
540
+ }
541
+
542
+ .expand-stub+a {
543
+ margin-top: 6px;
544
+ font-weight: normal;
539
545
  }
540
546
 
541
547
  .toc .nav>li>.expand-stub {
@@ -663,28 +669,35 @@ body .toc {
663
669
  overflow: auto;
664
670
  max-height: calc(100% - 104px);
665
671
  }
672
+
666
673
  .sidetoc,
667
674
  body .toc,
668
675
  .sidefilter,
669
676
  .sidetoggle {
670
677
  background-color: #f1f1f1 !important;
671
678
  }
679
+
672
680
  .toc-filter {
673
681
  margin: 0;
674
682
  }
683
+
675
684
  article h1:first-of-type {
676
685
  padding-right: 0;
677
686
  }
687
+
678
688
  .article.grid-right {
679
689
  margin: 0;
680
690
  }
691
+
681
692
  .breadcrumb {
682
693
  white-space: nowrap !important;
683
694
  }
695
+
684
696
  .toc li:after {
685
697
  content: "";
686
698
  margin: 0 !important;
687
699
  }
700
+
688
701
  .toc .nav>li,
689
702
  .toc .nav>li>a {
690
703
  display: block !important;
@@ -905,6 +918,7 @@ output {
905
918
  }
906
919
 
907
920
  @media (min-width: 768px) {
921
+
908
922
  .sidetoc,
909
923
  .sidefilter {
910
924
  margin-left: -15px;
@@ -1540,17 +1554,21 @@ a.anchor {
1540
1554
  }
1541
1555
 
1542
1556
  @media only screen and (max-width: 800px) {
1557
+
1543
1558
  .feedback-container,
1544
1559
  .feedback-container-new {
1545
1560
  justify-content: center;
1546
1561
  }
1562
+
1547
1563
  .feedback-top-left {
1548
1564
  text-align: center;
1549
1565
  width: 100%;
1550
1566
  }
1567
+
1551
1568
  .feedback-top-right {
1552
1569
  margin: 10px 0;
1553
1570
  }
1571
+
1554
1572
  .submit-feedback {
1555
1573
  display: block;
1556
1574
  margin: 0 auto;
@@ -1561,7 +1579,7 @@ a.anchor {
1561
1579
  /* TOC headings */
1562
1580
 
1563
1581
  :not(.level2)>li>.toc-heading,
1564
- :not(.level2)>li>.toc-heading-active {
1582
+ :not(.level2)>li>.toc-heading-active {
1565
1583
  font-weight: bold;
1566
1584
  font-size: 15px;
1567
1585
  text-transform: uppercase;
@@ -1569,7 +1587,7 @@ a.anchor {
1569
1587
  }
1570
1588
 
1571
1589
  :not(.level2)>li>a:first-child.toc-heading:hover,
1572
- :not(.level2)>li>a:first-child.toc-heading:focus {
1590
+ :not(.level2)>li>a:first-child.toc-heading:focus {
1573
1591
  color: inherit !important;
1574
1592
  cursor: default;
1575
1593
  }
@@ -1765,7 +1783,7 @@ pre {
1765
1783
  width: 100%;
1766
1784
  }
1767
1785
 
1768
- .message > .fa:before {
1786
+ .message>.fa:before {
1769
1787
  margin-left: -52px;
1770
1788
  padding-right: 10px;
1771
1789
  color: #00aeff;