From c33d97d0ae23ffe8991845848eb5d7d1fc8a25cf Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 27 Jan 2025 08:27:07 -0800 Subject: [PATCH] Update cli getting started titles/desc --- .../moderne-cli/getting-started/cli-dev-center.md | 7 ++++++- .../moderne-cli/getting-started/cli-intro.md | 5 +++++ .../moderne-cli/getting-started/moderne-cli-license.md | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/user-documentation/moderne-cli/getting-started/cli-dev-center.md b/docs/user-documentation/moderne-cli/getting-started/cli-dev-center.md index 97aa02cf..c9ada955 100644 --- a/docs/user-documentation/moderne-cli/getting-started/cli-dev-center.md +++ b/docs/user-documentation/moderne-cli/getting-started/cli-dev-center.md @@ -1,3 +1,8 @@ +--- +sidebar_label: Generating DevCenters locally +description: How to create or edit DevCenters using the Moderne CLI. +--- + # Getting started with the Moderne CLI DevCenter The Moderne DevCenter provides you with high-level details about the state of all of your repositories. Using it, you can track the progress of upgrades, migrations, and security vulnerabilities. You may be aware of [this feature in the Moderne Platform](../../moderne-platform/getting-started/dev-center.md) - but did you know that you can generate a DevCenter locally via the CLI? @@ -188,4 +193,4 @@ Open up the HTML file to see your DevCenter: ## Next steps -Once you've arrived on a DevCenter that you like, consider sharing it with your team. If you have an Organization service set up, you can even define this inside of that service so that everyone has this DevCenter by default when they `mod git clone` that organization. \ No newline at end of file +Once you've arrived at a DevCenter that you like, consider sharing it with your team. If you have an Organization service set up, you can even define this inside of that service so that everyone has this DevCenter by default when they `mod git clone` that organization. \ No newline at end of file diff --git a/docs/user-documentation/moderne-cli/getting-started/cli-intro.md b/docs/user-documentation/moderne-cli/getting-started/cli-intro.md index c6dd6451..6fb3dd1e 100644 --- a/docs/user-documentation/moderne-cli/getting-started/cli-intro.md +++ b/docs/user-documentation/moderne-cli/getting-started/cli-intro.md @@ -1,3 +1,8 @@ +--- +sidebar_label: Using the Moderne CLI +description: How to install, configure, and use the Moderne CLI. Includes real-world examples to follow along with. +--- + import ReactPlayer from 'react-player'; # Getting started with the Moderne CLI diff --git a/docs/user-documentation/moderne-cli/getting-started/moderne-cli-license.md b/docs/user-documentation/moderne-cli/getting-started/moderne-cli-license.md index 3331c9e3..b7c6e4f9 100644 --- a/docs/user-documentation/moderne-cli/getting-started/moderne-cli-license.md +++ b/docs/user-documentation/moderne-cli/getting-started/moderne-cli-license.md @@ -1,3 +1,8 @@ +--- +sidebar_label: License details +description: Information on how to receive/configure a Moderne CLI license and how said license is used. +--- + # Moderne CLI license In order to **run recipes against private** repositories you will need to ensure that the Moderne CLI is configured with a license. If you are using the CLI to run recipes against _public_ repositories, you do not need to worry about a license. The only thing you will need to do in that instance is authenticate with [app.moderne.io](https://app.moderne.io) and create a [Moderne token](../../moderne-platform/references/moderne-tokens.md).