Browse code

DHE documentation placeholder and Navbar changes

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2015/01/29 19:35:37
Showing 7 changed files
... ...
@@ -69,6 +69,11 @@ pages:
69 69
 - ['docker-hub/builds.md', 'Docker Hub', 'Automated Builds']
70 70
 - ['docker-hub/official_repos.md', 'Docker Hub', 'Official Repo Guidelines']
71 71
 
72
+# Docker Hub Enterprise
73
+- ['docker-hub-enterprise/index.md', '**HIDDEN**' ]
74
+- ['docker-hub-enterprise/install-config.md', 'Docker Hub Enterprise', 'Installation and Configuration' ]
75
+- ['docker-hub-enterprise/usage.md', 'Docker Hub Enterprise', 'User Guide' ]
76
+
72 77
 # Examples:
73 78
 - ['examples/index.md', '**HIDDEN**']
74 79
 - ['examples/nodejs_web_app.md', 'Examples', 'Dockerizing a Node.js web application']
75 80
new file mode 100644
... ...
@@ -0,0 +1,8 @@
0
+page_title: Using Docker Hub Enterprise Installation
1
+page_description: Docker Hub Enterprise Installation
2
+page_keywords: docker hub enterprise
3
+
4
+# Docker Hub Enterprise Installation
5
+
6
+Documenation coming soon.
7
+
0 8
new file mode 100644
... ...
@@ -0,0 +1,9 @@
0
+page_title: Using Docker Hub Enterprise
1
+page_description: Docker Hub Enterprise
2
+page_keywords: docker hub enterprise
3
+
4
+# Docker Hub Enterprise
5
+
6
+Documenation coming soon.
7
+
8
+
... ...
@@ -60,6 +60,7 @@ pre {
60 60
 /* Main Navigation */
61 61
 #nav_menu > #docsnav {
62 62
   max-width: 940px;
63
+  width: 940px;
63 64
   margin: 0 auto;
64 65
 }
65 66
 #nav_menu > #docsnav > #nav_search {
... ...
@@ -801,10 +801,6 @@ div + .form-inline {
801 801
   transition: box-shadow linear 0.2s, background linear 0.3s, width linear 0.3s;
802 802
   width: 140px;
803 803
 }
804
-#topmostnav .navbar-index-search .search-query:focus,
805
-#topmostnav .navbar-index-search .search-query.focused {
806
-  width: 200px;
807
-}
808 804
 #topmostnav.public {
809 805
   border-bottom: none;
810 806
   height: 80px;
... ...
@@ -1,13 +1,14 @@
1
-<div id="topmostnav" class="topmostnav_loggedout navbar navbar-static-top public">
1
+<div id="topmostnav" class="topmostnav_loggedout navbar navbar-static-top">
2 2
   <div class="container">
3
-    <a href="http://www.docker.com/" title="Homepage">
4
-      <div class="brand logo"><img src="/img/nav/docker-logo-loggedout.png"> </div>
5
-    </a>
3
+    <a href="/" title="Docker Docs Home"><div class="brand logo"><img src="/img/nav/docker-logo-loggedin.png"> </div></a>
4
+    <form id="nav_search" class="navbar-index-search pull-right" action="/jsearch/">
5
+      <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
6
+      <input name="q" id="tipue_search_input" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off">
7
+    </form>
6 8
     <ul class="nav">
7 9
       <li class=""><a href="http://www.docker.com/whatisdocker/" title="What is Docker">What is Docker?</a></li>
8 10
       <li class=""><a href="http://www.docker.com/resources/usecases/" title="Use Cases">Use Cases</a></li>
9 11
       <li class=""><a href="http://www.docker.com/tryit/" title="Try It!">Try It!</a></li>
10
-      <li class="active"><a href="https://docs.docker.com" title="Install &amp; Docs">Install &amp; Docs</a></li>
11 12
       <li><a href="https://registry.hub.docker.com" title="Browse">Browse</a></li>
12 13
     </ul>
13 14
     <div id="usernav" class="pull-right">
... ...
@@ -18,9 +19,10 @@
18 18
 </div>
19 19
 <div id="topmostnav" class="topmostnav_loggedin navbar navbar-static-top">
20 20
   <div class="container">
21
-    <a href="http://www.docker.com/" title="Docker Docs Home"><div class="brand logo"><img src="/img/nav/docker-logo-loggedin.png"> </div></a>
22
-     <form id="search_box_header" class="navbar-index-search pull-right" action="https://registry.hub.docker.com/search">
23
-      <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span><input type="text" class="search-query ui-autocomplete-input" placeholder="Search..." name="q" value="" autocomplete="off">
21
+    <a href="/" title="Docker Docs Home"><div class="brand logo"><img src="/img/nav/docker-logo-loggedin.png"> </div></a>
22
+    <form id="nav_search" class="navbar-index-search pull-right" action="/jsearch/">
23
+      <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
24
+      <input name="q" id="tipue_search_input" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off">
24 25
     </form>
25 26
     <ul class="nav">
26 27
       <li><a href="https://registry.hub.docker.com" title="Browse Repos">Browse Repos</a></li>
... ...
@@ -18,9 +18,5 @@
18 18
       {% endif %}
19 19
       {% endfor %}
20 20
     </ul>
21
-    <form id="nav_search" class="pull-right" action="/jsearch/">
22
-      <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
23
-      <input name="q" id="tipue_search_input" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off">
24
-    </form>
25 21
   </div>
26 22
 </nav>