Skip to content

Commit c31f500

Browse files
committed
Doc cleanup
* Fixed collection.tmpl.partial to remove redundant contribution links * Fixed sidenav font size so it fits better without getting cut off
1 parent 64bb73c commit c31f500

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

Ubiquity.CommandlineParsing.docfx/templates/Ubiquity/partials/collection.tmpl.partial

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66

77
{{#children}}
88
{{#children}}
9-
{{^_disableContribution}}
10-
{{#docurl}}
11-
<span class="small pull-right mobile-hide">
12-
<span class="divider">|</span>
13-
<a href="{{docurl}}">{{__global.improveThisDoc}}</a>
14-
</span>{{/docurl}}
15-
{{#sourceurl}}
16-
<span class="small pull-right mobile-hide">
17-
<a href="{{sourceurl}}">{{__global.viewSource}}</a>
18-
</span>{{/sourceurl}}
19-
{{/_disableContribution}}
209
{{#overload}}
2110
<a id="{{id}}" data-uid="{{uid}}"></a>
2211
{{/overload}}

Ubiquity.CommandlineParsing.docfx/templates/Ubiquity/styles/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,16 @@ article {
277277
overflow: visible;
278278
}
279279

280+
toc .level2 {
281+
font-weight: normal;
282+
font-size: inherit;
283+
}
284+
285+
.toc .level1 > li {
286+
font-weight: bold;
287+
font-size: inherit;
288+
}
289+
280290
/* Overrides for - Ubiquity DocFX Dark theme */
281291
body {
282292
color:#ccc;

0 commit comments

Comments
 (0)