From 07249ea25b053b3180184023e20fcf2ef81b48ca Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 27 Jan 2025 08:16:06 -0800 Subject: [PATCH] Update ref title/descriptions --- .../moderne-platform/references/create-scm-access-tokens.md | 5 +++++ .../moderne-platform/references/moderne-tokens.md | 5 +++++ .../moderne-platform/references/user-reports.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/docs/user-documentation/moderne-platform/references/create-scm-access-tokens.md b/docs/user-documentation/moderne-platform/references/create-scm-access-tokens.md index c0b8fcce..f04d1437 100644 --- a/docs/user-documentation/moderne-platform/references/create-scm-access-tokens.md +++ b/docs/user-documentation/moderne-platform/references/create-scm-access-tokens.md @@ -1,3 +1,8 @@ +--- +sidebar_label: SCM access tokens +description: Where to create SCM access tokens so you can perform commits with the Moderne API. +--- + # Creating SCM access tokens In order to perform [commits](../how-to-guides/recipe-execution-and-commits-with-graphql.md#creating-a-pull-request) using the [Moderne GraphQL API](https://api.app.moderne.io/), you will need to create an SCM Access Token. diff --git a/docs/user-documentation/moderne-platform/references/moderne-tokens.md b/docs/user-documentation/moderne-platform/references/moderne-tokens.md index 73b2cc37..90109cf1 100644 --- a/docs/user-documentation/moderne-platform/references/moderne-tokens.md +++ b/docs/user-documentation/moderne-platform/references/moderne-tokens.md @@ -1,3 +1,8 @@ +--- +sidebar_label: Moderne tokens +description: Describes the different types of Moderne tokens – including how to create them and where they're used. +--- + # Moderne tokens There are three types of tokens used throughout the Moderne Platform: diff --git a/docs/user-documentation/moderne-platform/references/user-reports.md b/docs/user-documentation/moderne-platform/references/user-reports.md index 186eab17..62649b8e 100644 --- a/docs/user-documentation/moderne-platform/references/user-reports.md +++ b/docs/user-documentation/moderne-platform/references/user-reports.md @@ -1,3 +1,8 @@ +--- +sidebar_label: User reports +description: What reports exist in Moderne for general users. +--- + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';