mirror of https://github.com/docker/docs.git
adjust title of homepage (#16708)
* adjust title of homepage * Update index.md * Update index.md
This commit is contained in:
parent
0cf17a994e
commit
1fa82389a6
|
|
@ -221,7 +221,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 col-lg-5">
|
||||
<h6>Getting Started with Docker Desktop</h6>
|
||||
<h4>Getting Started with Docker Desktop</h4>
|
||||
<p>
|
||||
Take a walkthrough that covers writing your first app, data
|
||||
storage, networking, and swarms, and ends with your app running
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
<h5>Engine</h5>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 col-lg-5">
|
||||
<h6>Getting Started with Docker Engine</h6>
|
||||
<h4>Getting Started with Docker Engine</h4>
|
||||
<p>
|
||||
Take a walkthrough that covers writing your first app, data
|
||||
storage, networking, and swarms, and ends with your app running
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
<h5>Build</h5>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 col-lg-5">
|
||||
<h6>Getting Started with Docker Build</h6>
|
||||
<h4>Getting Started with Docker Build</h4>
|
||||
<p>
|
||||
Take a walkthrough that covers writing your first app, data
|
||||
storage, networking, and swarms, and ends with your app running
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
<h5>Compose</h5>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 col-lg-5">
|
||||
<h6>Getting Started with Docker Compose</h6>
|
||||
<h4>Getting Started with Docker Compose</h4>
|
||||
<p>
|
||||
Take a walkthrough that covers writing your first app, data
|
||||
storage, networking, and swarms, and ends with your app running
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
<h5>Hub</h5>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 col-lg-5">
|
||||
<h6>Getting Started with Docker Hub</h6>
|
||||
<h4>Getting Started with Docker Hub</h4>
|
||||
<p>
|
||||
Take a walkthrough that covers writing your first app, data
|
||||
storage, networking, and swarms, and ends with your app running
|
||||
|
|
|
|||
2
index.md
2
index.md
|
|
@ -2,7 +2,7 @@
|
|||
description: Docker Documentation is the official Docker library of resources, tutorials, and guides to help you build, share, and run applications.
|
||||
keywords: docker documentation, docker docs, docker doc, docker document, docker help, docker manual
|
||||
layout: landing
|
||||
title: "Docker Documentation: How to Build, Share, and Run"
|
||||
title: "Docker Docs: How to build, share, and run applications"
|
||||
notoc: true
|
||||
notags: true
|
||||
skip_read_time: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue