From 1fa82389a69f03b7df0dbe8d6344fcf42c67db19 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:27:49 +0000 Subject: [PATCH] adjust title of homepage (#16708) * adjust title of homepage * Update index.md * Update index.md --- _layouts/landing.html | 10 +++++----- index.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/landing.html b/_layouts/landing.html index cd38d932c7..e4edbe2902 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -221,7 +221,7 @@
Take a walkthrough that covers writing your first app, data storage, networking, and swarms, and ends with your app running @@ -249,7 +249,7 @@
Take a walkthrough that covers writing your first app, data storage, networking, and swarms, and ends with your app running @@ -276,7 +276,7 @@
Take a walkthrough that covers writing your first app, data storage, networking, and swarms, and ends with your app running @@ -303,7 +303,7 @@
Take a walkthrough that covers writing your first app, data storage, networking, and swarms, and ends with your app running @@ -326,7 +326,7 @@
Take a walkthrough that covers writing your first app, data storage, networking, and swarms, and ends with your app running diff --git a/index.md b/index.md index 6819fc48d8..004d9b885e 100644 --- a/index.md +++ b/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