Skip to content

Commit 75fdb49

Browse files
committed
refactor(HandlebarsGenerator): single page HTML includes reference title
1 parent fc43804 commit 75fdb49

File tree

89 files changed

+91
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+91
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
</head>
66
<body>
77
<div>
8+
{{#unless @root.config.multipage }}
9+
<h1>Reference</h1>
10+
{{/unless}}
811
{{! Content generated with index.hbs }}
912
{{{contents}}}
1013
</div>

test-files/golden-tests/alias-template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/attributes_1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/brief-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/brief-2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/canonical_1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/class-template-partial-spec.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/class-template-spec.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/class-template-specializations-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

test-files/golden-tests/class-template-specializations-2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
</head>
55
<body>
66
<div>
7+
<h1>Reference</h1>
78
<div id="index">
89
<div>
910
<h2>Global namespace</h2>

0 commit comments

Comments
 (0)