From 29878235947a50b67debcb1c3e6fb222b0a87f17 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 20 Feb 2024 07:54:34 -0500 Subject: [PATCH] Remove github-ae from lib/all-versions.js (#49235) --- content/account-and-profile/index.md | 1 - .../index.md | 1 - .../managing-email-preferences/index.md | 1 - .../automating-builds-and-tests/index.md | 1 - .../deployment/about-deployments/index.md | 1 - .../deploying-to-azure/index.md | 1 - .../deploying-to-your-cloud-provider/index.md | 1 - .../deploying-xcode-applications/index.md | 1 - content/actions/deployment/index.md | 1 - .../managing-your-deployments/index.md | 1 - .../targeting-different-environments/index.md | 1 - .../actions/hosting-your-own-runners/index.md | 1 - .../managing-self-hosted-runners/index.md | 1 - content/actions/index.md | 1 - .../index.md | 1 - .../automated-migrations/index.md | 1 - .../migrating-to-github-actions/index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../using-containerized-services/index.md | 1 - .../index.md | 2 -- .../index.md | 1 - .../configuring-github-connect/index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - content/admin/index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - content/authentication/index.md | 1 - content/billing/index.md | 1 - .../index.md | 1 - content/communities/index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - content/get-started/index.md | 1 - .../index.md | 1 - .../index.md | 1 - content/github-cli/index.md | 1 - content/index.md | 1 - content/issues/index.md | 1 - .../index.md | 1 - .../migrations/importing-source-code/index.md | 1 - .../index.md | 1 - content/migrations/index.md | 1 - content/organizations/index.md | 1 - .../keeping-your-organization-secure/index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../managing-organization-settings/index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../index.md | 1 - .../managing-outside-collaborators/index.md | 1 - .../managing-repository-roles/index.md | 1 - content/packages/index.md | 1 - .../packages/learn-github-packages/index.md | 1 - .../index.md | 1 - content/pages/index.md | 1 - .../index.md | 1 - .../addressing-merge-conflicts/index.md | 1 - .../getting-started/index.md | 1 - .../index.md | 1 - .../collaborating-with-pull-requests/index.md | 1 - .../index.md | 1 - .../troubleshooting-commits/index.md | 1 - content/pull-requests/index.md | 1 - .../archiving-a-github-repository/index.md | 1 - .../configuring-pull-request-merges/index.md | 1 - .../index.md | 1 - .../managing-protected-branches/index.md | 1 - content/repositories/index.md | 1 - .../index.md | 1 - .../managing-repository-settings/index.md | 1 - .../managing-files/index.md | 1 - .../managing-large-files/index.md | 1 - content/search-github/index.md | 1 - content/search/index.md | 1 - .../contacting-github-support/index.md | 1 - content/support/index.md | 1 - .../learning-about-github-support/index.md | 1 - content/video-transcripts/index.md | 1 - content/webhooks/index.md | 1 - .../index.md | 1 - .../tests/frontmatter-versions.js | 3 --- src/content-render/tests/liquid.js | 20 +++---------------- src/fixtures/fixtures/content/index.md | 1 - .../fixtures/content/webhooks/index.md | 2 -- src/fixtures/fixtures/default-tool.md | 1 - src/frame/tests/page.js | 3 +-- src/versions/lib/all-versions.js | 14 ------------- 99 files changed, 4 insertions(+), 133 deletions(-) diff --git a/content/account-and-profile/index.md b/content/account-and-profile/index.md index dee404770f..69ce159421 100644 --- a/content/account-and-profile/index.md +++ b/content/account-and-profile/index.md @@ -27,7 +27,6 @@ layout: product-landing versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Accounts diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/index.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/index.md index e93dfabf6a..97adb42f52 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Profiles diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/index.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/index.md index 60ed65e1da..3453bfc940 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/index.md @@ -9,7 +9,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Accounts diff --git a/content/actions/automating-builds-and-tests/index.md b/content/actions/automating-builds-and-tests/index.md index 498a34433d..69b611085a 100644 --- a/content/actions/automating-builds-and-tests/index.md +++ b/content/actions/automating-builds-and-tests/index.md @@ -5,7 +5,6 @@ intro: 'You can automatically build and test your projects with {% data variable versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' redirect_from: - /actions/building-and-testing-code-with-continuous-integration diff --git a/content/actions/deployment/about-deployments/index.md b/content/actions/deployment/about-deployments/index.md index 921a8c1fbd..0f98a41d10 100644 --- a/content/actions/deployment/about-deployments/index.md +++ b/content/actions/deployment/about-deployments/index.md @@ -5,7 +5,6 @@ intro: 'Learn how deployments can run with {% data variables.product.prodname_ac versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /about-continuous-deployment diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/index.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/index.md index fff824b76c..ea2d9ce456 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/index.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/index.md @@ -5,7 +5,6 @@ intro: 'Learn how to deploy to Azure App Service, Azure Kubernetes, and Azure St versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /deploying-nodejs-to-azure-app-service diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/index.md b/content/actions/deployment/deploying-to-your-cloud-provider/index.md index f3e21f5fba..1ef2c8c994 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/index.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/index.md @@ -4,7 +4,6 @@ shortTitle: Deploy to your cloud provider intro: 'You can deploy to various cloud providers, such as AWS, Azure, and GKE.' versions: fpt: '*' - ghae: '*' ghec: '*' ghes: '*' children: diff --git a/content/actions/deployment/deploying-xcode-applications/index.md b/content/actions/deployment/deploying-xcode-applications/index.md index 5239bef2e8..9544e29d2f 100644 --- a/content/actions/deployment/deploying-xcode-applications/index.md +++ b/content/actions/deployment/deploying-xcode-applications/index.md @@ -5,7 +5,6 @@ intro: 'You can sign Xcode apps within your continuous integration (CI) workflow versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /installing-an-apple-certificate-on-macos-runners-for-xcode-development diff --git a/content/actions/deployment/index.md b/content/actions/deployment/index.md index 433a16b6d7..8cb009ece2 100644 --- a/content/actions/deployment/index.md +++ b/content/actions/deployment/index.md @@ -5,7 +5,6 @@ intro: 'Automatically deploy projects with {% data variables.product.prodname_ac versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /about-deployments diff --git a/content/actions/deployment/managing-your-deployments/index.md b/content/actions/deployment/managing-your-deployments/index.md index a8bdad6eac..b1298fd47b 100644 --- a/content/actions/deployment/managing-your-deployments/index.md +++ b/content/actions/deployment/managing-your-deployments/index.md @@ -5,7 +5,6 @@ intro: You can review the past activity of your deployments. versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /viewing-deployment-history diff --git a/content/actions/deployment/targeting-different-environments/index.md b/content/actions/deployment/targeting-different-environments/index.md index 62d78d0008..83b796d35e 100644 --- a/content/actions/deployment/targeting-different-environments/index.md +++ b/content/actions/deployment/targeting-different-environments/index.md @@ -5,7 +5,6 @@ intro: You can configure environments with protection rules and secrets. A workf versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /using-environments-for-deployment diff --git a/content/actions/hosting-your-own-runners/index.md b/content/actions/hosting-your-own-runners/index.md index 3f188b2d89..6bfc92c4cb 100644 --- a/content/actions/hosting-your-own-runners/index.md +++ b/content/actions/hosting-your-own-runners/index.md @@ -14,7 +14,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /managing-self-hosted-runners diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md index 00c20c419b..0236032f04 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md @@ -5,7 +5,6 @@ intro: You can host your own runners to run workflows in a highly customizable e versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /about-self-hosted-runners diff --git a/content/actions/index.md b/content/actions/index.md index cb89d8ff5c..784041c362 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -40,7 +40,6 @@ layout: product-landing versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /quickstart diff --git a/content/actions/managing-issues-and-pull-requests/index.md b/content/actions/managing-issues-and-pull-requests/index.md index 15ba517f32..cbce8762ff 100644 --- a/content/actions/managing-issues-and-pull-requests/index.md +++ b/content/actions/managing-issues-and-pull-requests/index.md @@ -5,7 +5,6 @@ intro: 'You can automatically manage your issues and pull requests using {% data versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /using-github-actions-for-project-management diff --git a/content/actions/migrating-to-github-actions/automated-migrations/index.md b/content/actions/migrating-to-github-actions/automated-migrations/index.md index 789c24d9e4..8c7298583b 100644 --- a/content/actions/migrating-to-github-actions/automated-migrations/index.md +++ b/content/actions/migrating-to-github-actions/automated-migrations/index.md @@ -5,7 +5,6 @@ intro: 'Learn how to use {% data variables.product.prodname_actions_importer %} versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /automating-migration-with-github-actions-importer diff --git a/content/actions/migrating-to-github-actions/index.md b/content/actions/migrating-to-github-actions/index.md index f9091fd863..c986641bb4 100644 --- a/content/actions/migrating-to-github-actions/index.md +++ b/content/actions/migrating-to-github-actions/index.md @@ -5,7 +5,6 @@ intro: 'Learn how to migrate your existing CI/CD workflows to {% data variables. versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' redirect_from: - /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax diff --git a/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/index.md b/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/index.md index 86259463da..c85471eed8 100644 --- a/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/index.md +++ b/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/index.md @@ -5,7 +5,6 @@ intro: 'Learn how to manually migrate your existing CI/CD workflows to {% data v versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /migrating-from-azure-pipelines-to-github-actions diff --git a/content/actions/monitoring-and-troubleshooting-workflows/index.md b/content/actions/monitoring-and-troubleshooting-workflows/index.md index e766b2cd5d..03f4f920b3 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/index.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /about-monitoring-and-troubleshooting diff --git a/content/actions/using-containerized-services/index.md b/content/actions/using-containerized-services/index.md index 5fa792f1ea..725956567d 100644 --- a/content/actions/using-containerized-services/index.md +++ b/content/actions/using-containerized-services/index.md @@ -5,7 +5,6 @@ intro: 'You can use containerized services in your {% data variables.product.pro versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' redirect_from: - /actions/automating-your-workflow-with-github-actions/using-databases-and-services diff --git a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/index.md b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/index.md index 62371d2cee..ccaa788948 100644 --- a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/index.md +++ b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/index.md @@ -10,7 +10,6 @@ redirect_from: versions: ghec: '*' ghes: '*' - ghae: '> 3.6' topics: - Enterprise children: @@ -20,4 +19,3 @@ children: - /configuring-dependency-review-for-your-appliance - /configuring-secret-scanning-for-your-appliance --- - diff --git a/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/index.md b/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/index.md index 71847c0091..1f41bb611d 100644 --- a/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/index.md +++ b/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/index.md @@ -4,7 +4,6 @@ shortTitle: Supply chain security intro: 'You can visualize, maintain, and secure the dependencies in your developers'' software supply chain.' versions: ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/configuration/configuring-github-connect/index.md b/content/admin/configuration/configuring-github-connect/index.md index f0cbe3aeab..081f0eea84 100644 --- a/content/admin/configuration/configuring-github-connect/index.md +++ b/content/admin/configuration/configuring-github-connect/index.md @@ -12,7 +12,6 @@ redirect_from: - /admin/configuration/managing-connections-between-your-enterprise-accounts versions: ghes: '*' - ghae: '*' type: how_to topics: - Enterprise diff --git a/content/admin/configuration/configuring-user-applications-for-your-enterprise/index.md b/content/admin/configuration/configuring-user-applications-for-your-enterprise/index.md index 2bd46ab15d..8c2cc4b151 100644 --- a/content/admin/configuration/configuring-user-applications-for-your-enterprise/index.md +++ b/content/admin/configuration/configuring-user-applications-for-your-enterprise/index.md @@ -5,7 +5,6 @@ intro: 'You can configure applications for users in your enterprise.' versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/configuration/hardening-security-for-your-enterprise/index.md b/content/admin/configuration/hardening-security-for-your-enterprise/index.md index d4904e421d..0717e56ec9 100644 --- a/content/admin/configuration/hardening-security-for-your-enterprise/index.md +++ b/content/admin/configuration/hardening-security-for-your-enterprise/index.md @@ -5,7 +5,6 @@ intro: 'You can configure features and settings to harden security for your ente versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/github-actions/managing-access-to-actions-from-githubcom/index.md b/content/admin/github-actions/managing-access-to-actions-from-githubcom/index.md index ce67a6d17e..f1a40f1e8d 100644 --- a/content/admin/github-actions/managing-access-to-actions-from-githubcom/index.md +++ b/content/admin/github-actions/managing-access-to-actions-from-githubcom/index.md @@ -5,7 +5,6 @@ redirect_from: - /enterprise/admin/github-actions/managing-access-to-actions-from-githubcom versions: ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/identity-and-access-management/understanding-iam-for-enterprises/index.md b/content/admin/identity-and-access-management/understanding-iam-for-enterprises/index.md index 7182238bbb..4555163f7c 100644 --- a/content/admin/identity-and-access-management/understanding-iam-for-enterprises/index.md +++ b/content/admin/identity-and-access-management/understanding-iam-for-enterprises/index.md @@ -18,7 +18,6 @@ redirect_from: versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Accounts - Authentication diff --git a/content/admin/index.md b/content/admin/index.md index 92afe9ae1e..b71fde939e 100644 --- a/content/admin/index.md +++ b/content/admin/index.md @@ -97,7 +97,6 @@ layout: product-landing versions: ghec: '*' ghes: '*' - ghae: '*' children: - /overview - /managing-your-enterprise-account diff --git a/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md index 567e02f539..5aa192a1a8 100644 --- a/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md +++ b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md @@ -5,7 +5,6 @@ intro: 'You can communicate information to users in your enterprise by customizi versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/managing-accounts-and-repositories/index.md b/content/admin/managing-accounts-and-repositories/index.md index 1e141fff9a..0c10f62c35 100644 --- a/content/admin/managing-accounts-and-repositories/index.md +++ b/content/admin/managing-accounts-and-repositories/index.md @@ -11,7 +11,6 @@ redirect_from: versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/index.md index 7b04ec0f6b..af8822e7d9 100644 --- a/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/index.md +++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/index.md @@ -16,7 +16,6 @@ intro: 'You can use organizations to group users within your company, such as di versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md index 7f1c86e8a9..35392bc69b 100644 --- a/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md +++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md @@ -8,7 +8,6 @@ redirect_from: versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md index 981eaff1bf..95d9df253a 100644 --- a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md +++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md @@ -14,7 +14,6 @@ redirect_from: versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/admin/monitoring-activity-in-your-enterprise/index.md b/content/admin/monitoring-activity-in-your-enterprise/index.md index fa69cd7d09..e37a595924 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/index.md +++ b/content/admin/monitoring-activity-in-your-enterprise/index.md @@ -6,7 +6,6 @@ redirect_from: versions: ghec: '*' ghes: '*' - ghae: '*' topics: - Enterprise children: diff --git a/content/authentication/index.md b/content/authentication/index.md index 64fc2784b8..085970cfb6 100644 --- a/content/authentication/index.md +++ b/content/authentication/index.md @@ -17,7 +17,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' introLinks: overview: /authentication/keeping-your-account-and-data-secure/about-authentication-to-github diff --git a/content/billing/index.md b/content/billing/index.md index 606c669bed..3109fcd08b 100644 --- a/content/billing/index.md +++ b/content/billing/index.md @@ -32,7 +32,6 @@ layout: product-landing versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Billing diff --git a/content/communities/documenting-your-project-with-wikis/index.md b/content/communities/documenting-your-project-with-wikis/index.md index fbec09d8fc..8dab59d730 100644 --- a/content/communities/documenting-your-project-with-wikis/index.md +++ b/content/communities/documenting-your-project-with-wikis/index.md @@ -11,7 +11,6 @@ product: '{% data reusables.gated-features.wikis %}' versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Community diff --git a/content/communities/index.md b/content/communities/index.md index d2e0fc7818..b3ed8dcfbd 100644 --- a/content/communities/index.md +++ b/content/communities/index.md @@ -25,7 +25,6 @@ layout: product-landing versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Community diff --git a/content/communities/moderating-comments-and-conversations/index.md b/content/communities/moderating-comments-and-conversations/index.md index 47f9a7dbc5..b3e0c78da9 100644 --- a/content/communities/moderating-comments-and-conversations/index.md +++ b/content/communities/moderating-comments-and-conversations/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Community diff --git a/content/communities/setting-up-your-project-for-healthy-contributions/index.md b/content/communities/setting-up-your-project-for-healthy-contributions/index.md index f732f0c105..d5fdc99911 100644 --- a/content/communities/setting-up-your-project-for-healthy-contributions/index.md +++ b/content/communities/setting-up-your-project-for-healthy-contributions/index.md @@ -9,7 +9,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Community diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md index 85a288a6e8..34ed86e343 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md @@ -10,7 +10,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Community diff --git a/content/get-started/index.md b/content/get-started/index.md index 9864a7b1ef..7709cdd2f3 100644 --- a/content/get-started/index.md +++ b/content/get-started/index.md @@ -19,7 +19,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' layout: product-landing introLinks: diff --git a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/index.md b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/index.md index f0190bbfb3..6ae9034040 100644 --- a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/index.md +++ b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/index.md @@ -9,7 +9,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /creating-gists diff --git a/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/index.md b/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/index.md index 8a64a3b4fc..8c13863ad6 100644 --- a/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/index.md +++ b/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/index.md @@ -9,7 +9,6 @@ intro: 'You can use simple features to format your comments and interact with ot versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /quickstart-for-writing-on-github diff --git a/content/github-cli/index.md b/content/github-cli/index.md index ad72d69575..ad85a790f2 100644 --- a/content/github-cli/index.md +++ b/content/github-cli/index.md @@ -5,7 +5,6 @@ intro: '{% data reusables.cli.about-cli %}' versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /github-cli diff --git a/content/index.md b/content/index.md index 74b67ef40f..f1715acfb2 100644 --- a/content/index.md +++ b/content/index.md @@ -45,7 +45,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - search diff --git a/content/issues/index.md b/content/issues/index.md index cdf3809fe1..e845a1094a 100644 --- a/content/issues/index.md +++ b/content/issues/index.md @@ -32,7 +32,6 @@ beta_product: false versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /tracking-your-work-with-issues diff --git a/content/issues/using-labels-and-milestones-to-track-work/index.md b/content/issues/using-labels-and-milestones-to-track-work/index.md index d92db64cc7..57a51b1fc3 100644 --- a/content/issues/using-labels-and-milestones-to-track-work/index.md +++ b/content/issues/using-labels-and-milestones-to-track-work/index.md @@ -5,7 +5,6 @@ intro: 'Use labels and milestones to categorize and track work on {% data variab versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Issues diff --git a/content/migrations/importing-source-code/index.md b/content/migrations/importing-source-code/index.md index 61f914b679..633546d441 100644 --- a/content/migrations/importing-source-code/index.md +++ b/content/migrations/importing-source-code/index.md @@ -5,7 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' # topics: redirect_from: - /categories/67/articles diff --git a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/index.md b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/index.md index 567cedc098..ad38f26af0 100644 --- a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/index.md +++ b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/index.md @@ -5,7 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' # topics: children: - /about-source-code-imports-using-the-command-line diff --git a/content/migrations/index.md b/content/migrations/index.md index 59f4bec0b7..d0e3f1732c 100644 --- a/content/migrations/index.md +++ b/content/migrations/index.md @@ -22,7 +22,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' topics: - Administrator - Enterprise diff --git a/content/organizations/index.md b/content/organizations/index.md index 5600a3b046..05f825f2d9 100644 --- a/content/organizations/index.md +++ b/content/organizations/index.md @@ -27,7 +27,6 @@ layout: product-landing versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/keeping-your-organization-secure/index.md b/content/organizations/keeping-your-organization-secure/index.md index 57d1864d11..166ae1884d 100644 --- a/content/organizations/keeping-your-organization-secure/index.md +++ b/content/organizations/keeping-your-organization-secure/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/index.md b/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/index.md index ff0832b8a6..0b8f87c089 100644 --- a/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/index.md +++ b/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/index.md @@ -5,7 +5,6 @@ intro: 'You can manage security settings and review the audit log{% ifversion gh versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-access-to-your-organizations-project-boards/index.md b/content/organizations/managing-access-to-your-organizations-project-boards/index.md index 151b332f3b..403ad15e35 100644 --- a/content/organizations/managing-access-to-your-organizations-project-boards/index.md +++ b/content/organizations/managing-access-to-your-organizations-project-boards/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-git-access-to-your-organizations-repositories/index.md b/content/organizations/managing-git-access-to-your-organizations-repositories/index.md index 87055accef..fb96043184 100644 --- a/content/organizations/managing-git-access-to-your-organizations-repositories/index.md +++ b/content/organizations/managing-git-access-to-your-organizations-repositories/index.md @@ -7,7 +7,6 @@ redirect_from: - /github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories versions: ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-membership-in-your-organization/index.md b/content/organizations/managing-membership-in-your-organization/index.md index 1216f530f7..ed27dc7e38 100644 --- a/content/organizations/managing-membership-in-your-organization/index.md +++ b/content/organizations/managing-membership-in-your-organization/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-organization-settings/index.md b/content/organizations/managing-organization-settings/index.md index 99a4a9a221..a695b9c70e 100644 --- a/content/organizations/managing-organization-settings/index.md +++ b/content/organizations/managing-organization-settings/index.md @@ -7,7 +7,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-peoples-access-to-your-organization-with-roles/index.md b/content/organizations/managing-peoples-access-to-your-organization-with-roles/index.md index 93fee052c0..2ee40b0b2e 100644 --- a/content/organizations/managing-peoples-access-to-your-organization-with-roles/index.md +++ b/content/organizations/managing-peoples-access-to-your-organization-with-roles/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-programmatic-access-to-your-organization/index.md b/content/organizations/managing-programmatic-access-to-your-organization/index.md index e52df7e657..ccfd94ccbe 100644 --- a/content/organizations/managing-programmatic-access-to-your-organization/index.md +++ b/content/organizations/managing-programmatic-access-to-your-organization/index.md @@ -9,7 +9,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-user-access-to-your-organizations-repositories/index.md b/content/organizations/managing-user-access-to-your-organizations-repositories/index.md index a8cc4ac242..4263f170e8 100644 --- a/content/organizations/managing-user-access-to-your-organizations-repositories/index.md +++ b/content/organizations/managing-user-access-to-your-organizations-repositories/index.md @@ -10,7 +10,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/index.md b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/index.md index 5fe417ece4..0189ca1ade 100644 --- a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/index.md +++ b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/index.md @@ -4,7 +4,6 @@ intro: You can manage outside collaborators, or people who have access to reposi versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/index.md b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/index.md index 621bbb88f1..473ad882cb 100644 --- a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/index.md +++ b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/index.md @@ -4,7 +4,6 @@ intro: You can control the level of access that each person has to your organiza versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Organizations diff --git a/content/packages/index.md b/content/packages/index.md index 63f05c4f27..83a912082e 100644 --- a/content/packages/index.md +++ b/content/packages/index.md @@ -31,7 +31,6 @@ layout: product-landing versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /quickstart diff --git a/content/packages/learn-github-packages/index.md b/content/packages/learn-github-packages/index.md index 1e34e9a393..45edf4987a 100644 --- a/content/packages/learn-github-packages/index.md +++ b/content/packages/learn-github-packages/index.md @@ -11,7 +11,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /introduction-to-github-packages diff --git a/content/pages/getting-started-with-github-pages/index.md b/content/pages/getting-started-with-github-pages/index.md index e91600bed1..fd77c4a345 100644 --- a/content/pages/getting-started-with-github-pages/index.md +++ b/content/pages/getting-started-with-github-pages/index.md @@ -10,7 +10,6 @@ product: '{% data reusables.gated-features.pages %}' versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pages diff --git a/content/pages/index.md b/content/pages/index.md index c6a0f02835..9d0b31ae82 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -40,7 +40,6 @@ product: '{% data reusables.gated-features.pages %}' versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pages diff --git a/content/pages/setting-up-a-github-pages-site-with-jekyll/index.md b/content/pages/setting-up-a-github-pages-site-with-jekyll/index.md index 19c92d48da..ce80a2cfc6 100644 --- a/content/pages/setting-up-a-github-pages-site-with-jekyll/index.md +++ b/content/pages/setting-up-a-github-pages-site-with-jekyll/index.md @@ -10,7 +10,6 @@ product: '{% data reusables.gated-features.pages %}' versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pages diff --git a/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/index.md b/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/index.md index 3bb87120e8..5ca2e98c36 100644 --- a/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/index.md +++ b/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pull requests diff --git a/content/pull-requests/collaborating-with-pull-requests/getting-started/index.md b/content/pull-requests/collaborating-with-pull-requests/getting-started/index.md index bfaaf7dcc3..86e80aa2ff 100644 --- a/content/pull-requests/collaborating-with-pull-requests/getting-started/index.md +++ b/content/pull-requests/collaborating-with-pull-requests/getting-started/index.md @@ -9,7 +9,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pull requests diff --git a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/index.md b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/index.md index d5e4bcbbb6..67fe1e9065 100644 --- a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/index.md +++ b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pull requests diff --git a/content/pull-requests/collaborating-with-pull-requests/index.md b/content/pull-requests/collaborating-with-pull-requests/index.md index 70f2586909..7554df95c3 100644 --- a/content/pull-requests/collaborating-with-pull-requests/index.md +++ b/content/pull-requests/collaborating-with-pull-requests/index.md @@ -12,7 +12,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pull requests diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/index.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/index.md index 5d2c4bf16b..162bd00d3f 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/index.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Pull requests diff --git a/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/index.md b/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/index.md index f6b7575635..a456b09e31 100644 --- a/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/index.md +++ b/content/pull-requests/committing-changes-to-your-project/troubleshooting-commits/index.md @@ -7,7 +7,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /commit-exists-on-github-but-not-in-my-local-clone diff --git a/content/pull-requests/index.md b/content/pull-requests/index.md index 4bc2ede9a2..70264b2906 100644 --- a/content/pull-requests/index.md +++ b/content/pull-requests/index.md @@ -26,7 +26,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' topics: - Pull requests children: diff --git a/content/repositories/archiving-a-github-repository/index.md b/content/repositories/archiving-a-github-repository/index.md index 753b40a4bf..41db1087a1 100644 --- a/content/repositories/archiving-a-github-repository/index.md +++ b/content/repositories/archiving-a-github-repository/index.md @@ -9,7 +9,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md b/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md index bf762e72cc..42a119a971 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/index.md @@ -7,7 +7,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/index.md b/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/index.md index 00ef8272c5..2db9292613 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/index.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/index.md @@ -7,7 +7,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/index.md b/content/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/index.md index 703b6dff48..218adcddfc 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/index.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/index.md @@ -11,7 +11,6 @@ product: '{% data reusables.gated-features.protected-branches %}' versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/index.md b/content/repositories/index.md index fed306eb9f..99a8e769c7 100644 --- a/content/repositories/index.md +++ b/content/repositories/index.md @@ -28,7 +28,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/index.md b/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/index.md index 98b242b1ed..3cbed24690 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/index.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/index.md @@ -4,7 +4,6 @@ intro: 'You can enable, configure, and disable optional features for your reposi versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md b/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md index 3e68171506..e79e561d3b 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md @@ -4,7 +4,6 @@ intro: You can choose the way your repository functions by managing repository s versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/working-with-files/managing-files/index.md b/content/repositories/working-with-files/managing-files/index.md index be66012523..97fa660d3b 100644 --- a/content/repositories/working-with-files/managing-files/index.md +++ b/content/repositories/working-with-files/managing-files/index.md @@ -8,7 +8,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Repositories diff --git a/content/repositories/working-with-files/managing-large-files/index.md b/content/repositories/working-with-files/managing-large-files/index.md index 67c8055f16..478de371ec 100644 --- a/content/repositories/working-with-files/managing-large-files/index.md +++ b/content/repositories/working-with-files/managing-large-files/index.md @@ -11,7 +11,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' children: - /about-large-files-on-github diff --git a/content/search-github/index.md b/content/search-github/index.md index ed0d2275a5..25b0447fda 100644 --- a/content/search-github/index.md +++ b/content/search-github/index.md @@ -31,7 +31,6 @@ redirect_from: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - GitHub search diff --git a/content/search/index.md b/content/search/index.md index e3b3da45f7..c457e2b856 100644 --- a/content/search/index.md +++ b/content/search/index.md @@ -5,6 +5,5 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' --- diff --git a/content/support/contacting-github-support/index.md b/content/support/contacting-github-support/index.md index d2010e5d42..e727c2ee8e 100644 --- a/content/support/contacting-github-support/index.md +++ b/content/support/contacting-github-support/index.md @@ -6,7 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' redirect_from: - /enterprise/admin/guides/enterprise-support/receiving-help-from-github-enterprise-support - /enterprise/admin/enterprise-support/receiving-help-from-github-support diff --git a/content/support/index.md b/content/support/index.md index ceb4519041..d06dc17e76 100644 --- a/content/support/index.md +++ b/content/support/index.md @@ -7,7 +7,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' redirect_from: - /enterprise/admin/enterprise-support - /admin/enterprise-support diff --git a/content/support/learning-about-github-support/index.md b/content/support/learning-about-github-support/index.md index 884b0c721e..8a2ea86141 100644 --- a/content/support/learning-about-github-support/index.md +++ b/content/support/learning-about-github-support/index.md @@ -6,7 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' redirect_from: - /enterprise/admin/enterprise-support/overview - /admin/enterprise-support/overview diff --git a/content/video-transcripts/index.md b/content/video-transcripts/index.md index c9597f8d5b..7444fd8e0a 100644 --- a/content/video-transcripts/index.md +++ b/content/video-transcripts/index.md @@ -6,7 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' topics: - Transcripts children: diff --git a/content/webhooks/index.md b/content/webhooks/index.md index 03123c1e09..3891d273ea 100644 --- a/content/webhooks/index.md +++ b/content/webhooks/index.md @@ -21,7 +21,6 @@ featuredLinks: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Webhooks diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/index.md b/content/webhooks/testing-and-troubleshooting-webhooks/index.md index e2394d5cef..9c1f729865 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/index.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/index.md @@ -4,7 +4,6 @@ intro: Learn how to test your webhooks and troubleshoot problems. versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Webhooks diff --git a/src/automated-pipelines/tests/frontmatter-versions.js b/src/automated-pipelines/tests/frontmatter-versions.js index ed3944fff5..ff451e1f5f 100644 --- a/src/automated-pipelines/tests/frontmatter-versions.js +++ b/src/automated-pipelines/tests/frontmatter-versions.js @@ -23,7 +23,6 @@ describe('frontmatter versions are generated correctly from automated data', () const expectedVersions = { fpt: '*', - ghae: '*', ghec: '*', ghes: expectedEnterpriseServerVersions, } @@ -41,7 +40,6 @@ describe('frontmatter versions are generated correctly from automated data', () const nextLatestRelease = supported[1] const expectedVersions = { fpt: '*', - ghae: '*', ghec: '*', ghes: `<=${nextLatestRelease}`, } @@ -58,7 +56,6 @@ describe('frontmatter versions are generated correctly from automated data', () const secondOldestRelease = supported[supported.length - 2] const expectedVersions = { fpt: '*', - ghae: '*', ghec: '*', ghes: `>=${secondOldestRelease}`, } diff --git a/src/content-render/tests/liquid.js b/src/content-render/tests/liquid.js index a25383ecc5..12846ebed2 100644 --- a/src/content-render/tests/liquid.js +++ b/src/content-render/tests/liquid.js @@ -19,7 +19,6 @@ const thirdOldestSupportedGhes = const shortVersionsTemplate = ` {% ifversion fpt %} I am FPT {% endif %} - {% ifversion ghae %} I am GHAE {% endif %} {% ifversion ghec %} I am GHEC{% endif %} {% ifversion ghes %} I am GHES {% endif %} {% ifversion ghes = ${secondOldestSupportedGhes} %} I am GHES = ${secondOldestSupportedGhes} {% endif %} @@ -29,7 +28,6 @@ const shortVersionsTemplate = ` {% ifversion ghes < ${thirdOldestSupportedGhes} and ghes > ${oldestSupportedGhes} %} I am ${secondOldestSupportedGhes} only {% endif %} ` const negativeVersionsTemplate = ` - {% ifversion not ghae %} I am not GHAE {% endif %} {% ifversion not ghec %} I am not GHEC {% endif %} {% ifversion not ghes %} I am not GHES {% endif %} {% ifversion ghes != ${secondOldestSupportedGhes} %} I am not GHES ${secondOldestSupportedGhes} {% endif %} @@ -66,18 +64,6 @@ describe('liquid template parser', () => { ) }) - test('GHAE works as expected', async () => { - req.context = { - currentVersion: 'github-ae@latest', - page: {}, - allVersions, - enterpriseServerReleases, - } - contextualize(req) - const output = await liquid.parseAndRender(shortVersionsTemplate, req.context) - expect(output.trim()).toBe('I am GHAE') - }) - test('GHEC works as expected', async () => { req.context = { currentVersion: 'enterprise-cloud@latest', @@ -120,7 +106,7 @@ describe('liquid template parser', () => { test('NOT statements work as expected on versions without numbered releases', async () => { req.context = { - currentVersion: 'github-ae@latest', + currentVersion: 'free-pro-team@latest', page: {}, allVersions, enterpriseServerReleases, @@ -142,7 +128,7 @@ describe('liquid template parser', () => { contextualize(req) const output = await liquid.parseAndRender(negativeVersionsTemplate, req.context) expect(output.replace(/\s\s+/g, ' ').trim()).toBe( - `I am not GHAE I am not GHEC I am not GHES ${secondOldestSupportedGhes}`, + `I am not GHEC I am not GHES ${secondOldestSupportedGhes}`, ) }) @@ -155,7 +141,7 @@ describe('liquid template parser', () => { } contextualize(req) const output = await liquid.parseAndRender(negativeVersionsTemplate, req.context) - expect(output.replace(/\s\s+/g, ' ').trim()).toBe('I am not GHAE I am not GHEC') + expect(output.replace(/\s\s+/g, ' ').trim()).toBe('I am not GHEC') }) }) diff --git a/src/fixtures/fixtures/content/index.md b/src/fixtures/fixtures/content/index.md index 8a5e9273f0..85e3fe6f97 100644 --- a/src/fixtures/fixtures/content/index.md +++ b/src/fixtures/fixtures/content/index.md @@ -17,7 +17,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' - ghae: '*' children: # The list of children in the fixtures has to be the same names # as we use in the real content. It can have fewer but can't include diff --git a/src/fixtures/fixtures/content/webhooks/index.md b/src/fixtures/fixtures/content/webhooks/index.md index 55ff71e857..80217f1aba 100644 --- a/src/fixtures/fixtures/content/webhooks/index.md +++ b/src/fixtures/fixtures/content/webhooks/index.md @@ -10,7 +10,6 @@ featuredLinks: versions: fpt: '*' ghes: '*' - ghae: '*' ghec: '*' topics: - Webhooks @@ -20,4 +19,3 @@ changelog: label: webhooks layout: product-landing --- - diff --git a/src/fixtures/fixtures/default-tool.md b/src/fixtures/fixtures/default-tool.md index dffbe47ac7..107ba304e1 100644 --- a/src/fixtures/fixtures/default-tool.md +++ b/src/fixtures/fixtures/default-tool.md @@ -3,7 +3,6 @@ title: Default tool versions: free-pro-team: '*' enterprise-server: '*' - github-ae: '*' defaultTool: cli --- diff --git a/src/frame/tests/page.js b/src/frame/tests/page.js index 744adf7216..86761e68fb 100644 --- a/src/frame/tests/page.js +++ b/src/frame/tests/page.js @@ -318,7 +318,6 @@ describe('Page class', () => { expect(page.versions.ghae).toBeUndefined() expect(page.applicableVersions.includes('free-pro-team@latest')).toBe(true) expect(page.applicableVersions.includes(`enterprise-server@${latest}`)).toBe(true) - expect(page.applicableVersions.includes(`github-ae@latest`)).toBe(false) }) test('index page', async () => { @@ -327,7 +326,7 @@ describe('Page class', () => { basePath: path.join(__dirname, '../../../content'), languageCode: 'en', }) - expect(page.versions).toEqual({ fpt: '*', ghae: '*', ghec: '*', ghes: '*' }) + expect(page.versions).toEqual({ fpt: '*', ghec: '*', ghes: '*' }) }) test('enterprise admin index page', async () => { diff --git a/src/versions/lib/all-versions.js b/src/versions/lib/all-versions.js index 7ed6b21fc2..e6649a8383 100755 --- a/src/versions/lib/all-versions.js +++ b/src/versions/lib/all-versions.js @@ -49,20 +49,6 @@ const plans = [ openApiBaseName: 'ghes-', miscBaseName: 'ghes-', }, - - { - plan: 'github-ae', - planTitle: 'GitHub AE', - shortName: 'ghae', - releases: [latestNonNumberedRelease], - latestRelease: latestNonNumberedRelease, - // The below is used in lib/liquid-tags/ifversion.js and lib/get-applicable-versions.js. - // It lets us do semantic comparison internally while only exposing `@latest` in the UI. - internalLatestRelease: '3.6', - hasNumberedReleases: false, - openApiBaseName: 'ghae', - miscBaseName: 'ghae', - }, ] const allVersions = {}