From 81686c0f9b7392fcef569712d2ccc412406cc3e7 Mon Sep 17 00:00:00 2001 From: Heather Cloward Date: Tue, 28 Jan 2025 10:57:21 -0500 Subject: [PATCH 1/2] docs(all): adds info for finding org and project slugs to push-status command doc and removes broken links --- docs/commands/push-status.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/commands/push-status.md b/docs/commands/push-status.md index d0c6dcd09e..29b85cb70a 100644 --- a/docs/commands/push-status.md +++ b/docs/commands/push-status.md @@ -30,12 +30,21 @@ 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 When `push` is performed from the repository's default branch, a preview build is automatically followed by a production build; this command can send only the completed builds or wait for uncompleted builds to complete. From 47f6d40d8514897f8dc10dcfe286f5756853f11d Mon Sep 17 00:00:00 2001 From: Heather Cloward Date: Tue, 28 Jan 2025 14:16:12 -0500 Subject: [PATCH 2/2] docs(all): fixes prettier issues --- docs/commands/push-status.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/commands/push-status.md b/docs/commands/push-status.md index 29b85cb70a..932c38cb29 100644 --- a/docs/commands/push-status.md +++ b/docs/commands/push-status.md @@ -27,21 +27,21 @@ 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}`. +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}`.