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

Hide decorative octicons (#36816)

Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
This commit is contained in:
Laura Coursen
2023-05-09 09:36:45 -05:00
committed by GitHub
parent 7ded1af3b4
commit 0371abe115
132 changed files with 194 additions and 195 deletions

View File

@@ -181,7 +181,7 @@ If none of the predefined configurations meets your needs, you can create a cust
### Adding a `devcontainer.json` file
If you don't already have a `devcontainer.json` file in your repository, you can quickly add one from {% data variables.product.prodname_dotcom_the_website %}.
1. Navigate to your repository and click the **{% octicon "code" aria-label="The code icon" %} Code** dropdown.
1. Navigate to your repository and click the **{% octicon "code" aria-hidden="true" %} Code** dropdown.
1. In the **Codespaces** tab, click the ellipsis (**...**), then select **Configure dev container**.
![Screenshot of the "Code" dropdown, and, within it, another dropdown with the "Configure dev container" option highlighted.](/assets/images/help/codespaces/configure-dev-container.png)

View File

@@ -45,7 +45,7 @@ You can use the "Share a deep link" option to configure more options for the cod
![Screenshot of the expanded branch dropdown menu, listing various branches. The dropdown menu, labeled with a branch icon and "trunk," is highlighted with a dark orange outline.](/assets/images/help/codespaces/branch-drop-down.png)
1. Click the **{% octicon "code" aria-label="The code icon" %} Code** button, then click the **Codespaces** tab.
1. Click the **{% octicon "code" aria-hidden="true" %} Code** button, then click the **Codespaces** tab.
1. To open the "Share codespace configuration" window, at the top right of the **Codespaces** tab, select {% octicon "kebab-horizontal" aria-label="Codespace repository configuration" %}, then click **Share a deep link**.
![Screenshot of the options dropdown in the "{% data variables.product.prodname_codespaces %}" tab. The "Share a deep link" option is highlighted with an orange outline.](/assets/images/help/codespaces/share-deep-link.png)
@@ -60,7 +60,7 @@ You can use the "Share a deep link" option to configure more options for the cod
You can create a link to a page for resuming your most recent codespace that matches the repository, branch, and other options specified in the URL.
Add `?quickstart=1` to a `codespaces.new` URL, such as the URLs listed in the previous section of this article. This produces a URL that displays a "Resume codespace" page.
Add `?quickstart=1` to a `codespaces.new` URL, such as the URLs listed in the previous section of this article. This produces a URL that displays a "Resume codespace" page.
For example, the URL `https://codespaces.new/octo-org/octo-repo?quickstart=1` opens a page to allow you to resume your most recent codespace for the default branch of the `octo-org/octo-repo` repository.
@@ -68,7 +68,7 @@ For example, the URL `https://codespaces.new/octo-org/octo-repo?quickstart=1` op
{% note %}
**Notes**:
**Notes**:
- If the `codespaces.new` URL already contains a query string, add `&quickstart=1` at the end of the query string.
- This type of URL will always open a codespace in the {% data variables.product.prodname_vscode_shortname %} web client, even if this is not set as your default editor for {% data variables.product.prodname_github_codespaces %}.
@@ -101,5 +101,5 @@ This type of URL is useful, for instance, in a README for your repository as it
```
The example Markdown is rendered like this:
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/github/docs)