From 5445ed1ace4b77f3edea386a1d4508b7bc5e3ab7 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 23 Oct 2023 09:38:33 -0400 Subject: [PATCH] Rename apps/publishing-apps-to-github-marketplace to apps/github-marketplace (#44757) --- .../customer-experience-best-practices-for-apps.md | 1 + .../creating-apps-for-github-marketplace/index.md | 1 + .../requirements-for-listing-an-app.md | 1 + ...ty-best-practices-for-apps-on-github-marketplace.md | 1 + .../viewing-metrics-for-your-listing.md | 1 + .../viewing-transactions-for-your-listing.md | 1 + .../about-github-marketplace-for-apps.md | 1 + .../about-marketplace-badges.md | 1 + ...for-publisher-verification-for-your-organization.md | 1 + .../github-marketplace-overview/index.md | 1 + .../index.md | 2 ++ ...figuring-a-webhook-to-notify-you-of-plan-changes.md | 1 + ...-your-github-app-listing-from-github-marketplace.md | 2 ++ .../drafting-a-listing-for-your-app.md | 1 + .../listing-an-app-on-github-marketplace/index.md | 2 ++ .../setting-pricing-plans-for-your-listing.md | 1 + .../submitting-your-listing-for-publication.md | 1 + .../writing-a-listing-description-for-your-app.md | 1 + .../billing-customers.md | 1 + .../selling-your-app-on-github-marketplace/index.md | 2 ++ .../pricing-plans-for-github-marketplace-apps.md | 1 + .../receiving-payment-for-app-purchases.md | 1 + .../handling-new-purchases-and-free-trials.md | 1 + .../handling-plan-cancellations.md | 1 + .../handling-plan-changes.md | 1 + .../index.md | 2 ++ .../rest-endpoints-for-the-github-marketplace-api.md | 1 + .../testing-your-app.md | 1 + .../webhook-events-for-the-github-marketplace-api.md | 1 + content/apps/index.md | 2 +- tests/fixtures/developer-redirects.json | 10 +++++----- 31 files changed, 40 insertions(+), 6 deletions(-) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md (93%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/creating-apps-for-github-marketplace/index.md (87%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md (98%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md (92%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md (96%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/github-marketplace-overview/about-github-marketplace-for-apps.md (98%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/github-marketplace-overview/about-marketplace-badges.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md (95%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/github-marketplace-overview/index.md (86%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/index.md (92%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md (96%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md (84%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/index.md (93%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md (98%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md (94%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md (99%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/selling-your-app-on-github-marketplace/billing-customers.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/selling-your-app-on-github-marketplace/index.md (90%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md (94%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md (98%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md (95%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/index.md (90%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md (93%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/testing-your-app.md (97%) rename content/apps/{publishing-apps-to-github-marketplace => github-marketplace}/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md (97%) diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md b/content/apps/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md similarity index 93% rename from content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md rename to content/apps/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md index cb895d632966..f9eec9fdf9b9 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md +++ b/content/apps/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps.md @@ -10,6 +10,7 @@ topics: redirect_from: - /developers/github-marketplace/customer-experience-best-practices-for-apps - /developers/github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps + - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/customer-experience-best-practices-for-apps --- {% data reusables.marketplace.marketplace-apps-not-actions %} diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/index.md b/content/apps/github-marketplace/creating-apps-for-github-marketplace/index.md similarity index 87% rename from content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/index.md rename to content/apps/github-marketplace/creating-apps-for-github-marketplace/index.md index d90cc9cd689d..9a1d7e250ac8 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/index.md +++ b/content/apps/github-marketplace/creating-apps-for-github-marketplace/index.md @@ -15,5 +15,6 @@ children: shortTitle: Create Marketplace apps redirect_from: - /developers/github-marketplace/creating-apps-for-github-marketplace + - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace --- diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md b/content/apps/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md similarity index 98% rename from content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md rename to content/apps/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md index 5436d6d24667..fc6d622dad7d 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md +++ b/content/apps/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app.md @@ -10,6 +10,7 @@ redirect_from: - /marketplace/getting-started/requirements-for-listing-an-app-on-github-marketplace - /developers/github-marketplace/requirements-for-listing-an-app - /developers/github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app + - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/requirements-for-listing-an-app versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md b/content/apps/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md similarity index 92% rename from content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md rename to content/apps/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md index 466fdac74342..fea90b7bf343 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md +++ b/content/apps/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace.md @@ -8,6 +8,7 @@ redirect_from: - /developers/github-marketplace/security-best-practices-for-apps - /developers/github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps + - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/security-best-practices-for-apps-on-github-marketplace shortTitle: Security best practice versions: fpt: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md b/content/apps/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md rename to content/apps/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md index e1962cfcf911..787f3df92b04 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md +++ b/content/apps/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing.md @@ -8,6 +8,7 @@ redirect_from: - /marketplace/github-marketplace-insights - /developers/github-marketplace/viewing-metrics-for-your-listing - /developers/github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing + - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-metrics-for-your-listing versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md b/content/apps/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md similarity index 96% rename from content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md rename to content/apps/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md index a06f459516ef..6f4339458db6 100644 --- a/content/apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md +++ b/content/apps/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing.md @@ -5,6 +5,7 @@ redirect_from: - /marketplace/github-marketplace-transactions - /developers/github-marketplace/viewing-transactions-for-your-listing - /developers/github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing + - /apps/publishing-apps-to-github-marketplace/creating-apps-for-github-marketplace/viewing-transactions-for-your-listing versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md b/content/apps/github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md similarity index 98% rename from content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md rename to content/apps/github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md index 0f4a266273f7..137e10c7818e 100644 --- a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md +++ b/content/apps/github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps.md @@ -7,6 +7,7 @@ redirect_from: - /developers/github-marketplace/about-github-marketplace - /developers/github-marketplace/github-marketplace-overview/about-github-marketplace - /apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace + - /apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-marketplace-badges.md b/content/apps/github-marketplace/github-marketplace-overview/about-marketplace-badges.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-marketplace-badges.md rename to content/apps/github-marketplace/github-marketplace-overview/about-marketplace-badges.md index 546de6ac69a5..86103da2b82a 100644 --- a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-marketplace-badges.md +++ b/content/apps/github-marketplace/github-marketplace-overview/about-marketplace-badges.md @@ -5,6 +5,7 @@ redirect_from: - /developers/github-marketplace/about-verified-creator-badges - /developers/github-marketplace/about-marketplace-badges - /developers/github-marketplace/github-marketplace-overview/about-marketplace-badges + - /apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-marketplace-badges versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md b/content/apps/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md similarity index 95% rename from content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md rename to content/apps/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md index 3b66c0518ab1..95e7bcb67c8d 100644 --- a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md +++ b/content/apps/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization.md @@ -9,6 +9,7 @@ topics: redirect_from: - /developers/github-marketplace/applying-for-publisher-verification-for-your-organization - /developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization + - /apps/publishing-apps-to-github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization shortTitle: Publisher verification --- diff --git a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/index.md b/content/apps/github-marketplace/github-marketplace-overview/index.md similarity index 86% rename from content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/index.md rename to content/apps/github-marketplace/github-marketplace-overview/index.md index 29028aae2d90..a10a91cd9838 100644 --- a/content/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/index.md +++ b/content/apps/github-marketplace/github-marketplace-overview/index.md @@ -11,5 +11,6 @@ children: shortTitle: Overview redirect_from: - /developers/github-marketplace/github-marketplace-overview + - /apps/publishing-apps-to-github-marketplace/github-marketplace-overview --- diff --git a/content/apps/publishing-apps-to-github-marketplace/index.md b/content/apps/github-marketplace/index.md similarity index 92% rename from content/apps/publishing-apps-to-github-marketplace/index.md rename to content/apps/github-marketplace/index.md index 77df281cde65..aa205a17b935 100644 --- a/content/apps/publishing-apps-to-github-marketplace/index.md +++ b/content/apps/github-marketplace/index.md @@ -6,6 +6,7 @@ redirect_from: - /apps/marketplace - /marketplace - /developers/github-marketplace + - /apps/publishing-apps-to-github-marketplace versions: fpt: '*' ghec: '*' @@ -18,3 +19,4 @@ children: - /listing-an-app-on-github-marketplace - /selling-your-app-on-github-marketplace --- + diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md similarity index 96% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md index 16cd5703f36b..cb7fd4c8bdf1 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes.md @@ -9,6 +9,7 @@ redirect_from: - /marketplace/listing-on-github-marketplace/configuring-the-github-marketplace-webhook - /developers/github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes - /developers/github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/configuring-a-webhook-to-notify-you-of-plan-changes versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md similarity index 84% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md index 2c4f8b157864..29be821a5f66 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace.md @@ -7,6 +7,8 @@ versions: topics: - Marketplace shortTitle: Delete your listing +redirect_from: + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/deleting-your-github-app-listing-from-github-marketplace --- {% data reusables.marketplace.marketplace-apps-not-actions %} diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md index ae6215991b2a..60aaac5a1a2a 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md @@ -14,6 +14,7 @@ redirect_from: - /marketplace/listing-on-github-marketplace/creating-a-draft-github-marketplace-listing - /developers/github-marketplace/drafting-a-listing-for-your-app - /developers/github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/index.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/index.md similarity index 93% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/index.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/index.md index 3b0809962a0f..62a644359b09 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/index.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/index.md @@ -11,6 +11,7 @@ redirect_from: - /apps/marketplace/listing-on-github-marketplace - /marketplace/listing-on-github-marketplace - /developers/github-marketplace/listing-an-app-on-github-marketplace + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace versions: fpt: '*' ghec: '*' @@ -25,3 +26,4 @@ children: - /deleting-your-github-app-listing-from-github-marketplace shortTitle: List an app on the Marketplace --- + diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md similarity index 98% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md index 7178d3ef9245..5c462ef3c5d0 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing.md @@ -15,6 +15,7 @@ redirect_from: - /marketplace/listing-on-github-marketplace/setting-a-github-marketplace-listing-s-pricing-plan - /developers/github-marketplace/setting-pricing-plans-for-your-listing - /developers/github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/setting-pricing-plans-for-your-listing versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md similarity index 94% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md index 29a7b165fa6d..587c818e3572 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication.md @@ -6,6 +6,7 @@ redirect_from: - /developers/github-marketplace/submitting-your-listing-for-review - /developers/github-marketplace/submitting-your-listing-for-publication - /developers/github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/submitting-your-listing-for-publication versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md similarity index 99% rename from content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md rename to content/apps/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md index 85462a902792..fec2babeb377 100644 --- a/content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md @@ -12,6 +12,7 @@ redirect_from: - /marketplace/listing-on-github-marketplace/writing-github-marketplace-listing-descriptions - /developers/github-marketplace/writing-a-listing-description-for-your-app - /developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app + - /apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md rename to content/apps/github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md index 5cab1dcb60ae..d6f54fa06446 100644 --- a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md +++ b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/billing-customers.md @@ -7,6 +7,7 @@ redirect_from: - /marketplace/selling-your-app/billing-customers-in-github-marketplace - /developers/github-marketplace/billing-customers - /developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers + - /apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/billing-customers versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/index.md b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/index.md similarity index 90% rename from content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/index.md rename to content/apps/github-marketplace/selling-your-app-on-github-marketplace/index.md index c2134423ab1d..4d4bba72e607 100644 --- a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/index.md +++ b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/index.md @@ -9,6 +9,7 @@ redirect_from: - /apps/marketplace/selling-your-app - /marketplace/selling-your-app - /developers/github-marketplace/selling-your-app-on-github-marketplace + - /apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace versions: fpt: '*' ghec: '*' @@ -20,3 +21,4 @@ children: - /receiving-payment-for-app-purchases shortTitle: Sell apps on the Marketplace --- + diff --git a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md rename to content/apps/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md index 298ac1616774..45c49b836d56 100644 --- a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md +++ b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps.md @@ -6,6 +6,7 @@ redirect_from: - /marketplace/selling-your-app/github-marketplace-pricing-plans - /developers/github-marketplace/pricing-plans-for-github-marketplace-apps - /developers/github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps + - /apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/pricing-plans-for-github-marketplace-apps versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md similarity index 94% rename from content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md rename to content/apps/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md index 9948b202ccea..96c03547fab1 100644 --- a/content/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md +++ b/content/apps/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases.md @@ -9,6 +9,7 @@ redirect_from: - /marketplace/selling-your-app/receiving-payment-for-github-marketplace-listings - /developers/github-marketplace/receiving-payment-for-app-purchases - /developers/github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases + - /apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace/receiving-payment-for-app-purchases versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md similarity index 98% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md index 57060130323e..9779ab5f8723 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md @@ -8,6 +8,7 @@ redirect_from: - /marketplace/integrating-with-the-github-marketplace-api/handling-new-purchases-and-free-trials - /developers/github-marketplace/handling-new-purchases-and-free-trials - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md similarity index 95% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md index 56461540e3f6..40e05d521df9 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations.md @@ -7,6 +7,7 @@ redirect_from: - /marketplace/integrating-with-the-github-marketplace-api/cancelling-plans - /developers/github-marketplace/handling-plan-cancellations - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md index ea5bf946bbfd..d23fc4fc39c6 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes.md @@ -7,6 +7,7 @@ redirect_from: - /marketplace/integrating-with-the-github-marketplace-api/upgrading-and-downgrading-plans - /developers/github-marketplace/handling-plan-changes - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-changes versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/index.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/index.md similarity index 90% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/index.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/index.md index 4b8ae4792e4d..1c64c8972b3b 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/index.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/index.md @@ -6,6 +6,7 @@ redirect_from: - /apps/marketplace/integrating-with-the-github-marketplace-api - /marketplace/integrating-with-the-github-marketplace-api - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app versions: fpt: '*' ghec: '*' @@ -20,3 +21,4 @@ children: - /handling-plan-cancellations shortTitle: Marketplace API usage --- + diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md similarity index 93% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md index 82289433c435..917ad9534852 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api.md @@ -7,6 +7,7 @@ redirect_from: - /marketplace/integrating-with-the-github-marketplace-api/github-marketplace-rest-api-endpoints - /developers/github-marketplace/rest-endpoints-for-the-github-marketplace-api - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/rest-endpoints-for-the-github-marketplace-api versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md index e132930df2a4..67863d434a96 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app.md @@ -7,6 +7,7 @@ redirect_from: - /marketplace/integrating-with-the-github-marketplace-api/testing-github-marketplace-apps - /developers/github-marketplace/testing-your-app - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/testing-your-app versions: fpt: '*' ghec: '*' diff --git a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md similarity index 97% rename from content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md rename to content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md index fb4310d786c2..bb0737945291 100644 --- a/content/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md +++ b/content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md @@ -7,6 +7,7 @@ redirect_from: - /marketplace/integrating-with-the-github-marketplace-api/github-marketplace-webhook-events - /developers/github-marketplace/webhook-events-for-the-github-marketplace-api - /developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api + - /apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api versions: fpt: '*' ghec: '*' diff --git a/content/apps/index.md b/content/apps/index.md index fba8ecfcb381..f13b8c9d06a8 100644 --- a/content/apps/index.md +++ b/content/apps/index.md @@ -39,7 +39,7 @@ children: - /creating-github-apps - /sharing-github-apps - /maintaining-github-apps - - /publishing-apps-to-github-marketplace + - /github-marketplace - /oauth-apps redirect_from: - /developers diff --git a/tests/fixtures/developer-redirects.json b/tests/fixtures/developer-redirects.json index 9156960c34c8..65ae997581a4 100644 --- a/tests/fixtures/developer-redirects.json +++ b/tests/fixtures/developer-redirects.json @@ -5,11 +5,11 @@ "/apps/managing-github-apps": "/en/apps/maintaining-github-apps", "/apps/managing-oauth-apps": "/en/apps/oauth-apps/maintaining-oauth-apps", "/apps/quickstart-guides": "/en/apps/creating-github-apps/writing-code-for-a-github-app", - "/marketplace": "/en/apps/publishing-apps-to-github-marketplace", - "/marketplace/getting-started": "/en/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps", - "/marketplace/integrating-with-the-github-marketplace-api": "/en/apps/publishing-apps-to-github-marketplace/using-the-github-marketplace-api-in-your-app", - "/marketplace/listing-on-github-marketplace": "/en/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace", - "/marketplace/selling-your-app": "/en/apps/publishing-apps-to-github-marketplace/selling-your-app-on-github-marketplace", + "/marketplace": "/en/apps/github-marketplace", + "/marketplace/getting-started": "/en/apps/github-marketplace/github-marketplace-overview/about-github-marketplace-for-apps", + "/marketplace/integrating-with-the-github-marketplace-api": "/en/apps/github-marketplace/using-the-github-marketplace-api-in-your-app", + "/marketplace/listing-on-github-marketplace": "/en/apps/github-marketplace/listing-an-app-on-github-marketplace", + "/marketplace/selling-your-app": "/en/apps/github-marketplace/selling-your-app-on-github-marketplace", "/v3": "/en/rest", "/v3/actions/workflow-jobs": "/en/rest/actions/workflow-jobs", "/v3/actions/workflow-runs": "/en/rest/actions/workflow-runs",