From 4681d7c743e35ea99afd2c82d0a8b28ef49b78b5 Mon Sep 17 00:00:00 2001 From: Heather Cloward Date: Thu, 30 Jan 2025 12:17:18 -0500 Subject: [PATCH] docs(all): adds info for finding org and project slugs to push-status command doc and removes broken links (#1868) * docs(all): adds info for finding org and project slugs to push-status command doc and removes broken links * docs(all): fixes prettier issues --- docs/commands/push-status.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/docs/commands/push-status.md b/docs/commands/push-status.md index d0c6dcd09e..932c38cb29 100644 --- a/docs/commands/push-status.md +++ b/docs/commands/push-status.md @@ -27,14 +27,23 @@ REDOCLY_AUTHORIZATION= redocly push-status --organization +How to find and copy the Reunite organization or project slugs + +1. Log in to Reunite. +2. Select your organization and project. +3. Copy the value of the `{ORGANIZATION_SLUG}` or `{PROJECT_SLUG}` from the page URL in your browser, based on the following structure, `https://{REDOCLY_HOST}/org/{ORGANIZATION_SLUG}/project/{PROJECT_SLUG}`. + + ## Examples