Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor drop down menu and some top-level article titles #3142

Merged
merged 2 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 docs/contribute/roadmap-contribute.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshoot/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Troubleshooting overview
# Troubleshooting Zowe

To isolate and resolve Zowe™ problems, you can use the troubleshooting and support information.

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/install-overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installation overview
# Installing Zowe

The installation of Zowe™ consists of the following processes:

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/zowe-getting-started-tutorial.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down