Skip to content

Commit 8fb3d4a

Browse files
Peter Bengtssonsubatoi
andauthored
Remove GHAE in Liquid and front matter (21) (#48999)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent 6dde4bd commit 8fb3d4a

File tree

12 files changed

+14
-118
lines changed

12 files changed

+14
-118
lines changed

content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,6 @@ You can also enable {% data variables.product.prodname_secret_scanning %} for mu
6161

6262
![Screenshot of the "{% data variables.product.prodname_secret_scanning_caps %}" section. The "Enable" button is highlighted in a dark orange outline in the "Push protection" section.](/assets/images/help/repository/secret-scanning-enable-push-protection.png)
6363

64-
{% endif %}
65-
{% ifversion ghae %}
66-
1. Before you can enable {% data variables.product.prodname_secret_scanning %}, you need to enable {% data variables.product.prodname_GH_advanced_security %} first. To the right of "{% data variables.product.prodname_GH_advanced_security %}", click **Enable**.
67-
68-
![Enable {% data variables.product.prodname_GH_advanced_security %} for your repository.](/assets/images/enterprise/github-ae/repository/enable-ghas-ghae.png)
69-
70-
1. Click **Enable {% data variables.product.prodname_GH_advanced_security %} for this repository** to confirm the action.
71-
72-
![Confirm enabling {% data variables.product.prodname_GH_advanced_security %} for your repository.](/assets/images/enterprise/github-ae/repository/enable-ghas-confirmation-ghae.png)
73-
74-
1. To the right of "{% data variables.product.prodname_secret_scanning_caps %}", click **Enable**.
75-
![Enable {% data variables.product.prodname_secret_scanning %} for your repository.](/assets/images/enterprise/github-ae/repository/enable-secret-scanning-ghae.png)
76-
7764
{% endif %}
7865

7966
{% ifversion fpt %}

content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ aAAAe9
109109

110110
Before defining a custom pattern, you must ensure that you enable {% data variables.product.prodname_secret_scanning %} for the repositories that you want to scan in your organization. To enable {% data variables.product.prodname_secret_scanning %} on all repositories in your organization, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)."
111111

112-
{% ifversion ghae %}
113-
{% note %}
114-
115-
**Note:** As there is no dry-run functionality, we recommend that you test your custom patterns in a repository before defining them for your entire organization. That way, you can avoid creating excess false-positive {% data variables.secret-scanning.alerts %}.
116-
117-
{% endnote %}
118-
{% endif %}
119-
120112
{% data reusables.profile.access_org %}
121113
{% data reusables.profile.org_settings %}
122114
{% data reusables.organizations.security-and-analysis %}

content/code-security/secret-scanning/push-protection-for-repositories-and-organizations.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,6 @@ If you confirm a secret is real and that you intend to fix it later, you should
186186

187187
{% data reusables.secret-scanning.push-protection-multiple-branch-note %}
188188

189-
{% ifversion ghae < 3.6 %}
190-
191-
{% tip %}
192-
193-
**Tip:** You can use {% data variables.product.prodname_secret_scanning %} as a push protection from the web UI, as well as the command line, in {% data variables.product.product_name %} version 3.6 or later.
194-
195-
{% endtip %}
196-
197-
{% endif %}
198-
199189
### Allowing a blocked secret to be pushed
200190

201191
If {% data variables.product.prodname_dotcom %} blocks a secret that you believe is safe to push, you can allow the secret and specify the reason why it should be allowed.

content/code-security/security-overview/about-security-overview.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ For information about permissions, see "[Permission to view data in security ove
112112

113113
{% endif %}
114114

115-
{% ifversion ghae < 3.8 %}
116-
117-
## About security overview for teams
118-
119-
You can find security overview on the **Security** tab for any team in an organization that's owned by an enterprise.
120-
121-
At the team level, security overview displays repository-specific security information for repositories that the team has admin privileges for. For more information, see "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-team-access-to-an-organization-repository)."
122-
123-
{% endif %}
124-
125115
{% ifversion security-overview-org-risk-coverage %}
126116

127117
## Permission to view data in security overview

content/code-security/security-overview/assessing-code-security-risk.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,3 @@ You can view data for security alerts across organizations in an enterprise. {%
9292
{% endif %}
9393

9494
{% data reusables.security-overview.alert-differences %}
95-
96-
{% ifversion ghae < 3.7 %}
97-
98-
## Viewing security overview for a team
99-
100-
{% data reusables.profile.access_org %}
101-
{% data reusables.user-settings.access_org %}
102-
{% data reusables.organizations.specific_team %}
103-
{% data reusables.organizations.team-security-overview %}
104-
{% data reusables.organizations.filter-security-overview %}
105-
{% endif %}

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ With the accelerated use of open source, most projects depend on hundreds of ope
2525

2626
You add dependencies directly to your supply chain when you specify them in a manifest file or a lockfile. Dependencies can also be included transitively, that is, even if you don’t specify a particular dependency, but a dependency of yours uses it, then you’re also dependent on that dependency.
2727

28-
{% data variables.product.product_name %} offers a range of features to help you understand the dependencies in your environment{% ifversion ghae %} and know about vulnerabilities in those dependencies{% endif %}{% ifversion fpt or ghec or ghes %}, know about vulnerabilities in those dependencies, and patch them{% endif %}.
28+
{% data variables.product.product_name %} offers a range of features to help you understand the dependencies in your environment, know about vulnerabilities in those dependencies, and patch them.
2929

3030
The supply chain features on {% data variables.product.product_name %} are:
3131
- **Dependency graph**
@@ -95,10 +95,6 @@ The term "{% data variables.product.prodname_dependabot %}" encompasses the foll
9595

9696
{% data variables.product.prodname_dependabot_security_updates %} and {% data variables.product.prodname_dependabot_version_updates %} require {% data variables.product.prodname_actions %} to run on {% data variables.product.product_name %}. {% data variables.product.prodname_dependabot_alerts %} do not require {% data variables.product.prodname_actions %}. For more information, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
9797

98-
{% elsif ghae %}
99-
100-
{% data variables.product.prodname_actions %} is not required for {% data variables.product.prodname_dependabot_alerts %} to run on {% data variables.product.product_name %}.
101-
10298
{% endif %}
10399

104100
{% ifversion dependabot-actions-support %}

content/communities/documenting-your-project-with-wikis/about-wikis.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ product: '{% data reusables.gated-features.wikis %}'
99
versions:
1010
fpt: '*'
1111
ghes: '*'
12-
ghae: '*'
1312
ghec: '*'
1413
topics:
1514
- Community
@@ -21,9 +20,9 @@ With wikis, you can write content just like everywhere else on {% data variables
2120

2221
{% data reusables.getting-started.math-and-diagrams %}
2322

24-
{% ifversion fpt or ghes or ghec %}If you create a wiki in a public repository, the wiki is available to {% ifversion ghes %}anyone with access to {% data variables.location.product_location %}{% else %}the public{% endif %}. {% endif %}If you create a wiki in a private{% ifversion ghec or ghes %} or internal{% endif %} repository, only {% ifversion fpt or ghes or ghec %}people{% elsif ghae %}enterprise members{% endif %} with access to the repository can access the wiki. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility)."
23+
If you create a wiki in a public repository, the wiki is available to {% ifversion ghes %}anyone with access to {% data variables.location.product_location %}{% else %}the public{% endif %}. If you create a wiki in a private{% ifversion ghec or ghes %} or internal{% endif %} repository, only people with access to the repository can access the wiki. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility)."
2524

26-
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.location.product_location %} to contribute to a wiki in {% ifversion ghae %}an internal{% else %}a public{% endif %} repository. For more information, see "[AUTOTITLE](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)."
25+
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.location.product_location %} to contribute to a wiki in a public repository. For more information, see "[AUTOTITLE](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)."
2726

2827
{% ifversion fpt or ghec %}
2928
{% note %}

content/get-started/learning-about-github/github-language-support.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ intro: 'An overview of the programming languages supported by {% data variables.
44
versions:
55
fpt: '*'
66
ghes: '*'
7-
ghae: '*'
87
ghec: '*'
98
topics:
109
- GitHub
@@ -44,12 +43,8 @@ Some features are supported for additional languages or package managers. If you
4443

4544
{% note %}
4645

47-
{% ifversion ghae %}
48-
**Note:** PHP{% ifversion ghae %}, Ruby,{% endif %} and Scala are supported for {% data variables.product.prodname_code_scanning %} by third-party actions.
49-
{% else %}
5046
**Notes:**
5147
- The support of Gradle for the dependency graph and {% data variables.product.prodname_dependabot_alerts %} is limited to the upload of data obtained using the dependency submission API.
5248
- PHP and Scala are supported for {% data variables.product.prodname_code_scanning %} by third-party actions.
53-
{% endif %}
5449

5550
{% endnote %}

content/get-started/learning-about-github/types-of-github-accounts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ redirect_from:
1212
versions:
1313
fpt: '*'
1414
ghes: '*'
15-
ghae: '*'
1615
ghec: '*'
1716
topics:
1817
- Accounts
@@ -76,7 +75,7 @@ For more information about all the features of organizations, see "[AUTOTITLE](/
7675
{% elsif ghec %}
7776
Enterprise accounts allow central policy management and billing for multiple organizations. You can use your enterprise account to centrally manage policy and billing. Unlike organizations, enterprise accounts cannot directly own resources like repositories, packages, or projects. These resources are owned by organizations within the enterprise account instead. For more information, see "[AUTOTITLE](/admin/overview/about-enterprise-accounts)."
7877
{% elsif ghes %}
79-
Your enterprise account is a collection of all the organizations {% ifversion ghae %}owned by{% elsif ghes %}on{% endif %} {% data variables.location.product_location %}. You can use your enterprise account to centrally manage policy and billing. Unlike organizations, enterprise accounts cannot directly own resources like repositories, packages, or projects. These resources are owned by organizations within the enterprise account instead. For more information, see "[AUTOTITLE](/admin/overview/about-enterprise-accounts)."
78+
Your enterprise account is a collection of all the organizations {% ifversion ghes %}on{% endif %} {% data variables.location.product_location %}. You can use your enterprise account to centrally manage policy and billing. Unlike organizations, enterprise accounts cannot directly own resources like repositories, packages, or projects. These resources are owned by organizations within the enterprise account instead. For more information, see "[AUTOTITLE](/admin/overview/about-enterprise-accounts)."
8079
{% endif %}
8180

8281
## Further reading

content/get-started/using-github-docs/about-versions-of-github-docs.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ intro: 'You can read documentation that reflects the {% data variables.product.c
44
versions:
55
fpt: '*'
66
ghes: '*'
7-
ghae: '*'
87
ghec: '*'
98
shortTitle: Docs versions
109
redirect_from:
@@ -59,14 +58,3 @@ In a wide browser window, the word "Enterprise" immediately follows the {% data
5958
You can view the version of {% data variables.product.prodname_ghe_server %} that you're using in the footer of any page.
6059

6160
![Screenshot of the footer of {% data variables.product.prodname_ghe_server %}. "{% data variables.product.prodname_ghe_server %} 3.7.5" is highlighted with an orange outline.](/assets/images/help/docs/ghes-version-in-footer.png)
62-
63-
{% ifversion ghae %}
64-
65-
### {% data variables.product.prodname_ghe_managed %}
66-
67-
If you access {% data variables.product.prodname_dotcom %} at `https://*.ghe.com` or `https://*.github.us`, you're using {% data variables.product.prodname_ghe_managed %}.
68-
69-
In a wide browser window, the words "{% data variables.product.prodname_ghe_managed %}" immediately follow the {% data variables.product.company_short %} logo in the header.
70-
71-
![Screenshot of the header of any page on {% data variables.product.prodname_dotcom %}. The {% data variables.product.prodname_dotcom %} logo and "Enterprise" are highlighted with an orange outline.](/assets/images/help/docs/header-ghae.png)
72-
{% endif %}

0 commit comments

Comments
 (0)