diff --git a/docs/contribute/roadmap-contribute.md b/docs/contribute/roadmap-contribute.md index 899331526b..e4f71788dc 100644 --- a/docs/contribute/roadmap-contribute.md +++ b/docs/contribute/roadmap-contribute.md @@ -1,4 +1,4 @@ -# Contribute to Zowe +# Contributing to Zowe You are welcome to contribute to Zowe in many forms and help make this project better! We want to make it as easy as possible for you to become a Zowe contributor. This topic outlines the different ways that you can get involved and provides some of the resources that are available to help you get started. All feedback is welcome. diff --git a/docs/troubleshoot/troubleshooting.md b/docs/troubleshoot/troubleshooting.md index 87402c192c..51b79229f5 100644 --- a/docs/troubleshoot/troubleshooting.md +++ b/docs/troubleshoot/troubleshooting.md @@ -1,4 +1,4 @@ -# Troubleshooting overview +# Troubleshooting Zowe To isolate and resolve Zowe™ problems, you can use the troubleshooting and support information. diff --git a/docs/user-guide/install-overview.md b/docs/user-guide/install-overview.md index f9b0662163..0e15c8ad2e 100644 --- a/docs/user-guide/install-overview.md +++ b/docs/user-guide/install-overview.md @@ -1,4 +1,4 @@ -# Installation overview +# Installing Zowe The installation of Zowe™ consists of the following processes: diff --git a/docs/user-guide/zowe-getting-started-tutorial.md b/docs/user-guide/zowe-getting-started-tutorial.md index 0f11e1ae47..dd1ab3f48d 100644 --- a/docs/user-guide/zowe-getting-started-tutorial.md +++ b/docs/user-guide/zowe-getting-started-tutorial.md @@ -1,6 +1,6 @@ -# Getting started +# Using Zowe -Learn how to start exploring the Zowe components, applications and plug-ins. +Learn how to start using Zowe components, applications, and plug-ins. ## Zowe server-side components diff --git a/docusaurus.config.js b/docusaurus.config.js index 6eef5d1c69..1e72ef9518 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -42,13 +42,13 @@ module.exports = { items: [ { type: "doc", - label: "Get Started", + label: "Overview", docId: "getting-started/overview", position: "left", }, { type: "doc", - label: "Setup", + label: "Install", docId: "user-guide/install-overview", position: "left", },