Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0a5b458
Update mac-install.md (#15555)
clintjoseph1992 Sep 5, 2022
5291295
Addition of a 'Contribute' section with our Style Guide (#15350)
aevesdocker Sep 5, 2022
ef28f70
Install page improvement based on feedback (scenario2) (#15494)
dockertopia Sep 5, 2022
015c716
Fixed typo
dockertopia Sep 5, 2022
1c273c4
contribute edit (#15565)
aevesdocker Sep 5, 2022
33785a9
jekyll(assets): move api-reference css to assets folder
crazy-max Jul 27, 2022
189d8ab
jekyll(assets): move style scss to assets folder
crazy-max Jul 27, 2022
2a0de5f
jekyll(assets): move bootstrap to assets folder
crazy-max Jul 27, 2022
82838fb
jekyll(assets): move jquery to assets folder
crazy-max Jul 27, 2022
56cfd1b
jekyll(assets): move redoc to assets folder
crazy-max Jul 27, 2022
998bfbf
jekyll(assets): move css to assets folder
crazy-max Jul 27, 2022
16d1492
jekyll(assets): move fonts to assets folder
crazy-max Jul 27, 2022
ce02b9d
jekyll(assets): move favicons to assets folder
crazy-max Jul 31, 2022
cc0fc46
jekyll(assets): move images to assets folder
crazy-max Sep 5, 2022
9dcfc02
Merge pull request #15246 from crazy-max/move-assets
crazy-max Sep 5, 2022
9b95b4d
Fix link (#15567)
aevesdocker Sep 5, 2022
91a99e9
Update reference to the contribution guidelines (#15562)
usha-mandya Sep 5, 2022
fbd81ae
Merge pull request #15568 from dockertopia/typo-fix
dockertopia Sep 5, 2022
7cc8e51
Update DVP overview (#15509)
dvdksn Sep 5, 2022
39b0983
Revert "Publish updates from master (#15566)"
crazy-max Sep 5, 2022
84f993b
Merge branch 'master' into published-rebase
crazy-max Sep 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This repository is for reporting issues related to Docker Documentation. Before submitting a new issue, check whether the issue has already been reported. You can join the discussion using an emoji, or by adding a comment to an existing issue.

You can ask general questions and get community support through the Docker Community Slack - http://dockr.ly/slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See https://www.docker.com/pricing for details.
You can ask general questions and get community support through the Docker Community Forums - https://forums.docker.com/ and Slack - http://dockr.ly/slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See https://www.docker.com/pricing for details.

-->

Expand Down
4 changes: 1 addition & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
for this project's contribution guidelines. Remove these comments
as you go.-->
<!--We’d like to make it as easy as possible for you to contribute to the Docker documentation repository. Before you submit the pull request, we recommend that you review the [Contribution guidelines](/contribute/overview.md). Remove these comments as you go.-->

### Proposed changes

Expand Down
2 changes: 1 addition & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ occurred, if applicable.

[**Click here to create a new ticket**](https://github.com/docker/docker.github.io/issues/new){:.newissue.button.primary-btn}

[![404 page not found](/images/404-docs.png)](/ "Go to the homepage")
[![404 page not found](/assets/images/404-docs.png)](/ "Go to the homepage")

<script>
let el = document.querySelector("a.newissue");
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
We deeply value documentation contributions from the Docker community. We'd like to make it as easy
as possible for you to work in this repository.

We have created a ['Contribute' section](/contribute/overview.md) in our docs which guides you through the process of contributing to Docker documentation.
We have created a ['Contribute' section](https://docs.docker.com/contribute/overview/) in our docs which guides you through the process of contributing to Docker documentation.
40 changes: 20 additions & 20 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<link rel="canonical" href="{{ site.docs_url }}{{ page.url }}" />

<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128">
<link rel="apple-touch-icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128">
<meta name="msapplication-TileImage" content="/favicons/docs@2x.ico">
<meta property="og:image" content="/favicons/docs@2x.ico"/>
<link rel="icon" type="image/x-icon" href="/assets/favicons/docs@2x.ico" sizes="129x128">
<link rel="apple-touch-icon" type="image/x-icon" href="/assets/favicons/docs@2x.ico" sizes="129x128">
<meta name="msapplication-TileImage" content="/assets/favicons/docs@2x.ico">
<meta property="og:image" content="/assets/favicons/docs@2x.ico"/>
<meta name="theme-color" content="#2496ed" />

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -59,18 +59,18 @@
{%- endcomment -%}
{%- if page.layout == 'landing' -%}
<!-- landing page scripts -->
<script defer src="/js/theme-switcher.js"></script>
<script defer src="/js/jquery.js"></script>
<script defer src="/js/bootstrap.min.js"></script>
<script defer src="/assets/js/theme-switcher.js"></script>
<script defer src="/assets/jquery/jquery.js"></script>
<script defer src="/assets/bootstrap/js/bootstrap.min.js"></script>
{%- else -%}
<script defer src="/js/theme-switcher.js"></script>
<script defer src="/js/anchorlinks.js"></script>
<script defer src="/js/jquery.js"></script>
<script defer src="/js/bootstrap.min.js"></script>
<script defer src="/js/docs.js"></script>
<script defer src="/assets/js/theme-switcher.js"></script>
<script defer src="/assets/js/anchorlinks.js"></script>
<script defer src="/assets/jquery/jquery.js"></script>
<script defer src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script defer src="/assets/js/docs.js"></script>
{%- endif -%}
{%- if site.local_search -%}
<script defer src="/js/search.js"></script>
<script defer src="/assets/js/search.js"></script>
{%- endif -%}

{%- comment -%}
Expand All @@ -83,13 +83,13 @@
<link rel="preload" as="font" href="/assets/fontawesome/webfonts/fa-regular-400.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/assets/fontawesome/webfonts/fa-solid-900.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/assets/fontawesome/webfonts/fa-v4compatibility.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/geomanist/hinted-Geomanist-Book.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/geomanist/hinted-Geomanist-Regular.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/glyphicons-halflings-regular.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/assets/fonts/geomanist/hinted-Geomanist-Book.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/assets/fonts/geomanist/hinted-Geomanist-Regular.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2" type="font/woff2" crossorigin="anonymous">

<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css" id="pagestyle">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/style.css" id="pagestyle">

<!-- SEO stuff -->
<meta name="twitter:title" itemprop="title name" content="{{ page.title | default: page_title }}"/>
Expand All @@ -98,13 +98,13 @@
<meta name="twitter:domain" content="{{ site.docs_url | replace_first: 'http://', '' | replace_first: 'https://', '' }}"/>
<meta name="twitter:site" content="@docker_docs"/>
<meta name="twitter:url" content="https://twitter.com/docker_docs"/>
<meta name="twitter:image:src" content="{{ site.docs_url }}/images/docs@2x.png"/>
<meta name="twitter:image:src" content="{{ site.docs_url }}/assets/images/docs@2x.png"/>
<meta name="twitter:image:alt" content="Docker Documentation"/>
<meta property="og:title" content="{{ page.title | default: page_title }}" />
<meta property="og:description" content="{{ page.description | default: page_description | escape_once }}" />
<meta property="og:type" content="website"/>
<meta property="og:updated_time" itemprop="dateUpdated" content="{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}"/>
<meta property="og:image" itemprop="image primaryImageOfPage" content="{{ site.docs_url }}/images/docs@2x.png"/>
<meta property="og:image" itemprop="image primaryImageOfPage" content="{{ site.docs_url }}/assets/images/docs@2x.png"/>
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="{{ site.docs_url }}{{ page.url }}" />
<meta property="og:site_name" content="Docker Documentation" />
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container-fluid">
<div class="navbar-header">
<a href="/">
<img class="logo" src="/images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs" width="160" height="28" />
<img class="logo" src="/assets/images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs" width="160" height="28" />
</a>
</div>
<div class="navbar-collapse" aria-expanded="false" style="height: 1px;">
Expand Down
2 changes: 1 addition & 1 deletion _includes/landing-page/dockercon-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
<img src="/images/dockercon.png" alt="dockercon" />
<img src="/assets/images/dockercon.png" alt="dockercon" />
<h2>
DockerCon 2022 On-Demand
</h2>
Expand Down
2 changes: 1 addition & 1 deletion _includes/landing-page/dockercon-wrapup-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
<img src="/images/dockercon21.png" alt="dockercon" />
<img src="/assets/images/dockercon21.png" alt="dockercon" />
<h2>
Thank you for attending DockerCon21!
</h2>
Expand Down
2 changes: 1 addition & 1 deletion _includes/landing-page/extensions-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>
<p>Use our SDK to build new functionality into Docker Desktop, extend its existing capabilities, and integrate additional developer tools. <br><br> Create and install an extension today and join our growing list of Extension Partners when you publish your extension to the Marketplace.</p>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<img src="/images/extensions.PNG" alt="extensions" />
<img src="/assets/images/extensions.PNG" alt="extensions" />
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a class="btn" href="/desktop/extensions-sdk/" target="_blank">
Expand Down
6 changes: 3 additions & 3 deletions _includes/landing-page/popular-videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ <h5 class="title">Popular videos</h5>
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-12">
<a class="video-item" href="https://youtu.be/gAGEar5HQoU" target="_blank" rel="noopener">
<img class="video-image" src="/images/video.svg" alt="video: How to get started with Docker" width="65" height="44" />
<img class="video-image" src="/assets/images/video.svg" alt="video: How to get started with Docker" width="65" height="44" />
<div class="video-title">How to get started with Docker</div>
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a class="video-item" href="https://youtu.be/xmLVNpyJ530?t=30" target="_blank" rel="noopener">
<img class="video-image" src="/images/video.svg" alt="video: How to build and test your Docker images in the Cloud" width="65" height="44" />
<img class="video-image" src="/assets/images/video.svg" alt="video: How to build and test your Docker images in the Cloud" width="65" height="44" />
<div class="video-title">How to build and test your Docker images in the Cloud</div>
</a>
</div>
<div class="col-xs-12 col-md-6 col-lg-12">
<a class="video-item" href="https://youtu.be/QeQ2MH5f_BE?t=31" target="_blank" rel="noopener">
<img class="video-image" src="/images/video.svg" alt="video: Simplify all the things with Docker Compose" width="65" height="44" />
<img class="video-image" src="/assets/images/video.svg" alt="video: Simplify all the things with Docker Compose" width="65" height="44" />
<div class="video-title">Simplify all the things with Docker Compose</div>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="logo-mobile">
<a href="/">
<img src="/images/docker-icon.svg" alt="Docker Docs" title="Docker Docs" width="30" height="30" />
<img src="/assets/images/docker-icon.svg" alt="Docker Docs" title="Docker Docs" width="30" height="30" />
</a>
</div>
<div class="search-form" id="search-div">
Expand Down
12 changes: 6 additions & 6 deletions _layouts/engine-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<meta name="description" content="Reference documentation and Swagger (OpenAPI) specification for the v{{ page.name | replace: '.md' }} version of the API served by Docker Engine." />
<meta charset="utf-8" />
<!-- favicon -->
<meta name="msapplication-TileImage" content="/favicons/docs@2x.ico" />
<meta property="og:image" content="/favicons/docs@2x.ico" />
<link rel="apple-touch-icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128" />
<link rel="icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128" />
<link rel="stylesheet" type="text/css" href="/css/api-reference.css" />
<meta name="msapplication-TileImage" content="/assets/favicons/docs@2x.ico" />
<meta property="og:image" content="/assets/favicons/docs@2x.ico" />
<link rel="apple-touch-icon" type="image/x-icon" href="/assets/favicons/docs@2x.ico" sizes="129x128" />
<link rel="icon" type="image/x-icon" href="/assets/favicons/docs@2x.ico" sizes="129x128" />
<link rel="stylesheet" type="text/css" href="/assets/css/api-reference.css" />
<!-- make the latest API version the canonical page as that's what we want users to be using mostly -->
<link rel="canonical" href="{{ site.docs_url }}/engine/api/v{{ site.latest_engine_api_version }}/" />
</head>
<body>
<redoc spec-url="/engine/api/{{ page.name | replace: '.md'}}.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
<script src="/js/redoc.standalone.js"></script>
<script src="/assets/redoc/redoc.standalone.js"></script>
</body>
</html>
12 changes: 6 additions & 6 deletions _layouts/hub-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<meta name="description" content="Reference documentation and Swagger (OpenAPI) specification for the {{ page.name | replace: '.md' }} API served by Docker Hub." />
<meta charset="utf-8" />
<!-- favicon -->
<meta name="msapplication-TileImage" content="/favicons/docs@2x.ico" />
<meta property="og:image" content="/favicons/docs@2x.ico" />
<link rel="apple-touch-icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128" />
<link rel="icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128" />
<link rel="stylesheet" type="text/css" href="/css/api-reference.css" />
<meta name="msapplication-TileImage" content="/assets/favicons/docs@2x.ico" />
<meta property="og:image" content="/assets/favicons/docs@2x.ico" />
<link rel="apple-touch-icon" type="image/x-icon" href="/assets/favicons/docs@2x.ico" sizes="129x128" />
<link rel="icon" type="image/x-icon" href="/assets/favicons/docs@2x.ico" sizes="129x128" />
<link rel="stylesheet" type="text/css" href="/assets/css/api-reference.css" />
<!-- make the latest API version the canonical page as that's what we want users to be using mostly -->
<link rel="canonical" href="{{ site.docs_url }}/docker-hub/api/latest/" />
</head>
<body>
<redoc spec-url="/docker-hub/api/{{ page.name | replace: '.md'}}.yaml" class="hub-api"></redoc>
<script src="/js/redoc.standalone.js"></script>
<script src="/assets/redoc/redoc.standalone.js"></script>
</body>
</html>
10 changes: 5 additions & 5 deletions _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs" width="160" height="28" />
<img src="/assets/images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs" width="160" height="28" />
</a>
</div>
<div class="collapse navbar-collapse" id="header-content">
Expand Down Expand Up @@ -174,7 +174,7 @@ <h5 class="title">Help by product</h5>
<!-- DESKTOP -->
<div class="row active" data-tab="desktop" data-os="win">
<div class="col-xs-12 col-md-4 col-lg-2 text-center">
<div class="image" style="background-image: url(/images/laptop.svg);"></div>
<div class="image" style="background-image: url(/assets/images/laptop.svg);"></div>
<h5>Docker Desktop</h5>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Expand Down Expand Up @@ -244,7 +244,7 @@ <h6>Popular articles</h6>
<!-- HUB -->
<div class="row" data-tab="hub">
<div class="col-xs-12 col-md-4 col-lg-2 text-center">
<div class="image" style="background-image: url(/images/hub.svg);"></div>
<div class="image" style="background-image: url(/assets/images/hub.svg);"></div>
<h5>Hub</h5>
</div>
<div class="col-xs-12 col-md-4 col-lg-5">
Expand Down Expand Up @@ -273,7 +273,7 @@ <h6>Popular articles</h6>
<!-- ENGINE -->
<div class="row" data-tab="engine">
<div class="col-xs-12 col-md-4 col-lg-2 text-center">
<div class="image" style="background-image: url(/images/engine.svg);"></div>
<div class="image" style="background-image: url(/assets/images/engine.svg);"></div>
<h5>Engine</h5>
</div>
<div class="col-xs-12 col-md-4 col-lg-5">
Expand All @@ -299,7 +299,7 @@ <h6>Popular articles</h6>
<div class="col-xs-12 col-md-4 col-lg-2 text-center">
<div
class="image"
style="background-image: url(/images/Compose.png);"
style="background-image: url(/assets/images/Compose.png);"
></div>
<h5>Compose</h5>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _scss/_landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ body.landing {
@each $icon in $icons {
&.#{$icon} {
@extend %icon-card;
background-image: url("/images/#{$icon}.svg");
background-image: url("/assets/images/#{$icon}.svg");
}
}

Expand Down Expand Up @@ -202,7 +202,7 @@ body.landing {
}

&[target=_blank] {
background-image: url(/images/arrow.svg);
background-image: url(/assets/images/arrow.svg);
background-position: top 10px right 10px;
background-repeat: no-repeat;
background-size: 15px 15px;
Expand Down
8 changes: 4 additions & 4 deletions _scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

@font-face {
font-family: 'Geomanist Book';
src: url("../fonts/geomanist/hinted-Geomanist-Book.eot");
src: url("../fonts/geomanist/hinted-Geomanist-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Book.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Book.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Book.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Book") format("svg");
src: url("../assets/fonts/geomanist/hinted-Geomanist-Book.eot");
src: url("../assets/fonts/geomanist/hinted-Geomanist-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/geomanist/hinted-Geomanist-Book.woff2") format("woff2"), url("../assets/fonts/geomanist/hinted-Geomanist-Book.woff") format("woff"), url("../assets/fonts/geomanist/hinted-Geomanist-Book.ttf") format("truetype"), url("../assets/fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Book") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Geomanist Regular';
src: url("../fonts/geomanist/hinted-Geomanist-Regular.eot");
src: url("../fonts/geomanist/hinted-Geomanist-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist/hinted-Geomanist-Regular.woff2") format("woff2"), url("../fonts/geomanist/hinted-Geomanist-Regular.woff") format("woff"), url("../fonts/geomanist/hinted-Geomanist-Regular.ttf") format("truetype"), url("../fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Regular") format("svg");
src: url("../assets/fonts/geomanist/hinted-Geomanist-Regular.eot");
src: url("../assets/fonts/geomanist/hinted-Geomanist-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/geomanist/hinted-Geomanist-Regular.woff2") format("woff2"), url("../assets/fonts/geomanist/hinted-Geomanist-Regular.woff") format("woff"), url("../assets/fonts/geomanist/hinted-Geomanist-Regular.ttf") format("truetype"), url("../assets/fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Regular") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
Expand Down
Loading