@@ -23,21 +23,18 @@ customElements.define('compodoc-menu', class extends HTMLElement {
23
23
<ul class =" links" >
24
24
{{ #if readme }}
25
25
<li class =" link" >
26
- <a {{ #compare context " ===" ' readme' }} href =" overview.html" {{ /compare }}
27
- {{ #compare context " ===" ' overview' }} href =" overview.html" {{ /compare }}
28
- {{ #compare context " !==" ' overview' }} href =" overview.html" {{ /compare }}
29
- {{ #compare context " !==" ' readme' }} href =" overview.html" {{ /compare }}
30
- data-type =" chapter-link" >
26
+ <a href =" overview.html" data-type =" chapter-link" >
31
27
<span class =" fa fa-fw fa-th" ></span >Overview
32
28
</a >
33
29
</li >
34
30
<li class =" link" >
35
- <a href =" index.html" data-type =" chapter-link" ><span class =" fa fa-file-text-o" ></span >README</a >
31
+ <a href =" index.html" data-type =" chapter-link" >
32
+ <span class =" fa fa-file-text-o" ></span >README
33
+ </a >
36
34
</li >
37
35
{{ else }}
38
36
<li class =" link" >
39
- <a href =" index.html"
40
- data-type =" chapter-link" >
37
+ <a href =" index.html" data-type =" chapter-link" >
41
38
<span class =" fa fa-fw fa-th" ></span >Overview
42
39
</a >
43
40
</li >
@@ -359,12 +356,12 @@ customElements.define('compodoc-menu', class extends HTMLElement {
359
356
Documentation generated using <a href =" https://compodoc.github.io/website/" target =" _blank" >
360
357
{{ #if theme }}
361
358
{{ #compare theme " indexof" ' readthedocs,vagrant,postmark' }}
362
- <img data-src =" {{ relativeURL data.depth }} images/compodoc-vectorise-inverted.svg" class =" img-responsive" data-type =" compodoc-logo" >
359
+ <img data-src =" images/compodoc-vectorise-inverted.svg" class =" img-responsive" data-type =" compodoc-logo" >
363
360
{{ else }}
364
- <img data-src =" {{ relativeURL data.depth }} images/compodoc-vectorise.svg" class =" img-responsive" data-type =" compodoc-logo" >
361
+ <img data-src =" images/compodoc-vectorise.svg" class =" img-responsive" data-type =" compodoc-logo" >
365
362
{{ /compare }}
366
363
{{ else }}
367
- <img data-src =" {{ relativeURL data.depth }} images/compodoc-vectorise.svg" class =" img-responsive" data-type =" compodoc-logo" >
364
+ <img data-src =" images/compodoc-vectorise.svg" class =" img-responsive" data-type =" compodoc-logo" >
368
365
{{ /if }}
369
366
</a >
370
367
</li >
0 commit comments