@healthcatalyst/catalyst-docfx-template 1.0.63 → 1.0.70
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.63.tgz → healthcatalyst-catalyst-docfx-template-1.0.70.tgz} +0 -0
- package/layout/_master.tmpl +17 -17
- package/package.json +1 -1
- package/partials/affix.tmpl.partial +16 -8
- package/partials/breadcrumb.tmpl.partial +9 -9
- package/partials/feedback.tmpl.partial +2 -1
- package/partials/footer.tmpl.partial +8 -9
|
Binary file
|
package/layout/_master.tmpl
CHANGED
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
|
12
12
|
<div id="wrapper">
|
|
13
13
|
<header>
|
|
14
|
-
{{
|
|
14
|
+
{{#_enableNavbar}}
|
|
15
15
|
{{>partials/navbar}}
|
|
16
|
-
{{/
|
|
17
|
-
{{
|
|
16
|
+
{{/_enableNavbar}}
|
|
17
|
+
{{#_enableBreadcrumb}}
|
|
18
18
|
{{>partials/breadcrumb}}
|
|
19
|
-
{{/
|
|
19
|
+
{{/_enableBreadcrumb}}
|
|
20
20
|
</header>
|
|
21
21
|
{{#_enableSearch}}
|
|
22
22
|
<div class="container-fluid body-content">
|
|
23
23
|
{{>partials/searchResults}}
|
|
24
24
|
</div>
|
|
25
25
|
{{/_enableSearch}}
|
|
26
|
-
|
|
27
|
-
{{^
|
|
26
|
+
<div role="main" class="docs-container body-content hide-when-search">
|
|
27
|
+
{{^_enableToc}}
|
|
28
|
+
<div class="article row grid">
|
|
29
|
+
{{/_enableToc}}
|
|
30
|
+
{{#_enableToc}}
|
|
28
31
|
{{>partials/toc}}
|
|
29
32
|
<div class="article row grid-right">
|
|
30
|
-
|
|
31
|
-
{{#_disableToc}}
|
|
32
|
-
<div class="article row grid">
|
|
33
|
-
{{/_disableToc}}
|
|
33
|
+
{{/_enableToc}}
|
|
34
34
|
{{#if statusMessage}}
|
|
35
35
|
{{^_disableStatusMessage}}
|
|
36
36
|
{{>partials/statusMessage}}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
{{#if dosVersion}}
|
|
40
40
|
{{>partials/dosVersion}}
|
|
41
41
|
{{/if}}
|
|
42
|
-
{{#if
|
|
42
|
+
{{#if _enableWide}}
|
|
43
43
|
<div class="col-sm-12">
|
|
44
44
|
{{else}}
|
|
45
45
|
<div class="col-sm-9">
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
<article class="content wrap" id="_content" data-uid="{{uid}}">
|
|
48
48
|
{{!body}}
|
|
49
49
|
</article>
|
|
50
|
-
{{
|
|
50
|
+
{{#_enableFeedback}}
|
|
51
51
|
{{>partials/feedback}}
|
|
52
|
-
{{/
|
|
52
|
+
{{/_enableFeedback}}
|
|
53
53
|
</div>
|
|
54
|
-
{{
|
|
54
|
+
{{#_enableAffix}}
|
|
55
55
|
{{>partials/affix}}
|
|
56
|
-
{{/
|
|
56
|
+
{{/_enableAffix}}
|
|
57
57
|
</div>
|
|
58
58
|
</div>
|
|
59
|
-
{{
|
|
59
|
+
{{#_enableFooter}}
|
|
60
60
|
{{>partials/footer}}
|
|
61
|
-
{{/
|
|
61
|
+
{{/_enableFooter}}
|
|
62
62
|
</div>
|
|
63
63
|
{{>partials/scripts}}
|
|
64
64
|
</body>
|
package/package.json
CHANGED
|
@@ -6,17 +6,25 @@
|
|
|
6
6
|
{{/_disableContribution}}
|
|
7
7
|
<div class="contribution">
|
|
8
8
|
<ul class="nav">
|
|
9
|
-
<li
|
|
10
|
-
|
|
9
|
+
<li>
|
|
10
|
+
{{#if _enableRequestFeature}}
|
|
11
|
+
<a class="contribution-link" href={{_requestFeatureUrl}}><span class="fa fa-comment" style="padding-right: 10px;"></span>Request a Feature</a>
|
|
12
|
+
{{/if}}
|
|
11
13
|
</li>
|
|
12
|
-
<li
|
|
13
|
-
|
|
14
|
+
<li>
|
|
15
|
+
{{#if _enableAskQuestion}}
|
|
16
|
+
<a class="contribution-link" href={{_askQuestionUrl}}><span class="fa fa-users" style="padding-right: 10px;"></span>Ask a Question</a>
|
|
17
|
+
{{/if}}
|
|
14
18
|
</li>
|
|
15
|
-
<li
|
|
16
|
-
|
|
19
|
+
<li>
|
|
20
|
+
{{#if _enableWhatsNew}}
|
|
21
|
+
<a class="contribution-link" href={{_whatsNewUrl}}><span class="fa fa-bullhorn" style="padding-right: 10px;"></span>See What's New</a>
|
|
22
|
+
{{/if}}
|
|
17
23
|
</li>
|
|
18
|
-
<li
|
|
19
|
-
|
|
24
|
+
<li>
|
|
25
|
+
{{#if _enableDownloadPdfs}}
|
|
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}}
|
|
20
28
|
</li>
|
|
21
29
|
</ul>
|
|
22
30
|
</div>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
2
|
-
|
|
3
1
|
<div class="docs-subnav">
|
|
4
2
|
<div class="docs-container">
|
|
5
3
|
<div class="docs-subnav-left" id="subnav-left">
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
{{#if _enableVersionDropdown}}
|
|
5
|
+
<span class="docs-subnav-show">
|
|
6
|
+
<div class="docs-subnav-select-container">
|
|
7
|
+
<span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
|
|
8
|
+
<select id="{{_versionDropdownID}}" class="docs-subnav-select"></select>
|
|
9
|
+
</div>
|
|
10
|
+
<span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
|
|
11
|
+
</span>
|
|
12
|
+
{{/if}}
|
|
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,3 +1,4 @@
|
|
|
1
|
+
{{#if _enableFeedback}}
|
|
1
2
|
<form name="feedback">
|
|
2
3
|
<div class="feedback-container">
|
|
3
4
|
<div class="feedback-top-left">
|
|
@@ -35,4 +36,4 @@
|
|
|
35
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>
|
|
36
37
|
|
|
37
38
|
</form>
|
|
38
|
-
|
|
39
|
+
{{/if}}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
2
|
-
|
|
3
1
|
<footer>
|
|
4
2
|
<div class="grad-bottom"></div>
|
|
5
3
|
<div class="footer">
|
|
6
4
|
<div class="container-fluid">
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
{{#if _enableContributionLinksFooter}}
|
|
6
|
+
<span class="pull-right">
|
|
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
|
+
{{/docurl}}
|
|
9
|
+
<span style="padding-left: 7px; padding-right: 10px;">|</span><a href="{{_authorInstructions}}">Contributor reference</a>
|
|
10
|
+
<span style="padding-left: 7px; padding-right: 10px;">|</span><a href="#top">Back to top</a>
|
|
11
|
+
</span>
|
|
12
|
+
{{/if}}
|
|
14
13
|
{{{_appFooter}}}
|
|
15
14
|
{{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
|
|
16
15
|
</div>
|