Skip to content

Commit

Permalink
CLDR-18006 site: updates to top bar
Browse files Browse the repository at this point in the history
- drop Site Map from header
- drop "temporary navigation" notice
  • Loading branch information
srl295 committed Oct 9, 2024
1 parent 2fbada0 commit 7ea5ff5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions docs/site/_layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
<!-- Vue mount here -->
</div>
</div>
<div class="message">
<i
>This navigation UI is temporary, just to give access to the pages.</i
>
</div>
</header>

<section class="body">
Expand Down
6 changes: 0 additions & 6 deletions docs/site/_layouts/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
<!-- Vue mount here for normal navigation -->
</div>
</div>
<div class="message">
<i
>This navigation UI is temporary, just to give access to the pages.</i
>
</div>
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> -->
</header>

<section class="body">{{ content }}</section>
Expand Down
2 changes: 0 additions & 2 deletions docs/site/assets/js/cldrsite.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ const app = Vue.createApp(
{{ ourTitle }}
</div>
<a class="showmap" href="/sitemap">Site Map</a>
</div>`,
},
{
Expand Down

0 comments on commit 7ea5ff5

Please sign in to comment.