diff --git a/_config.yml b/_config.yml
index 8ff7e277e6..e58ba75b82 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
-name: Docker
+name: Docker Documentation
markdown: kramdown
kramdown:
input: GFM
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 1e25cfa855..04a3ae0621 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -39,6 +39,12 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %
{% if site.GH_ENV == "gh_pages" %}
{% endif %}
+
+
+
+
+
+
diff --git a/favicon.ico b/favicon.ico
index 100b4e5262..523925f7bd 100644
Binary files a/favicon.ico and b/favicon.ico differ
diff --git a/favicons/apple-touch-icon-114x114.png b/favicons/apple-touch-icon-114x114.png
deleted file mode 100644
index 881eeb220c..0000000000
Binary files a/favicons/apple-touch-icon-114x114.png and /dev/null differ
diff --git a/favicons/apple-touch-icon-120x120.png b/favicons/apple-touch-icon-120x120.png
deleted file mode 100644
index 8e8f2d0885..0000000000
Binary files a/favicons/apple-touch-icon-120x120.png and /dev/null differ
diff --git a/favicons/apple-touch-icon-57x57.png b/favicons/apple-touch-icon-57x57.png
deleted file mode 100644
index 006ea03e89..0000000000
Binary files a/favicons/apple-touch-icon-57x57.png and /dev/null differ
diff --git a/favicons/apple-touch-icon-60x60.png b/favicons/apple-touch-icon-60x60.png
deleted file mode 100644
index ee2c8b4504..0000000000
Binary files a/favicons/apple-touch-icon-60x60.png and /dev/null differ
diff --git a/favicons/apple-touch-icon-72x72.png b/favicons/apple-touch-icon-72x72.png
deleted file mode 100644
index 72051519c3..0000000000
Binary files a/favicons/apple-touch-icon-72x72.png and /dev/null differ
diff --git a/favicons/apple-touch-icon-76x76.png b/favicons/apple-touch-icon-76x76.png
deleted file mode 100644
index 1ea8f3a885..0000000000
Binary files a/favicons/apple-touch-icon-76x76.png and /dev/null differ
diff --git a/favicons/docs.ico b/favicons/docs.ico
new file mode 100644
index 0000000000..7925783d50
Binary files /dev/null and b/favicons/docs.ico differ
diff --git a/favicons/docs@2x.ico b/favicons/docs@2x.ico
new file mode 100644
index 0000000000..523925f7bd
Binary files /dev/null and b/favicons/docs@2x.ico differ
diff --git a/favicons/favicon-16x16.png b/favicons/favicon-16x16.png
deleted file mode 100644
index 48f6569556..0000000000
Binary files a/favicons/favicon-16x16.png and /dev/null differ
diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png
deleted file mode 100644
index e744eb5913..0000000000
Binary files a/favicons/favicon-32x32.png and /dev/null differ
diff --git a/favicons/favicon-96x96.png b/favicons/favicon-96x96.png
deleted file mode 100644
index da20159d80..0000000000
Binary files a/favicons/favicon-96x96.png and /dev/null differ
diff --git a/favicons/get.sh b/favicons/get.sh
deleted file mode 100644
index b3b0feb793..0000000000
--- a/favicons/get.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-57x57.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-60x60.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-72x72.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-76x76.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-114x114.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-120x120.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/favicon-32x32.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/favicon-96x96.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/favicon-16x16.png
-wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/manifest.json
diff --git a/favicons/manifest.json b/favicons/manifest.json
deleted file mode 100644
index 2d54beb133..0000000000
--- a/favicons/manifest.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "My app",
- "icons": [
- {
- "src": "\/android-chrome-36x36.png",
- "sizes": "36x36",
- "type": "image\/png",
- "density": "0.75"
- },
- {
- "src": "\/android-chrome-48x48.png",
- "sizes": "48x48",
- "type": "image\/png",
- "density": "1.0"
- },
- {
- "src": "\/android-chrome-72x72.png",
- "sizes": "72x72",
- "type": "image\/png",
- "density": "1.5"
- },
- {
- "src": "\/android-chrome-96x96.png",
- "sizes": "96x96",
- "type": "image\/png",
- "density": "2.0"
- }
- ]
-}