Fix inconsistent alerts by using the markdown notation - part 2 (#35221)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
@@ -20,11 +20,8 @@ If there's a particular file that's useful for people to see when they create a
|
||||
|
||||
The file, or files, you specify are only opened the first time a codespace is opened in the web client. If the person closes the specified files, those files are not automatically reopened the next time that person opens or restarts the codespace.
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note**: This automation only applies to the {% data variables.product.prodname_vscode_shortname %} web client, not to the {% data variables.product.prodname_vscode_shortname %} desktop application, or other supported editors.
|
||||
|
||||
{% endnote %}
|
||||
> [!NOTE]
|
||||
> This automation only applies to the {% data variables.product.prodname_vscode_shortname %} web client, not to the {% data variables.product.prodname_vscode_shortname %} desktop application, or other supported editors.
|
||||
|
||||
## Setting files to be opened automatically
|
||||
|
||||
|
||||
@@ -22,11 +22,8 @@ If your project needs a certain level of compute power, you can configure {% dat
|
||||
|
||||
{% data reusables.codespaces.machine-types-for-unpublished-codespaces %}
|
||||
|
||||
{% note %}
|
||||
|
||||
**Important:** Access to some machine types may be restricted at the organization level. Typically this is done to prevent people choosing higher resourced machines that are billed at a higher rate. If your repository is affected by an organization-level policy for machine types you should make sure you don't set a minimum specification that would leave no available machine types for people to choose. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)."
|
||||
|
||||
{% endnote %}
|
||||
> [!IMPORTANT]
|
||||
> Access to some machine types may be restricted at the organization level. Typically this is done to prevent people choosing higher resourced machines that are billed at a higher rate. If your repository is affected by an organization-level policy for machine types you should make sure you don't set a minimum specification that would leave no available machine types for people to choose. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)."
|
||||
|
||||
## Setting a minimum machine specification
|
||||
|
||||
|
||||
@@ -24,11 +24,8 @@ Recommended secrets are listed at the bottom of the page.
|
||||
|
||||
<img src="/assets/images/help/codespaces/recommended-secrets.png" style="max-height:50rem" alt='Screenshot of the "Create codespace" page with four recommended secrets highlighted with a dark orange outline.' />
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note**: The names of the recommended secrets are only listed on this page when the container configuration on the selected branch specifies these secrets.
|
||||
|
||||
{% endnote %}
|
||||
> [!NOTE]
|
||||
> The names of the recommended secrets are only listed on this page when the container configuration on the selected branch specifies these secrets.
|
||||
|
||||
Each recommended secret is displayed in one of three ways:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user