diff --git a/css/style-alt.css b/css/style-alt.css index dc6db4f960..3295774d7a 100644 --- a/css/style-alt.css +++ b/css/style-alt.css @@ -962,6 +962,17 @@ div#PDRTJS_8453675_msg,div#PDRTJS_8453675_msg_1 { color: #fff!important; } +/* polldaddy */ +#rating_info_8453675 +{ + display: none; +} +.rating-msg +{ + font: inherit !important; + color: inherit !important; +} + /* * * Controls *********************************************************************** diff --git a/css/style.css b/css/style.css index 21085692cd..c5d7f645fd 100644 --- a/css/style.css +++ b/css/style.css @@ -350,7 +350,7 @@ input[type=text], .nav-secondary-tabs.affix input[type=text] { /* * -* Butons *********************************************************************** +* Buttons *********************************************************************** * */ @@ -1087,6 +1087,16 @@ input:checked+.slider:before { width: 250px; } +/* polldaddy */ +#rating_info_8453675 +{ + display: none !important; +} +.rating-msg +{ + font: inherit !important; + color: inherit !important; +} /* * diff --git a/docsarchive.md b/docsarchive.md index a0e1dba33d..8602f93cd8 100644 --- a/docsarchive.md +++ b/docsarchive.md @@ -5,29 +5,15 @@ title: View the docs archives This page lists the various ways you can view the docs as they were when a prior version of Docker was shipped. -## View the docs archives locally - -The docs archive is published as a [Docker Hub repository at docs/docker.github.io](https://hub.docker.com/r/docs/docker.github.io/tags/). -To see any of these versions, run the following command, changing -the tag from `v1.4` to any tag you see in [the repo](https://hub.docker.com/r/docs/docker.github.io/tags/): - -```shell -docker run -p 4000:4000 docs/docker.github.io:v1.4 -``` - -The docs for `v1.4` will then be viewable at `http://localhost:4000`. - -## View the docs archives online - {% for item in site.data.docsarchive.docker-compose %} -### {{ item[0] }} +## {{ item[0] }} -Docs for {{ item[0] }} are accessible at [/{{ item[0] }}/](/{{ item[0] }}/), or +Docs for {{ item[0] }} are accessible at [**https://docs.docker.com/{{ item[0] }}/**](/{{ item[0] }}/), or run: ``` -docker run -p 4000:4000 docs/docker.github.io:{{ item[0] }} +docker run -ti -p 4000:4000 docs/docker.github.io:{{ item[0] }} ``` {% endfor %}