Skip to content

Commit 372d814

Browse files
committed
reorganized menu
1 parent 6e4d853 commit 372d814

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

supplemental-ui/partials/navbar.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<div class="navbar-sub-item drop-down">
44
Platform
55
<div class="drop-down-content">
6-
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "concepts/index.html") }}}">Concepts</a>
7-
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "demos/index.html") }}}">Demos</a>
8-
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "tutorials/index.html") }}}">Tutorials</a>
6+
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "concepts/index.html") }}}">Concepts</a>
7+
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "demos/index.html") }}}">Demos</a>
8+
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "tutorials/index.html") }}}">Tutorials</a>
9+
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "release-notes.html") }}}">Release Notes</a>
910
</div>
1011
</div>
1112
<div class="navbar-sub-item drop-down">
@@ -37,10 +38,9 @@
3738
</div>
3839
</div>
3940
<div class="navbar-sub-item drop-down">
40-
Product Information
41+
Policies and Licenses
4142
<div class="drop-down-content">
42-
<a class="drop-down-item" href="{{{ relativize "/home/nightly/product-information.html" }}}">Overview</a>
43-
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "release-notes.html") }}}">Release Notes</a>
43+
<a class="drop-down-item" href="{{{ relativize "/home/nightly/product-information.html" }}}">Product Information</a>
4444
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Policies</a>
4545
<a class="drop-down-item" href="{{{ relativize "/home/nightly/licenses.html" }}}">Licenses</a>
4646
</div>

0 commit comments

Comments
 (0)