Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 305ce9d

Browse files
committed
As per TypeDoc v0.20, "Globals" is replaced by "Modules"
Fixes #67 Change-Id: I7e79326887d67a15e5076fb4152e8798e713eba5
1 parent 2dbd4a6 commit 305ce9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/src/default/layouts/default.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
<div class="col-3 col-menu menu-sticky-wrap menu-highlight">
2929
{{#if settings.outline}}
3030
<nav class="tsd-navigation outline primary">
31-
<a style="margin-left:0em" href="{{relativeURL "globals.html"}}">Globals</a>
31+
<a style="margin-left:0em" href="{{relativeURL "modules.html"}}">Modules</a>
3232
<ul style="display:none">
3333
{{json settings.outline.[0]}}
3434
</ul>
3535
</nav>
3636
{{else}}
3737
<nav class="tsd-navigation primary">
3838
<ul>
39-
{{! Globals }}
39+
{{! Modules }}
4040
{{#each navigation.children}}
4141
{{> navigation}}
4242
{{/each}}

0 commit comments

Comments
 (0)