adjust title of homepage (#16708)

* adjust title of homepage

* Update index.md

* Update index.md
This commit is contained in:
Allie Sadler 2023-02-15 11:27:49 +00:00 committed by GitHub
parent 0cf17a994e
commit 1fa82389a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -221,7 +221,7 @@
</div> </div>
</div> </div>
<div class="col-xs-12 col-md-4 col-lg-5"> <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> <p>
Take a walkthrough that covers writing your first app, data Take a walkthrough that covers writing your first app, data
storage, networking, and swarms, and ends with your app running storage, networking, and swarms, and ends with your app running
@ -249,7 +249,7 @@
<h5>Engine</h5> <h5>Engine</h5>
</div> </div>
<div class="col-xs-12 col-md-4 col-lg-5"> <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> <p>
Take a walkthrough that covers writing your first app, data Take a walkthrough that covers writing your first app, data
storage, networking, and swarms, and ends with your app running storage, networking, and swarms, and ends with your app running
@ -276,7 +276,7 @@
<h5>Build</h5> <h5>Build</h5>
</div> </div>
<div class="col-xs-12 col-md-4 col-lg-5"> <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> <p>
Take a walkthrough that covers writing your first app, data Take a walkthrough that covers writing your first app, data
storage, networking, and swarms, and ends with your app running storage, networking, and swarms, and ends with your app running
@ -303,7 +303,7 @@
<h5>Compose</h5> <h5>Compose</h5>
</div> </div>
<div class="col-xs-12 col-md-4 col-lg-5"> <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> <p>
Take a walkthrough that covers writing your first app, data Take a walkthrough that covers writing your first app, data
storage, networking, and swarms, and ends with your app running storage, networking, and swarms, and ends with your app running
@ -326,7 +326,7 @@
<h5>Hub</h5> <h5>Hub</h5>
</div> </div>
<div class="col-xs-12 col-md-4 col-lg-5"> <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> <p>
Take a walkthrough that covers writing your first app, data Take a walkthrough that covers writing your first app, data
storage, networking, and swarms, and ends with your app running storage, networking, and swarms, and ends with your app running

View File

@ -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. 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 keywords: docker documentation, docker docs, docker doc, docker document, docker help, docker manual
layout: landing layout: landing
title: "Docker Documentation: How to Build, Share, and Run" title: "Docker Docs: How to build, share, and run applications"
notoc: true notoc: true
notags: true notags: true
skip_read_time: true skip_read_time: true