Skip to content

Commit 6a406a8

Browse files
committed
feat: multipage title uses breadcrumbs symbol format
1 parent cae365e commit 6a406a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

share/mrdocs/addons/generator/adoc/layouts/wrapper.adoc.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
--}}
1717
{{#if @root.config.multipage }}
1818
[#{{{symbol.anchor}}}]
19-
= {{> symbol/qualified-name symbol }}
19+
= {{> symbol/qualified-name-title symbol }}
2020
:relfileprefix: {{{ repeat "../" (count (remove_prefix symbol.url '/') '/') }}}
2121
{{else}}
2222
= Reference

share/mrdocs/addons/generator/html/layouts/wrapper.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div>
1616
{{#if @root.config.multipage }}
1717
{{! Multipage documentation: main title is the linked qualified symbol name }}
18-
<h1>{{> symbol/qualified-name symbol }}</h1>
18+
<h1>{{> symbol/qualified-name-title symbol }}</h1>
1919
{{else}}
2020
{{! Single page documentation: main title is "Reference" }}
2121
<h1>Reference</h1>

0 commit comments

Comments
 (0)