We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae365e commit 6a406a8Copy full SHA for 6a406a8
share/mrdocs/addons/generator/adoc/layouts/wrapper.adoc.hbs
@@ -16,7 +16,7 @@
16
--}}
17
{{#if @root.config.multipage }}
18
[#{{{symbol.anchor}}}]
19
-= {{> symbol/qualified-name symbol }}
+= {{> symbol/qualified-name-title symbol }}
20
:relfileprefix: {{{ repeat "../" (count (remove_prefix symbol.url '/') '/') }}}
21
{{else}}
22
= Reference
share/mrdocs/addons/generator/html/layouts/wrapper.html.hbs
@@ -15,7 +15,7 @@
15
<div>
{{! Multipage documentation: main title is the linked qualified symbol name }}
-<h1>{{> symbol/qualified-name symbol }}</h1>
+<h1>{{> symbol/qualified-name-title symbol }}</h1>
{{! Single page documentation: main title is "Reference" }}
<h1>Reference</h1>
0 commit comments