Make sure there is a blank line above and below headings (#37922)
This commit is contained in:
@@ -165,5 +165,6 @@ For full details of the options for this command, see [the {% data variables.pro
|
||||
{% endcli %}
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/codespaces/developing-in-codespaces/opening-an-existing-codespace)"
|
||||
- "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository/facilitating-quick-creation-and-resumption-of-codespaces)"
|
||||
|
||||
@@ -146,6 +146,7 @@ For more information, click the "{% data variables.product.prodname_cli %}" tab
|
||||
You can also use the REST API to delete codespaces for your organization. For more information, see "[AUTOTITLE](/rest/codespaces/organizations#delete-a-codespace-from-the-organization)."
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/codespaces/getting-started/the-codespace-lifecycle)"
|
||||
- "[AUTOTITLE](/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces)"
|
||||
- "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/restricting-the-retention-period-for-codespaces)"
|
||||
|
||||
@@ -61,4 +61,5 @@ ln -sf $PWD/.devcontainer/config $HOME/config && set +x
|
||||
```
|
||||
|
||||
## Further reading
|
||||
|
||||
- [Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers)
|
||||
|
||||
@@ -231,6 +231,7 @@ gh codespace logs -c CODESPACE-NAME
|
||||
For more information about the creation log, see "[AUTOTITLE](/codespaces/troubleshooting/github-codespaces-logs#creation-logs)."
|
||||
|
||||
### Access remote resources
|
||||
|
||||
You can use the {% data variables.product.prodname_cli %} extension to create a bridge between a codespace and your local machine, so that the codespace can access any remote resource that is accessible from your machine. For more information on using the extension, see "[Using {% data variables.product.prodname_cli %} to access remote resources](https://github.com/github/gh-net#codespaces-network-bridge)."
|
||||
|
||||
{% note %}
|
||||
|
||||
Reference in New Issue
Block a user