mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Remove additional stuff from archive (#4818)
This commit is contained in:
committed by
John Mulhausen
parent
2186f89724
commit
ad7117f505
@@ -1,5 +1,5 @@
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-default dropdown-btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<button type="button" class="btn btn-default dropdown-btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="visibility: hidden">
|
||||
{% for item in site.data.docsarchive.archives %}{% if item.current == true %}Docker {{ item.name }} (current) {% endif %} {% endfor %}<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
@@ -56,11 +56,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="http://europe-2017.dockercon.com" target="_blank">
|
||||
<div class="banner">
|
||||
<img src="images/eu-dockercon.svg">
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<!-- nav-secondary -->
|
||||
<!-- data-offset-top should calculated as follows: (height of <header> - header of <nav>) -->
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="search-form" id="search-div">
|
||||
<div class="search-form" id="search-div" style="visibility: hidden">
|
||||
<form class="search-form form-inline ng-pristine ng-valid" id="searchForm" action="/search/">
|
||||
<input class="search-field form-control ds-input" id="st-search-input" value="" name="q" placeholder="Search the docs" type="search" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;">
|
||||
<div id="autocompleteContainer">
|
||||
|
||||
@@ -133,7 +133,7 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %
|
||||
<div class="feedback-links">
|
||||
<ul>
|
||||
{% if edit_url != "" %}
|
||||
<li><a href="{{ edit_url }}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page</a></li>{% endif %}
|
||||
<li style="visibility: hidden"><a href="{{ edit_url }}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page</a></li>{% endif %}
|
||||
<li><a href="https://github.com/docker/docker.github.io/issues/new?assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }}), CC @{{ assignee }}"
|
||||
class="nomunge"><i class="fa fa-check" aria-hidden="true"></i> Request docs changes</a></li>
|
||||
<li><a href="https://www.docker.com/docker-support-services"><i class="fa fa-question" aria-hidden="true"></i> Get support</a></li>
|
||||
|
||||
Reference in New Issue
Block a user