Skip to content

Commit e4c74eb

Browse files
Fix alerts to match the markdown notation (#35444)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 27a19de commit e4c74eb

File tree

5 files changed

+19
-36
lines changed

5 files changed

+19
-36
lines changed

content/admin/managing-iam/using-ldap-for-enterprise-iam/using-ldap.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -158,20 +158,15 @@ A synchronization job will also run at the specified time interval to perform th
158158

159159
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
160160

161-
{% warning %}
162-
163-
**Security Warning:**
164-
165-
When LDAP Sync is enabled, site admins and organization owners can search the LDAP directory for groups to map the team to.
166-
167-
This has the potential to disclose sensitive organizational information to contractors or other unprivileged users, including:
168-
169-
* The existence of specific LDAP Groups visible to the _Domain search user_.
170-
* Members of the LDAP group who have {% data variables.product.prodname_ghe_server %} user accounts, which is disclosed when creating a team synced with that LDAP group.
171-
172-
If disclosing such information is not desired, your company or organization should restrict the permissions of the configured _Domain search user_ in the admin console. If such restriction isn't possible, contact us by visiting {% data variables.contact.contact_ent_support %}.
173-
174-
{% endwarning %}
161+
> [!WARNING]
162+
> When LDAP Sync is enabled, site admins and organization owners can search the LDAP directory for groups to map the team to.
163+
>
164+
> This has the potential to disclose sensitive organizational information to contractors or other unprivileged users, including:
165+
>
166+
> * The existence of specific LDAP Groups visible to the _Domain search user_.
167+
> * Members of the LDAP group who have {% data variables.product.prodname_ghe_server %} user accounts, which is disclosed when creating a team synced with that LDAP group.
168+
>
169+
> If disclosing such information is not desired, your company or organization should restrict the permissions of the configured _Domain search user_ in the admin console. If such restriction isn't possible, contact us by visiting {% data variables.contact.contact_ent_support %}.
175170
176171
## Supported LDAP group object classes
177172

content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,8 @@ This SARIF output file has example values to show the minimum required propertie
314314

315315
This SARIF output file has example of values for the field `originalUriBaseIds`, showing the minimum required properties a SARIF producer should include when using relative URI references.
316316

317-
{% note %}
318-
319-
**Note:** While this property is not required by {% data variables.product.prodname_dotcom %} for the {% data variables.product.prodname_code_scanning %} results to be displayed correctly, it is required to produce a valid SARIF output when using relative URI references.
320-
321-
{% endnote %}
317+
> [!NOTE]
318+
> While this property is not required by {% data variables.product.prodname_dotcom %} for the {% data variables.product.prodname_code_scanning %} results to be displayed correctly, it is required to produce a valid SARIF output when using relative URI references.
322319
323320
```json
324321
{

content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,10 @@ Because many {% data variables.product.prodname_ghe_server %} instances sit behi
7373

7474
You must first set up blob storage with a supported cloud provider, then configure your settings in the {% data variables.enterprise.management_console %} of {% data variables.location.product_location_enterprise %}.
7575

76-
{% note %}
77-
78-
**Note**: You only need to configure blob storage if you use {% data variables.product.prodname_ghe_server %} versions 3.8 or higher. If you use {% data variables.product.prodname_ghe_server %} versions 3.7 or lower, skip to "[Step 4: Set up a migration source in {% data variables.product.prodname_ghe_cloud %}](#step-4-set-up-a-migration-source-in-github-enterprise-cloud)."
79-
80-
Blob storage is required to migrate repositories with large Git source or metadata. If you use {% data variables.product.prodname_ghe_server %} versions 3.7 or lower, you will not be able to perform migrations where your Git source or metadata exports exceed 2GB. To perform these migrations, update to {% data variables.product.prodname_ghe_server %} versions 3.8 or higher.
81-
82-
{% endnote %}
76+
> [!NOTE]
77+
> You only need to configure blob storage if you use {% data variables.product.prodname_ghe_server %} versions 3.8 or higher. If you use {% data variables.product.prodname_ghe_server %} versions 3.7 or lower, skip to "[Step 4: Set up a migration source in {% data variables.product.prodname_ghe_cloud %}](#step-4-set-up-a-migration-source-in-github-enterprise-cloud)."
78+
>
79+
> Blob storage is required to migrate repositories with large Git source or metadata. If you use {% data variables.product.prodname_ghe_server %} versions 3.7 or lower, you will not be able to perform migrations where your Git source or metadata exports exceed 2GB. To perform these migrations, update to {% data variables.product.prodname_ghe_server %} versions 3.8 or higher.
8380
8481
### Setting up blob storage with a supported cloud provider
8582

content/organizations/managing-organization-settings/deleting-an-organization-account.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ shortTitle: Delete organization
2525
{% endif %}
2626
Deleting your organization account removes all repositories, forks of private repositories, wikis, issues, pull requests, and project or organization pages. {% ifversion fpt or ghec %}Your billing will end and, after 90 days, the organization name becomes available for use on a new user or organization account.
2727

28-
{% tip %}
29-
30-
**Tip**: If you rename an organization, you can create a new organization with the same name immediately. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/renaming-an-organization)."
31-
32-
{% endtip %}
28+
> [!TIP]
29+
> If you rename an organization, you can create a new organization with the same name immediately. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/renaming-an-organization)."
3330
3431
{% endif %}
3532

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{% ifversion ghes < 3.15 %}
22
{% ifversion secret-scanning-enhancements-prs-discussions %}
33

4-
{% note %}
5-
6-
**Note:** The scanning of content in pull requests and {% data variables.product.prodname_discussions %} is currently in {% data variables.release-phases.public_preview %} and subject to change.
7-
8-
{% endnote %}
4+
> [!NOTE]
5+
> The scanning of content in pull requests and {% data variables.product.prodname_discussions %} is currently in {% data variables.release-phases.public_preview %} and subject to change.
96
107
{% endif %}
118
{% endif %}

0 commit comments

Comments
 (0)