1
0
mirror of synced 2025-12-19 18:10:59 -05:00

update lists to commonmark (#37249)

This commit is contained in:
Rachael Sewell
2023-05-30 11:59:35 -07:00
committed by GitHub
parent e723d07073
commit fe24a14d2f
100 changed files with 161 additions and 166 deletions

View File

@@ -19,7 +19,7 @@ To save a single notification to review later, to the right of the notification,
Saved notifications are kept indefinitely and can be viewed by clicking **Saved** in the sidebar or with the `is:saved` query. If your saved notification is older than 5 months and becomes unsaved, the notification will disappear from your inbox within a day.
![Screenshot of a single notification from the "Notifications" page. The bookmark icon is highlighted with an orange outline.](/assets/images/help/notifications-v2/save-triaging-option.png)
![Screenshot of a single notification from the "Notifications" page. The bookmark icon is highlighted with an orange outline.](/assets/images/help/notifications-v2/save-triaging-option.png)
## Investigating a notification

View File

@@ -36,7 +36,6 @@ Your receipts include your {% data variables.product.prodname_dotcom %} subscrip
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.billing_plans_payment %}
1. At the bottom of the page, next to "Additional information," click **Add information**.
![Screenshot of the "Additional information" section. A link, labeled "Add information", is highlighted with an orange outline.](/assets/images/help/billing/settings_billing_personal_add_extra.png)
{% data reusables.dotcom_billing.extra_info_receipt %}

View File

@@ -29,7 +29,6 @@ The instructions in this article refer to enablement at repository level. For in
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.navigate-to-code-security-and-analysis %}
1. Under "Code security and analysis", to the right of "Private vulnerability reporting", click **Enable** or **Disable**, to enable or disable the feature, respectively.
![Screenshot of the "Code security and analysis" page, showing the "Private vulnerability reporting" setting. The "Enable" button is outlined in dark orange.](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-repo.png)
{% data reusables.security-advisory.private-vulnerability-reporting-security-researcher %}

View File

@@ -29,7 +29,6 @@ The instructions below refer to enablement at organization level. For informatio
{% data reusables.profile.org_settings %}
{% data reusables.organizations.security-and-analysis %}
1. Under "Code security and analysis", to the right of "Private vulnerability reporting", click **Enable all** or **Disable all**, to enable or disable the feature for all the public repositories within the organization, respectively.
![Screenshot of the "Code security and analysis" page with the "Disable all" and the "Enable all" button emphasized for private vulnerability reporting](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-org.png)
## Enabling or disabling private vulnerability reporting for new public repositories added to the organization
@@ -37,7 +36,6 @@ The instructions below refer to enablement at organization level. For informatio
{% data reusables.profile.org_settings %}
{% data reusables.organizations.security-and-analysis %}
1. Under "Code security and analysis", to the right of the feature, click **Automatically enable for new public repositories**.
![Screenshot of the "Code security and analysis" page with the "Automatically enable for new public repositories" checkbox emphasized for private vulnerability reporting](/assets/images/help/security/private-vulnerability-reporting-enable-or-disable-org-new-repos.png)
1. To the right of "Private vulnerability reporting", click **Enable all** or **Disable all**, to enable or disable the feature for all new public repositories that will be added to the organization, respectively.

View File

@@ -28,7 +28,6 @@ shortTitle: Connections between repositories
The network graph displays the branch history of the entire repository network, including fork branches. This graph is a timeline of the most recent commits, and shows up to 100 of the most recently pushed-to branches. The first row references the date and the first column references the branch owner. Use arrow keys or other keyboard shortcuts to more easily navigate the graph. They are provided in the “Keyboard shortcuts available” pop up under the graph.
![Screenshot of the repository network graph.](/assets/images/help/graphs/repo_network_graph.png)
{% tip %}